config.h 7.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. /* config.h.in. Generated from configure.in by autoheader. */
  2. #undef PACKAGE
  3. #undef VERSION
  4. #define HAVE_LIBZ
  5. #define HAVE_LIBM
  6. #define HAVE_ISINF
  7. #define HAVE_ISNAN
  8. #define HAVE_LIBHISTORY
  9. #define HAVE_LIBREADLINE
  10. #define HAVE_LIBPTHREAD
  11. #define HAVE_PTHREAD_H
  12. /* Define if IPV6 support is there */
  13. #define SUPPORT_IP6
  14. /* Define if getaddrinfo is there */
  15. #define HAVE_GETADDRINFO
  16. /* Define to 1 if you have the <ansidecl.h> header file. */
  17. #define HAVE_ANSIDECL_H
  18. /* Define to 1 if you have the <arpa/inet.h> header file. */
  19. #define HAVE_ARPA_INET_H
  20. /* Define to 1 if you have the <arpa/nameser.h> header file. */
  21. #define HAVE_ARPA_NAMESER_H
  22. /* Whether struct sockaddr::__ss_family exists */
  23. #undef HAVE_BROKEN_SS_FAMILY
  24. /* Define to 1 if you have the `class' function. */
  25. #define HAVE_CLASS
  26. /* Define to 1 if you have the <ctype.h> header file. */
  27. #define HAVE_CTYPE_H
  28. /* Define to 1 if you have the <dirent.h> header file. */
  29. #define HAVE_DIRENT_H
  30. /* Define to 1 if you have the <dlfcn.h> header file. */
  31. #define HAVE_DLFCN_H
  32. /* Have dlopen based dso */
  33. #define HAVE_DLOPEN
  34. /* Define to 1 if you have the <dl.h> header file. */
  35. #undef HAVE_DL_H
  36. /* Define to 1 if you have the <errno.h> header file. */
  37. #define HAVE_ERRNO_H
  38. /* Define to 1 if you have the <fcntl.h> header file. */
  39. #define HAVE_FCNTL_H
  40. /* Define to 1 if you have the `finite' function. */
  41. #define HAVE_FINITE
  42. /* Define to 1 if you have the <float.h> header file. */
  43. #define HAVE_FLOAT_H
  44. /* Define to 1 if you have the `fpclass' function. */
  45. #define HAVE_FPCLASS
  46. /* Define to 1 if you have the `fprintf' function. */
  47. #define HAVE_FPRINTF
  48. /* Define to 1 if you have the `fp_class' function. */
  49. #define HAVE_FP_CLASS
  50. /* Define to 1 if you have the <fp_class.h> header file. */
  51. #define HAVE_FP_CLASS_H
  52. /* Define to 1 if you have the `ftime' function. */
  53. #define HAVE_FTIME
  54. /* Define if getaddrinfo is there */
  55. #define HAVE_GETADDRINFO
  56. /* Define to 1 if you have the `gettimeofday' function. */
  57. #define HAVE_GETTIMEOFDAY
  58. /* Define to 1 if you have the <ieeefp.h> header file. */
  59. #define HAVE_IEEEFP_H
  60. /* Define to 1 if you have the <inttypes.h> header file. */
  61. #define HAVE_INTTYPES_H
  62. /* Define to 1 if you have the <inttypes.h.h> header file. */
  63. #define HAVE_INTTYPES_H_H
  64. /* Define if isinf is there */
  65. #define HAVE_ISINF
  66. /* Define if isnan is there */
  67. #define HAVE_ISNAN
  68. /* Define to 1 if you have the `isnand' function. */
  69. #define HAVE_ISNAND
  70. /* Define if history library is there (-lhistory) */
  71. #define HAVE_LIBHISTORY
  72. /* Define if pthread library is there (-lpthread) */
  73. #define HAVE_LIBPTHREAD
  74. /* Define if readline library is there (-lreadline) */
  75. #undef HAVE_LIBREADLINE
  76. /* Have compression library */
  77. #define HAVE_LIBZ
  78. /* Define to 1 if you have the <limits.h> header file. */
  79. #define HAVE_LIMITS_H
  80. /* Define to 1 if you have the `localtime' function. */
  81. #define HAVE_LOCALTIME
  82. /* Define to 1 if you have the <malloc.h> header file. */
  83. #define HAVE_MALLOC_H
  84. /* Define to 1 if you have the <math.h> header file. */
  85. #define HAVE_MATH_H
  86. /* Define to 1 if you have the <memory.h> header file. */
  87. #define HAVE_MEMORY_H
  88. /* Define to 1 if you have the <nan.h> header file. */
  89. #define HAVE_NAN_H
  90. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  91. #define HAVE_NDIR_H
  92. /* Define to 1 if you have the <netdb.h> header file. */
  93. #define HAVE_NETDB_H
  94. /* Define to 1 if you have the <netinet/in.h> header file. */
  95. #define HAVE_NETINET_IN_H
  96. /* Define to 1 if you have the <poll.h> header file. */
  97. #undef HAVE_POLL_H
  98. /* Define to 1 if you have the `printf' function. */
  99. #define HAVE_PRINTF
  100. /* Define if <pthread.h> is there */
  101. #define HAVE_PTHREAD_H
  102. /* Define to 1 if you have the <resolv.h> header file. */
  103. #define HAVE_RESOLV_H
  104. /* Have shl_load based dso */
  105. #undef HAVE_SHLLOAD
  106. /* Define to 1 if you have the `signal' function. */
  107. #define HAVE_SIGNAL
  108. /* Define to 1 if you have the <signal.h> header file. */
  109. #define HAVE_SIGNAL_H
  110. /* Define to 1 if you have the `snprintf' function. */
  111. #define HAVE_SNPRINTF
  112. /* Define to 1 if you have the `sprintf' function. */
  113. #define HAVE_SPRINTF
  114. /* Define to 1 if you have the `sscanf' function. */
  115. #define HAVE_SSCANF
  116. /* Define to 1 if you have the `stat' function. */
  117. #define HAVE_STAT
  118. /* Define to 1 if you have the <stdarg.h> header file. */
  119. #define HAVE_STDARG_H
  120. /* Define to 1 if you have the <stdint.h> header file. */
  121. #define HAVE_STDINT_H
  122. /* Define to 1 if you have the <stdlib.h> header file. */
  123. #define HAVE_STDLIB_H
  124. /* Define to 1 if you have the `strdup' function. */
  125. #define HAVE_STRDUP
  126. /* Define to 1 if you have the `strerror' function. */
  127. #define HAVE_STRERROR
  128. /* Define to 1 if you have the `strftime' function. */
  129. #define HAVE_STRFTIME
  130. /* Define to 1 if you have the <strings.h> header file. */
  131. #define HAVE_STRINGS_H
  132. /* Define to 1 if you have the <string.h> header file. */
  133. #define HAVE_STRING_H
  134. /* Define to 1 if you have the `strndup' function. */
  135. #define HAVE_STRNDUP
  136. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  137. */
  138. #define HAVE_SYS_DIR_H
  139. /* Define to 1 if you have the <sys/mman.h> header file. */
  140. #define HAVE_SYS_MMAN_H
  141. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  142. */
  143. #define HAVE_SYS_NDIR_H
  144. /* Define to 1 if you have the <sys/select.h> header file. */
  145. #define HAVE_SYS_SELECT_H
  146. /* Define to 1 if you have the <sys/socket.h> header file. */
  147. #define HAVE_SYS_SOCKET_H
  148. /* Define to 1 if you have the <sys/stat.h> header file. */
  149. #define HAVE_SYS_STAT_H
  150. /* Define to 1 if you have the <sys/timeb.h> header file. */
  151. #undef HAVE_SYS_TIMEB_H
  152. /* Define to 1 if you have the <sys/time.h> header file. */
  153. #define HAVE_SYS_TIME_H
  154. /* Define to 1 if you have the <sys/types.h> header file. */
  155. #define HAVE_SYS_TYPES_H
  156. /* Define to 1 if you have the <time.h> header file. */
  157. #define HAVE_TIME_H
  158. /* Define to 1 if you have the <unistd.h> header file. */
  159. #define HAVE_UNISTD_H
  160. /* Whether va_copy() is available */
  161. #define HAVE_VA_COPY
  162. /* Define to 1 if you have the `vfprintf' function. */
  163. #define HAVE_VFPRINTF
  164. /* Define to 1 if you have the `vsnprintf' function. */
  165. #define HAVE_VSNPRINTF
  166. /* Define to 1 if you have the `vsprintf' function. */
  167. #define HAVE_VSPRINTF
  168. /* Define to 1 if you have the <zlib.h> header file. */
  169. #define HAVE_ZLIB_H
  170. /* Define to 1 if you have the `_stat' function. */
  171. #define HAVE__STAT
  172. /* Whether __va_copy() is available */
  173. #define HAVE___VA_COPY
  174. /* Define as const if the declaration of iconv() needs const. */
  175. #define ICONV_CONST
  176. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  177. */
  178. #define LT_OBJDIR
  179. /* Name of package */
  180. #undef PACKAGE
  181. /* Define to the address where bug reports for this package should be sent. */
  182. #undef PACKAGE_BUGREPORT
  183. /* Define to the full name of this package. */
  184. #undef PACKAGE_NAME
  185. /* Define to the full name and version of this package. */
  186. #undef PACKAGE_STRING
  187. /* Define to the one symbol short name of this package. */
  188. #undef PACKAGE_TARNAME
  189. /* Define to the version of this package. */
  190. #undef PACKAGE_VERSION
  191. /* Define to 1 if the C compiler supports function prototypes. */
  192. #undef PROTOTYPES
  193. /* Define to 1 if you have the ANSI C header files. */
  194. #undef STDC_HEADERS
  195. /* Support for IPv6 */
  196. #define SUPPORT_IP6
  197. /* Version number of package */
  198. #define VERSION
  199. /* Determine what socket length (socklen_t) data type is */
  200. #undef XML_SOCKLEN_T
  201. /* Using the Win32 Socket implementation */
  202. #undef _WINSOCKAPI_
  203. /* Define like PROTOTYPES; this can be used by system headers. */
  204. #undef __PROTOTYPES
  205. /* Win32 Std C name mangling work-around */
  206. #undef snprintf
  207. /* ss_family is not defined here, use __ss_family instead */
  208. #undef ss_family
  209. /* Win32 Std C name mangling work-around */
  210. #undef vsnprintf
  211. #define _S_ISREG S_ISREG
  212. #undef WITH_TRIO
  213. #define LIBXML_THREAD_ENABLED
  214. #undef _WIN32
  215. #undef TRIO_PLATFORM_UNIX