config-linux.h 7.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. /* config.h. Generated from config.h.in by configure. */
  2. /* config.h.in. Generated from configure.ac by autoheader. */
  3. /* A form that will not confuse apibuild.py */
  4. #define ATTRIBUTE_DESTRUCTOR __attribute__((destructor))
  5. /* Type cast for the gethostbyname() argument */
  6. #define GETHOSTBYNAME_ARG_CAST /**/
  7. /* Define to 1 if you have the <arpa/inet.h> header file. */
  8. #define HAVE_ARPA_INET_H 1
  9. /* Define to 1 if you have the <arpa/nameser.h> header file. */
  10. #define HAVE_ARPA_NAMESER_H 1
  11. /* Define if __attribute__((destructor)) is accepted */
  12. #define HAVE_ATTRIBUTE_DESTRUCTOR 1
  13. /* Whether struct sockaddr::__ss_family exists */
  14. /* #undef HAVE_BROKEN_SS_FAMILY */
  15. /* Define to 1 if you have the <ctype.h> header file. */
  16. #define HAVE_CTYPE_H 1
  17. /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
  18. */
  19. #define HAVE_DIRENT_H 1
  20. /* Define to 1 if you have the <dlfcn.h> header file. */
  21. #define HAVE_DLFCN_H 1
  22. /* Have dlopen based dso */
  23. #define HAVE_DLOPEN /**/
  24. /* Define to 1 if you have the <dl.h> header file. */
  25. /* #undef HAVE_DL_H */
  26. /* Define to 1 if you have the <errno.h> header file. */
  27. #define HAVE_ERRNO_H 1
  28. /* Define to 1 if you have the <fcntl.h> header file. */
  29. #define HAVE_FCNTL_H 1
  30. /* Define to 1 if you have the <float.h> header file. */
  31. #define HAVE_FLOAT_H 1
  32. /* Define to 1 if you have the `fprintf' function. */
  33. #define HAVE_FPRINTF 1
  34. /* Define to 1 if you have the `ftime' function. */
  35. #define HAVE_FTIME 1
  36. /* Define if getaddrinfo is there */
  37. #define HAVE_GETADDRINFO /**/
  38. /* Define to 1 if you have the `gettimeofday' function. */
  39. #define HAVE_GETTIMEOFDAY 1
  40. /* Define to 1 if you have the <inttypes.h> header file. */
  41. #define HAVE_INTTYPES_H 1
  42. /* Define to 1 if you have the `isascii' function. */
  43. #define HAVE_ISASCII 1
  44. /* Define if history library is there (-lhistory) */
  45. /* #undef HAVE_LIBHISTORY */
  46. /* Define if readline library is there (-lreadline) */
  47. /* #undef HAVE_LIBREADLINE */
  48. /* Define to 1 if you have the <limits.h> header file. */
  49. #define HAVE_LIMITS_H 1
  50. /* Define to 1 if you have the `localtime' function. */
  51. #define HAVE_LOCALTIME 1
  52. /* Define to 1 if you have the <lzma.h> header file. */
  53. /* #undef HAVE_LZMA_H */
  54. /* Define to 1 if you have the <malloc.h> header file. */
  55. #define HAVE_MALLOC_H 1
  56. /* Define to 1 if you have the <math.h> header file. */
  57. #define HAVE_MATH_H 1
  58. /* Define to 1 if you have the `mmap' function. */
  59. #define HAVE_MMAP 1
  60. /* Define to 1 if you have the `munmap' function. */
  61. #define HAVE_MUNMAP 1
  62. /* mmap() is no good without munmap() */
  63. #if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP)
  64. # undef /**/ HAVE_MMAP
  65. #endif
  66. /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
  67. /* #undef HAVE_NDIR_H */
  68. /* Define to 1 if you have the <netdb.h> header file. */
  69. #define HAVE_NETDB_H 1
  70. /* Define to 1 if you have the <netinet/in.h> header file. */
  71. #define HAVE_NETINET_IN_H 1
  72. /* Define to 1 if you have the <poll.h> header file. */
  73. #define HAVE_POLL_H 1
  74. /* Define to 1 if you have the `printf' function. */
  75. #define HAVE_PRINTF 1
  76. /* Define if <pthread.h> is there */
  77. #define HAVE_PTHREAD_H /**/
  78. /* Define to 1 if you have the `putenv' function. */
  79. #define HAVE_PUTENV 1
  80. /* Define to 1 if you have the `rand' function. */
  81. #define HAVE_RAND 1
  82. /* Define to 1 if you have the `rand_r' function. */
  83. #define HAVE_RAND_R 1
  84. /* Define to 1 if you have the <resolv.h> header file. */
  85. #define HAVE_RESOLV_H 1
  86. /* Have shl_load based dso */
  87. /* #undef HAVE_SHLLOAD */
  88. /* Define to 1 if you have the `signal' function. */
  89. #define HAVE_SIGNAL 1
  90. /* Define to 1 if you have the <signal.h> header file. */
  91. #define HAVE_SIGNAL_H 1
  92. /* Define to 1 if you have the `snprintf' function. */
  93. #define HAVE_SNPRINTF 1
  94. /* Define to 1 if you have the `sprintf' function. */
  95. #define HAVE_SPRINTF 1
  96. /* Define to 1 if you have the `srand' function. */
  97. #define HAVE_SRAND 1
  98. /* Define to 1 if you have the `sscanf' function. */
  99. #define HAVE_SSCANF 1
  100. /* Define to 1 if you have the `stat' function. */
  101. #define HAVE_STAT 1
  102. /* Define to 1 if you have the <stdarg.h> header file. */
  103. #define HAVE_STDARG_H 1
  104. /* Define to 1 if you have the <stdint.h> header file. */
  105. #define HAVE_STDINT_H 1
  106. /* Define to 1 if you have the <stdio.h> header file. */
  107. #define HAVE_STDIO_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. #define 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 "libxml2"
  164. /* Define to the full name and version of this package. */
  165. #define PACKAGE_STRING "libxml2 2.9.13"
  166. /* Define to the one symbol short name of this package. */
  167. #define PACKAGE_TARNAME "libxml2"
  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 "2.9.13"
  172. /* Type cast for the send() function 2nd arg */
  173. #define SEND_ARG2_CAST /**/
  174. /* Define to 1 if all of the C90 standard headers exist (not just the ones
  175. required in a freestanding environment). This macro is provided for
  176. backward compatibility; new code need not use it. */
  177. #define STDC_HEADERS 1
  178. /* Support for IPv6 */
  179. #define SUPPORT_IP6 /**/
  180. /* Define if va_list is an array type */
  181. #define VA_LIST_IS_ARRAY 1
  182. /* Version number of package */
  183. #define VERSION "2.9.13"
  184. /* Determine what socket length (socklen_t) data type is */
  185. #define XML_SOCKLEN_T socklen_t
  186. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  187. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  188. #define below would cause a syntax error. */
  189. /* #undef _UINT32_T */
  190. /* ss_family is not defined here, use __ss_family instead */
  191. /* #undef ss_family */
  192. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  193. such a type exists and the standard includes do not define it. */
  194. /* #undef uint32_t */