config.h 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* Type cast for the gethostbyname() argument */
  4. #define GETHOSTBYNAME_ARG_CAST /**/
  5. /* Define to 1 if you have the <arpa/inet.h> header file. */
  6. #define HAVE_ARPA_INET_H 1
  7. /* Define to 1 if you have the <arpa/nameser.h> header file. */
  8. #define HAVE_ARPA_NAMESER_H 1
  9. /* Whether struct sockaddr::__ss_family exists */
  10. /* #undef HAVE_BROKEN_SS_FAMILY */
  11. /* Define to 1 if you have the <ctype.h> header file. */
  12. #define HAVE_CTYPE_H 1
  13. /* Define to 1 if you have the <dirent.h> header file. */
  14. #define HAVE_DIRENT_H 1
  15. /* Define to 1 if you have the <dlfcn.h> header file. */
  16. #define HAVE_DLFCN_H 1
  17. /* Have dlopen based dso */
  18. /* #undef HAVE_DLOPEN */
  19. /* Define to 1 if you have the <dl.h> header file. */
  20. /* #undef HAVE_DL_H */
  21. /* Define to 1 if you have the <errno.h> header file. */
  22. #define HAVE_ERRNO_H 1
  23. /* Define to 1 if you have the <fcntl.h> header file. */
  24. #define HAVE_FCNTL_H 1
  25. /* Define to 1 if you have the <float.h> header file. */
  26. #define HAVE_FLOAT_H 1
  27. /* Define to 1 if you have the `fprintf' function. */
  28. #define HAVE_FPRINTF 1
  29. /* Define to 1 if you have the `ftime' function. */
  30. #define HAVE_FTIME 1
  31. /* Define if getaddrinfo is there */
  32. #define HAVE_GETADDRINFO /**/
  33. /* Define to 1 if you have the `gettimeofday' function. */
  34. #define HAVE_GETTIMEOFDAY 1
  35. /* Define to 1 if you have the <inttypes.h> header file. */
  36. #define HAVE_INTTYPES_H 1
  37. /* Define to 1 if you have the `isascii' function. */
  38. #define HAVE_ISASCII 1
  39. /* Define if isinf is there */
  40. #define HAVE_ISINF /**/
  41. /* Define if isnan is there */
  42. #define HAVE_ISNAN /**/
  43. /* Define if history library is there (-lhistory) */
  44. /* #undef HAVE_LIBHISTORY */
  45. /* Define if pthread library is there (-lpthread) */
  46. /* #undef HAVE_LIBPTHREAD */
  47. /* Define if readline library is there (-lreadline) */
  48. /* #undef HAVE_LIBREADLINE */
  49. /* Define to 1 if you have the <limits.h> header file. */
  50. #define HAVE_LIMITS_H 1
  51. /* Define to 1 if you have the `localtime' function. */
  52. #define HAVE_LOCALTIME 1
  53. /* Define to 1 if you have the <lzma.h> header file. */
  54. /* #undef HAVE_LZMA_H */
  55. /* Define to 1 if you have the <malloc.h> header file. */
  56. /* #undef HAVE_MALLOC_H */
  57. /* Define to 1 if you have the <math.h> header file. */
  58. #define HAVE_MATH_H 1
  59. /* Define to 1 if you have the <memory.h> header file. */
  60. #define HAVE_MEMORY_H 1
  61. /* Define to 1 if you have the `mmap' function. */
  62. #define HAVE_MMAP 1
  63. /* Define to 1 if you have the `munmap' function. */
  64. #define HAVE_MUNMAP 1
  65. /* mmap() is no good without munmap() */
  66. #if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP)
  67. # undef /**/ HAVE_MMAP
  68. #endif
  69. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  70. /* #undef HAVE_NDIR_H */
  71. /* Define to 1 if you have the <netdb.h> header file. */
  72. #define HAVE_NETDB_H 1
  73. /* Define to 1 if you have the <netinet/in.h> header file. */
  74. #define HAVE_NETINET_IN_H 1
  75. /* Define to 1 if you have the <poll.h> header file. */
  76. #define HAVE_POLL_H 1
  77. /* Define to 1 if you have the `printf' function. */
  78. #define HAVE_PRINTF 1
  79. /* Define if <pthread.h> is there */
  80. /* #undef HAVE_PTHREAD_H */
  81. /* Define to 1 if you have the `putenv' function. */
  82. #define HAVE_PUTENV 1
  83. /* Define to 1 if you have the `rand' function. */
  84. #define HAVE_RAND 1
  85. /* Define to 1 if you have the `rand_r' function. */
  86. /* Define to 1 if you have the <resolv.h> header file. */
  87. #define HAVE_RESOLV_H 1
  88. /* Have shl_load based dso */
  89. /* #undef HAVE_SHLLOAD */
  90. /* Define to 1 if you have the `signal' function. */
  91. #define HAVE_SIGNAL 1
  92. /* Define to 1 if you have the <signal.h> header file. */
  93. #define HAVE_SIGNAL_H 1
  94. /* Define to 1 if you have the `snprintf' function. */
  95. #define HAVE_SNPRINTF 1
  96. /* Define to 1 if you have the `sprintf' function. */
  97. #define HAVE_SPRINTF 1
  98. /* Define to 1 if you have the `srand' function. */
  99. #define HAVE_SRAND 1
  100. /* Define to 1 if you have the `sscanf' function. */
  101. #define HAVE_SSCANF 1
  102. /* Define to 1 if you have the `stat' function. */
  103. #define HAVE_STAT 1
  104. /* Define to 1 if you have the <stdarg.h> header file. */
  105. #define HAVE_STDARG_H 1
  106. /* Define to 1 if you have the <stdint.h> header file. */
  107. #define HAVE_STDINT_H 1
  108. /* Define to 1 if you have the <stdlib.h> header file. */
  109. #define HAVE_STDLIB_H 1
  110. /* Define to 1 if you have the `strftime' function. */
  111. #define HAVE_STRFTIME 1
  112. /* Define to 1 if you have the <strings.h> header file. */
  113. #define HAVE_STRINGS_H 1
  114. /* Define to 1 if you have the <string.h> header file. */
  115. #define HAVE_STRING_H 1
  116. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  117. */
  118. /* #undef HAVE_SYS_DIR_H */
  119. /* Define to 1 if you have the <sys/mman.h> header file. */
  120. #define HAVE_SYS_MMAN_H 1
  121. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  122. */
  123. /* #undef HAVE_SYS_NDIR_H */
  124. /* Define to 1 if you have the <sys/select.h> header file. */
  125. #define HAVE_SYS_SELECT_H 1
  126. /* Define to 1 if you have the <sys/socket.h> header file. */
  127. #define HAVE_SYS_SOCKET_H 1
  128. /* Define to 1 if you have the <sys/stat.h> header file. */
  129. #define HAVE_SYS_STAT_H 1
  130. /* Define to 1 if you have the <sys/timeb.h> header file. */
  131. #define HAVE_SYS_TIMEB_H 1
  132. /* Define to 1 if you have the <sys/time.h> header file. */
  133. #define HAVE_SYS_TIME_H 1
  134. /* Define to 1 if you have the <sys/types.h> header file. */
  135. #define HAVE_SYS_TYPES_H 1
  136. /* Define to 1 if you have the `time' function. */
  137. #define HAVE_TIME 1
  138. /* Define to 1 if you have the <time.h> header file. */
  139. #define HAVE_TIME_H 1
  140. /* Define to 1 if you have the <unistd.h> header file. */
  141. #define HAVE_UNISTD_H 1
  142. /* Whether va_copy() is available */
  143. #define HAVE_VA_COPY 1
  144. /* Define to 1 if you have the `vfprintf' function. */
  145. #define HAVE_VFPRINTF 1
  146. /* Define to 1 if you have the `vsnprintf' function. */
  147. #define HAVE_VSNPRINTF 1
  148. /* Define to 1 if you have the `vsprintf' function. */
  149. #define HAVE_VSPRINTF 1
  150. /* Define to 1 if you have the <zlib.h> header file. */
  151. /* #undef HAVE_ZLIB_H */
  152. /* Whether __va_copy() is available */
  153. /* #undef HAVE___VA_COPY */
  154. /* Define as const if the declaration of iconv() needs const. */
  155. /* #undef ICONV_CONST */
  156. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  157. #define LT_OBJDIR ".libs/"
  158. /* Name of package */
  159. #define PACKAGE "libxml2"
  160. /* Define to the address where bug reports for this package should be sent. */
  161. #define PACKAGE_BUGREPORT ""
  162. /* Define to the full name of this package. */
  163. #define PACKAGE_NAME ""
  164. /* Define to the full name and version of this package. */
  165. #define PACKAGE_STRING ""
  166. /* Define to the one symbol short name of this package. */
  167. #define PACKAGE_TARNAME ""
  168. /* Define to the home page for this package. */
  169. #define PACKAGE_URL ""
  170. /* Define to the version of this package. */
  171. #define PACKAGE_VERSION ""
  172. /* Type cast for the send() function 2nd arg */
  173. #define SEND_ARG2_CAST /**/
  174. /* Define to 1 if you have the ANSI C header files. */
  175. #define STDC_HEADERS 1
  176. /* Support for IPv6 */
  177. #define SUPPORT_IP6 /**/
  178. /* Define if va_list is an array type */
  179. #define VA_LIST_IS_ARRAY 1
  180. /* Version number of package */
  181. #define VERSION "2.9.10"
  182. /* Determine what socket length (socklen_t) data type is */
  183. #define XML_SOCKLEN_T socklen_t
  184. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  185. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  186. #define below would cause a syntax error. */
  187. /* #undef _UINT32_T */
  188. /* ss_family is not defined here, use __ss_family instead */
  189. /* #undef ss_family */
  190. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  191. such a type exists and the standard includes do not define it. */
  192. /* #undef uint32_t */