config.h 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204
  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 <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 <fcntl.h> header file. */
  22. #define HAVE_FCNTL_H 1
  23. /* Define to 1 if you have the `ftime' function. */
  24. #define HAVE_FTIME 1
  25. /* Define if getaddrinfo is there */
  26. #define HAVE_GETADDRINFO /**/
  27. /* Define to 1 if you have the `gettimeofday' function. */
  28. #define HAVE_GETTIMEOFDAY 1
  29. /* Define to 1 if you have the <inttypes.h> header file. */
  30. #define HAVE_INTTYPES_H 1
  31. /* Define to 1 if you have the `isascii' function. */
  32. #define HAVE_ISASCII 1
  33. /* Define if history library is there (-lhistory) */
  34. /* #undef HAVE_LIBHISTORY */
  35. /* Define if readline library is there (-lreadline) */
  36. /* #undef HAVE_LIBREADLINE */
  37. /* Define to 1 if you have the <lzma.h> header file. */
  38. /* #undef HAVE_LZMA_H */
  39. /* Define to 1 if you have the `mmap' function. */
  40. #define HAVE_MMAP 1
  41. /* Define to 1 if you have the `munmap' function. */
  42. #define HAVE_MUNMAP 1
  43. /* mmap() is no good without munmap() */
  44. #if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP)
  45. # undef /**/ HAVE_MMAP
  46. #endif
  47. /* Define to 1 if you have the <netdb.h> header file. */
  48. #define HAVE_NETDB_H 1
  49. /* Define to 1 if you have the <netinet/in.h> header file. */
  50. #define HAVE_NETINET_IN_H 1
  51. /* Define to 1 if you have the <poll.h> header file. */
  52. #define HAVE_POLL_H 1
  53. /* Define if <pthread.h> is there */
  54. #define HAVE_PTHREAD_H /**/
  55. /* Define to 1 if you have the `putenv' function. */
  56. #define HAVE_PUTENV 1
  57. /* Define to 1 if you have the `rand_r' function. */
  58. /* Define to 1 if you have the <resolv.h> header file. */
  59. #define HAVE_RESOLV_H 1
  60. /* Have shl_load based dso */
  61. /* #undef HAVE_SHLLOAD */
  62. /* Define to 1 if you have the `snprintf' function. */
  63. #define HAVE_SNPRINTF 1
  64. /* Define to 1 if you have the `stat' function. */
  65. #define HAVE_STAT 1
  66. /* Define to 1 if you have the <stdint.h> header file. */
  67. #define HAVE_STDINT_H 1
  68. /* Define to 1 if you have the <stdio.h> header file. */
  69. #define HAVE_STDIO_H 1
  70. /* Define to 1 if you have the <stdlib.h> header file. */
  71. #define HAVE_STDLIB_H 1
  72. /* Define to 1 if you have the <strings.h> header file. */
  73. #define HAVE_STRINGS_H 1
  74. /* Define to 1 if you have the <string.h> header file. */
  75. #define HAVE_STRING_H 1
  76. /* Define to 1 if you have the <sys/mman.h> header file. */
  77. #define HAVE_SYS_MMAN_H 1
  78. /* Define to 1 if you have the <sys/select.h> header file. */
  79. #define HAVE_SYS_SELECT_H 1
  80. /* Define to 1 if you have the <sys/socket.h> header file. */
  81. #define HAVE_SYS_SOCKET_H 1
  82. /* Define to 1 if you have the <sys/stat.h> header file. */
  83. #define HAVE_SYS_STAT_H 1
  84. /* Define to 1 if you have the <sys/timeb.h> header file. */
  85. #define HAVE_SYS_TIMEB_H 1
  86. /* Define to 1 if you have the <sys/time.h> header file. */
  87. #define HAVE_SYS_TIME_H 1
  88. /* Define to 1 if you have the <sys/types.h> header file. */
  89. #define HAVE_SYS_TYPES_H 1
  90. /* Define to 1 if you have the <unistd.h> header file. */
  91. #define HAVE_UNISTD_H 1
  92. /* Whether va_copy() is available */
  93. #define HAVE_VA_COPY 1
  94. /* Define to 1 if you have the `vsnprintf' function. */
  95. #define HAVE_VSNPRINTF 1
  96. /* Define to 1 if you have the <zlib.h> header file. */
  97. /* #undef HAVE_ZLIB_H */
  98. /* Whether __va_copy() is available */
  99. /* #undef HAVE___VA_COPY */
  100. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  101. #define LT_OBJDIR ".libs/"
  102. /* Name of package */
  103. #define PACKAGE "libxml2"
  104. /* Define to the address where bug reports for this package should be sent. */
  105. #define PACKAGE_BUGREPORT ""
  106. /* Define to the full name of this package. */
  107. #define PACKAGE_NAME "libxml2"
  108. /* Define to the full name and version of this package. */
  109. #define PACKAGE_STRING "libxml2 2.9.13"
  110. /* Define to the one symbol short name of this package. */
  111. #define PACKAGE_TARNAME "libxml2"
  112. /* Define to the home page for this package. */
  113. #define PACKAGE_URL ""
  114. /* Define to the version of this package. */
  115. #define PACKAGE_VERSION "2.9.13"
  116. /* Type cast for the send() function 2nd arg */
  117. #define SEND_ARG2_CAST /**/
  118. /* Define to 1 if all of the C90 standard headers exist (not just the ones
  119. required in a freestanding environment). This macro is provided for
  120. backward compatibility; new code need not use it. */
  121. #define STDC_HEADERS 1
  122. /* Support for IPv6 */
  123. #define SUPPORT_IP6 /**/
  124. /* Define if va_list is an array type */
  125. #define VA_LIST_IS_ARRAY 1
  126. /* Version number of package */
  127. #define VERSION "2.9.13"
  128. /* Determine what socket length (socklen_t) data type is */
  129. #define XML_SOCKLEN_T socklen_t
  130. /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
  131. <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
  132. #define below would cause a syntax error. */
  133. /* #undef _UINT32_T */
  134. /* ss_family is not defined here, use __ss_family instead */
  135. /* #undef ss_family */
  136. /* Define to the type of an unsigned integer type of width exactly 32 bits if
  137. such a type exists and the standard includes do not define it. */
  138. /* #undef uint32_t */