config.h 8.1 KB

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