config-linux.h 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  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. #define 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. #define 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. // #define HAVE_MALLOC_H 1
  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. #define 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 <resolv.h> header file. */
  86. #define HAVE_RESOLV_H 1
  87. /* Have shl_load based dso */
  88. /* #undef HAVE_SHLLOAD */
  89. /* Define to 1 if you have the `signal' function. */
  90. #define HAVE_SIGNAL 1
  91. /* Define to 1 if you have the <signal.h> header file. */
  92. #define HAVE_SIGNAL_H 1
  93. /* Define to 1 if you have the `snprintf' function. */
  94. #define HAVE_SNPRINTF 1
  95. /* Define to 1 if you have the `sprintf' function. */
  96. #define HAVE_SPRINTF 1
  97. /* Define to 1 if you have the `srand' function. */
  98. #define HAVE_SRAND 1
  99. /* Define to 1 if you have the `sscanf' function. */
  100. #define HAVE_SSCANF 1
  101. /* Define to 1 if you have the `stat' function. */
  102. #define HAVE_STAT 1
  103. /* Define to 1 if you have the <stdarg.h> header file. */
  104. #define HAVE_STDARG_H 1
  105. /* Define to 1 if you have the <stdint.h> header file. */
  106. #define HAVE_STDINT_H 1
  107. /* Define to 1 if you have the <stdlib.h> header file. */
  108. #define HAVE_STDLIB_H 1
  109. /* Define to 1 if you have the `strftime' function. */
  110. #define HAVE_STRFTIME 1
  111. /* Define to 1 if you have the <strings.h> header file. */
  112. #define HAVE_STRINGS_H 1
  113. /* Define to 1 if you have the <string.h> header file. */
  114. #define HAVE_STRING_H 1
  115. /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
  116. */
  117. /* #undef HAVE_SYS_DIR_H */
  118. /* Define to 1 if you have the <sys/mman.h> header file. */
  119. #define HAVE_SYS_MMAN_H 1
  120. /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
  121. */
  122. /* #undef HAVE_SYS_NDIR_H */
  123. /* Define to 1 if you have the <sys/select.h> header file. */
  124. #define HAVE_SYS_SELECT_H 1
  125. /* Define to 1 if you have the <sys/socket.h> header file. */
  126. #define HAVE_SYS_SOCKET_H 1
  127. /* Define to 1 if you have the <sys/stat.h> header file. */
  128. #define HAVE_SYS_STAT_H 1
  129. /* Define to 1 if you have the <sys/timeb.h> header file. */
  130. #define HAVE_SYS_TIMEB_H 1
  131. /* Define to 1 if you have the <sys/time.h> header file. */
  132. #define HAVE_SYS_TIME_H 1
  133. /* Define to 1 if you have the <sys/types.h> header file. */
  134. #define HAVE_SYS_TYPES_H 1
  135. /* Define to 1 if you have the `time' function. */
  136. #define HAVE_TIME 1
  137. /* Define to 1 if you have the <time.h> header file. */
  138. #define HAVE_TIME_H 1
  139. /* Define to 1 if you have the <unistd.h> header file. */
  140. #define HAVE_UNISTD_H 1
  141. /* Whether va_copy() is available */
  142. #define HAVE_VA_COPY 1
  143. /* Define to 1 if you have the `vfprintf' function. */
  144. #define HAVE_VFPRINTF 1
  145. /* Define to 1 if you have the `vsnprintf' function. */
  146. #define HAVE_VSNPRINTF 1
  147. /* Define to 1 if you have the `vsprintf' function. */
  148. #define HAVE_VSPRINTF 1
  149. /* Define to 1 if you have the <zlib.h> header file. */
  150. #define HAVE_ZLIB_H 1
  151. /* Whether __va_copy() is available */
  152. /* #undef HAVE___VA_COPY */
  153. /* Define as const if the declaration of iconv() needs const. */
  154. #define ICONV_CONST
  155. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  156. #define LT_OBJDIR ".libs/"
  157. /* Name of package */
  158. #define PACKAGE "libxml2"
  159. /* Define to the address where bug reports for this package should be sent. */
  160. #define PACKAGE_BUGREPORT ""
  161. /* Define to the full name of this package. */
  162. #define PACKAGE_NAME ""
  163. /* Define to the full name and version of this package. */
  164. #define PACKAGE_STRING ""
  165. /* Define to the one symbol short name of this package. */
  166. #define PACKAGE_TARNAME ""
  167. /* Define to the home page for this package. */
  168. #define PACKAGE_URL ""
  169. /* Define to the version of this package. */
  170. #define PACKAGE_VERSION ""
  171. /* Type cast for the send() function 2nd arg */
  172. #define SEND_ARG2_CAST /**/
  173. /* Define to 1 if you have the ANSI C header files. */
  174. #define STDC_HEADERS 1
  175. /* Support for IPv6 */
  176. #define SUPPORT_IP6 /**/
  177. /* Define if va_list is an array type */
  178. #define VA_LIST_IS_ARRAY 1
  179. /* Version number of package */
  180. #define VERSION "2.9.10"
  181. /* Determine what socket length (socklen_t) data type is */
  182. #define XML_SOCKLEN_T socklen_t
  183. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  184. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  185. #define below would cause a syntax error. */
  186. /* #undef _UINT32_T */
  187. /* ss_family is not defined here, use __ss_family instead */
  188. /* #undef ss_family */
  189. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  190. such a type exists and the standard includes do not define it. */
  191. /* #undef uint32_t */