config.h.in 6.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to 1 if you have the `accept4' function. */
  3. #undef HAVE_ACCEPT4
  4. /* Define to 1 if you have the <arpa/inet.h> header file. */
  5. #undef HAVE_ARPA_INET_H
  6. /* Define to 1 if you have the <byteswap.h> header file. */
  7. #undef HAVE_BYTESWAP_H
  8. /* Define to 1 if you have the declaration of `TIOCM_RTS', and to 0 if you
  9. don't. */
  10. #undef HAVE_DECL_TIOCM_RTS
  11. /* Define to 1 if you have the declaration of `TIOCSRS485', and to 0 if you
  12. don't. */
  13. #undef HAVE_DECL_TIOCSRS485
  14. /* Define to 1 if you have the declaration of `__CYGWIN__', and to 0 if you
  15. don't. */
  16. #undef HAVE_DECL___CYGWIN__
  17. /* Define to 1 if you have the <dlfcn.h> header file. */
  18. #undef HAVE_DLFCN_H
  19. /* Define to 1 if you have the <errno.h> header file. */
  20. #undef HAVE_ERRNO_H
  21. /* Define to 1 if you have the <fcntl.h> header file. */
  22. #undef HAVE_FCNTL_H
  23. /* Define to 1 if you have the `getaddrinfo' function. */
  24. #undef HAVE_GETADDRINFO
  25. /* Define to 1 if you have the `gettimeofday' function. */
  26. #undef HAVE_GETTIMEOFDAY
  27. /* Define to 1 if you have the `inet_ntoa' function. */
  28. #undef HAVE_INET_NTOA
  29. /* Define to 1 if you have the <inttypes.h> header file. */
  30. #undef HAVE_INTTYPES_H
  31. /* Define to 1 if you have the <limits.h> header file. */
  32. #undef HAVE_LIMITS_H
  33. /* Define to 1 if you have the <linux/serial.h> header file. */
  34. #undef HAVE_LINUX_SERIAL_H
  35. /* Define to 1 if you have the <memory.h> header file. */
  36. #undef HAVE_MEMORY_H
  37. /* Define to 1 if you have the <netdb.h> header file. */
  38. #undef HAVE_NETDB_H
  39. /* Define to 1 if you have the <netinet/in.h> header file. */
  40. #undef HAVE_NETINET_IN_H
  41. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  42. #undef HAVE_NETINET_TCP_H
  43. /* Define to 1 if you have the `select' function. */
  44. #undef HAVE_SELECT
  45. /* Define to 1 if you have the `socket' function. */
  46. #undef HAVE_SOCKET
  47. /* Define to 1 if you have the <stdint.h> header file. */
  48. #undef HAVE_STDINT_H
  49. /* Define to 1 if you have the <stdlib.h> header file. */
  50. #undef HAVE_STDLIB_H
  51. /* Define to 1 if you have the `strerror' function. */
  52. #undef HAVE_STRERROR
  53. /* Define to 1 if you have the <strings.h> header file. */
  54. #undef HAVE_STRINGS_H
  55. /* Define to 1 if you have the <string.h> header file. */
  56. #undef HAVE_STRING_H
  57. /* Define to 1 if you have the `strlcpy' function. */
  58. #undef HAVE_STRLCPY
  59. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  60. #undef HAVE_SYS_IOCTL_H
  61. /* Define to 1 if you have the <sys/params.h> header file. */
  62. #undef HAVE_SYS_PARAMS_H
  63. /* Define to 1 if you have the <sys/socket.h> header file. */
  64. #undef HAVE_SYS_SOCKET_H
  65. /* Define to 1 if you have the <sys/stat.h> header file. */
  66. #undef HAVE_SYS_STAT_H
  67. /* Define to 1 if you have the <sys/time.h> header file. */
  68. #undef HAVE_SYS_TIME_H
  69. /* Define to 1 if you have the <sys/types.h> header file. */
  70. #undef HAVE_SYS_TYPES_H
  71. /* Define to 1 if you have the <termios.h> header file. */
  72. #undef HAVE_TERMIOS_H
  73. /* Define to 1 if you have the <time.h> header file. */
  74. #undef HAVE_TIME_H
  75. /* Define to 1 if you have the <unistd.h> header file. */
  76. #undef HAVE_UNISTD_H
  77. /* Define to 1 if you have the <winsock2.h> header file. */
  78. #undef HAVE_WINSOCK2_H
  79. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  80. #undef LT_OBJDIR
  81. /* Name of package */
  82. #undef PACKAGE
  83. /* Define to the address where bug reports for this package should be sent. */
  84. #undef PACKAGE_BUGREPORT
  85. /* Define to the full name of this package. */
  86. #undef PACKAGE_NAME
  87. /* Define to the full name and version of this package. */
  88. #undef PACKAGE_STRING
  89. /* Define to the one symbol short name of this package. */
  90. #undef PACKAGE_TARNAME
  91. /* Define to the home page for this package. */
  92. #undef PACKAGE_URL
  93. /* Define to the version of this package. */
  94. #undef PACKAGE_VERSION
  95. /* Define to 1 if you have the ANSI C header files. */
  96. #undef STDC_HEADERS
  97. /* Enable extensions on AIX 3, Interix. */
  98. #ifndef _ALL_SOURCE
  99. # undef _ALL_SOURCE
  100. #endif
  101. /* Enable GNU extensions on systems that have them. */
  102. #ifndef _GNU_SOURCE
  103. # undef _GNU_SOURCE
  104. #endif
  105. /* Enable threading extensions on Solaris. */
  106. #ifndef _POSIX_PTHREAD_SEMANTICS
  107. # undef _POSIX_PTHREAD_SEMANTICS
  108. #endif
  109. /* Enable extensions on HP NonStop. */
  110. #ifndef _TANDEM_SOURCE
  111. # undef _TANDEM_SOURCE
  112. #endif
  113. /* Enable general extensions on Solaris. */
  114. #ifndef __EXTENSIONS__
  115. # undef __EXTENSIONS__
  116. #endif
  117. /* Version number of package */
  118. #undef VERSION
  119. /* _ */
  120. #undef WINVER
  121. /* Enable large inode numbers on Mac OS X 10.5. */
  122. #ifndef _DARWIN_USE_64_BIT_INODE
  123. # define _DARWIN_USE_64_BIT_INODE 1
  124. #endif
  125. /* Number of bits in a file offset, on hosts where this is settable. */
  126. #undef _FILE_OFFSET_BITS
  127. /* Define for large files, on AIX-style hosts. */
  128. #undef _LARGE_FILES
  129. /* Define to 1 if on MINIX. */
  130. #undef _MINIX
  131. /* Define to 2 if the system does not provide POSIX.1 features except with
  132. this defined. */
  133. #undef _POSIX_1_SOURCE
  134. /* Define to 1 if you need to in order for `stat' and other things to work. */
  135. #undef _POSIX_SOURCE
  136. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  137. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  138. #define below would cause a syntax error. */
  139. #undef _UINT32_T
  140. /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
  141. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  142. #define below would cause a syntax error. */
  143. #undef _UINT8_T
  144. /* Define to `__inline__' or `__inline' if that's what the C compiler
  145. calls it, or to nothing if 'inline' is not supported under any name. */
  146. #ifndef __cplusplus
  147. #undef inline
  148. #endif
  149. /* Define to the type of a signed integer type of width exactly 64 bits if
  150. such a type exists and the standard includes do not define it. */
  151. #undef int64_t
  152. /* Define to `unsigned int' if <sys/types.h> does not define. */
  153. #undef size_t
  154. /* Define to `int' if <sys/types.h> does not define. */
  155. #undef ssize_t
  156. /* Define to the type of an unsigned integer type of width exactly 16 bits if
  157. such a type exists and the standard includes do not define it. */
  158. #undef uint16_t
  159. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  160. such a type exists and the standard includes do not define it. */
  161. #undef uint32_t
  162. /* Define to the type of an unsigned integer type of width exactly 8 bits if
  163. such a type exists and the standard includes do not define it. */
  164. #undef uint8_t