Nife version Beta
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

147 lines
3.7 KiB

  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the <arpa/inet.h> header file. */
  3. #undef HAVE_ARPA_INET_H
  4. /* Define to 1 if you have the `bzero' function. */
  5. #undef HAVE_BZERO
  6. /* Define to 1 if you have the <comedilib.h> header file. */
  7. #undef HAVE_COMEDILIB_H
  8. /* Define to 1 if you have the `dup2' function. */
  9. #undef HAVE_DUP2
  10. /* Define to 1 if you have the <fcntl.h> header file. */
  11. #undef HAVE_FCNTL_H
  12. /* Define to 1 if you have the `floor' function. */
  13. #undef HAVE_FLOOR
  14. /* Define to 1 if you have the `fork' function. */
  15. #undef HAVE_FORK
  16. /* Define to 1 if you have the `gethostbyname' function. */
  17. #undef HAVE_GETHOSTBYNAME
  18. /* Define to 1 if you have the `gettimeofday' function. */
  19. #undef HAVE_GETTIMEOFDAY
  20. /* Define to 1 if you have the `inet_ntoa' function. */
  21. #undef HAVE_INET_NTOA
  22. /* Define to 1 if you have the <inttypes.h> header file. */
  23. #undef HAVE_INTTYPES_H
  24. /* Define to 1 if you have the <linux/i2c-dev.h> header file. */
  25. #undef HAVE_LINUX_I2C_DEV_H
  26. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  27. to 0 otherwise. */
  28. #undef HAVE_MALLOC
  29. /* Define to 1 if you have the <memory.h> header file. */
  30. #undef HAVE_MEMORY_H
  31. /* Define to 1 if you have the <netdb.h> header file. */
  32. #undef HAVE_NETDB_H
  33. /* Define to 1 if you have the `pow' function. */
  34. #undef HAVE_POW
  35. /* Define to 1 if you have the <pthread.h> header file. */
  36. #undef HAVE_PTHREAD_H
  37. /* Define to 1 if you have the `rint' function. */
  38. #undef HAVE_RINT
  39. /* Define to 1 if you have the `socket' function. */
  40. #undef HAVE_SOCKET
  41. /* Define to 1 if stdbool.h conforms to C99. */
  42. #undef HAVE_STDBOOL_H
  43. /* Define to 1 if you have the <stdint.h> header file. */
  44. #undef HAVE_STDINT_H
  45. /* Define to 1 if you have the <stdlib.h> header file. */
  46. #undef HAVE_STDLIB_H
  47. /* Define to 1 if you have the `strchr' function. */
  48. #undef HAVE_STRCHR
  49. /* Define to 1 if you have the <strings.h> header file. */
  50. #undef HAVE_STRINGS_H
  51. /* Define to 1 if you have the <string.h> header file. */
  52. #undef HAVE_STRING_H
  53. /* Define to 1 if you have the <sys/socket.h> header file. */
  54. #undef HAVE_SYS_SOCKET_H
  55. /* Define to 1 if you have the <sys/stat.h> header file. */
  56. #undef HAVE_SYS_STAT_H
  57. /* Define to 1 if you have the <sys/time.h> header file. */
  58. #undef HAVE_SYS_TIME_H
  59. /* Define to 1 if you have the <sys/types.h> header file. */
  60. #undef HAVE_SYS_TYPES_H
  61. /* Define to 1 if you have the <termios.h> header file. */
  62. #undef HAVE_TERMIOS_H
  63. /* Define to 1 if you have the <unistd.h> header file. */
  64. #undef HAVE_UNISTD_H
  65. /* Define to 1 if you have the `vfork' function. */
  66. #undef HAVE_VFORK
  67. /* Define to 1 if you have the <vfork.h> header file. */
  68. #undef HAVE_VFORK_H
  69. /* Define to 1 if `fork' works. */
  70. #undef HAVE_WORKING_FORK
  71. /* Define to 1 if `vfork' works. */
  72. #undef HAVE_WORKING_VFORK
  73. /* Define to 1 if the system has the type `_Bool'. */
  74. #undef HAVE__BOOL
  75. /* Name of package */
  76. #undef PACKAGE
  77. /* Define to the address where bug reports for this package should be sent. */
  78. #undef PACKAGE_BUGREPORT
  79. /* Define to the full name of this package. */
  80. #undef PACKAGE_NAME
  81. /* Define to the full name and version of this package. */
  82. #undef PACKAGE_STRING
  83. /* Define to the one symbol short name of this package. */
  84. #undef PACKAGE_TARNAME
  85. /* Define to the home page for this package. */
  86. #undef PACKAGE_URL
  87. /* Define to the version of this package. */
  88. #undef PACKAGE_VERSION
  89. /* Define to 1 if you have the ANSI C header files. */
  90. #undef STDC_HEADERS
  91. /* Version number of package */
  92. #undef VERSION
  93. /* Define to rpl_malloc if the replacement function should be used. */
  94. #undef malloc
  95. /* Define to `int' if <sys/types.h> does not define. */
  96. #undef pid_t
  97. /* Define as `fork' if `vfork' does not work. */
  98. #undef vfork