config.h.in 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* A form that will not confuse apibuild.py */
  3. #undef ATTRIBUTE_DESTRUCTOR
  4. /* Type cast for the gethostbyname() argument */
  5. #undef GETHOSTBYNAME_ARG_CAST
  6. /* Define to 1 if you have the <arpa/inet.h> header file. */
  7. #undef HAVE_ARPA_INET_H
  8. /* Define to 1 if you have the <arpa/nameser.h> header file. */
  9. #undef HAVE_ARPA_NAMESER_H
  10. /* Define if __attribute__((destructor)) is accepted */
  11. #undef HAVE_ATTRIBUTE_DESTRUCTOR
  12. /* Whether struct sockaddr::__ss_family exists */
  13. #undef HAVE_BROKEN_SS_FAMILY
  14. /* Define to 1 if you have the <dlfcn.h> header file. */
  15. #undef HAVE_DLFCN_H
  16. /* Have dlopen based dso */
  17. #undef HAVE_DLOPEN
  18. /* Define to 1 if you have the <dl.h> header file. */
  19. #undef HAVE_DL_H
  20. /* Define to 1 if you have the <fcntl.h> header file. */
  21. #undef HAVE_FCNTL_H
  22. /* Define to 1 if you have the `ftime' function. */
  23. #undef HAVE_FTIME
  24. /* Define if getaddrinfo is there */
  25. #undef HAVE_GETADDRINFO
  26. /* Define to 1 if you have the `gettimeofday' function. */
  27. #undef HAVE_GETTIMEOFDAY
  28. /* Define to 1 if you have the <inttypes.h> header file. */
  29. #undef HAVE_INTTYPES_H
  30. /* Define to 1 if you have the `isascii' function. */
  31. #undef HAVE_ISASCII
  32. /* Define if history library is there (-lhistory) */
  33. #undef HAVE_LIBHISTORY
  34. /* Define if readline library is there (-lreadline) */
  35. #undef HAVE_LIBREADLINE
  36. /* Define to 1 if you have the <lzma.h> header file. */
  37. #undef HAVE_LZMA_H
  38. /* Define to 1 if you have the `mmap' function. */
  39. #undef HAVE_MMAP
  40. /* Define to 1 if you have the `munmap' function. */
  41. #undef HAVE_MUNMAP
  42. /* mmap() is no good without munmap() */
  43. #if defined(HAVE_MMAP) && !defined(HAVE_MUNMAP)
  44. # undef /**/ HAVE_MMAP
  45. #endif
  46. /* Define to 1 if you have the <netdb.h> header file. */
  47. #undef HAVE_NETDB_H
  48. /* Define to 1 if you have the <netinet/in.h> header file. */
  49. #undef HAVE_NETINET_IN_H
  50. /* Define to 1 if you have the <poll.h> header file. */
  51. #undef HAVE_POLL_H
  52. /* Define if <pthread.h> is there */
  53. #undef HAVE_PTHREAD_H
  54. /* Define to 1 if you have the `putenv' function. */
  55. #undef HAVE_PUTENV
  56. /* Define to 1 if you have the `rand_r' function. */
  57. #undef HAVE_RAND_R
  58. /* Define to 1 if you have the <resolv.h> header file. */
  59. #undef HAVE_RESOLV_H
  60. /* Have shl_load based dso */
  61. #undef HAVE_SHLLOAD
  62. /* Define to 1 if you have the `snprintf' function. */
  63. #undef HAVE_SNPRINTF
  64. /* Define to 1 if you have the `stat' function. */
  65. #undef HAVE_STAT
  66. /* Define to 1 if you have the <stdint.h> header file. */
  67. #undef HAVE_STDINT_H
  68. /* Define to 1 if you have the <stdio.h> header file. */
  69. #undef HAVE_STDIO_H
  70. /* Define to 1 if you have the <stdlib.h> header file. */
  71. #undef HAVE_STDLIB_H
  72. /* Define to 1 if you have the <strings.h> header file. */
  73. #undef HAVE_STRINGS_H
  74. /* Define to 1 if you have the <string.h> header file. */
  75. #undef HAVE_STRING_H
  76. /* Define to 1 if you have the <sys/mman.h> header file. */
  77. #undef HAVE_SYS_MMAN_H
  78. /* Define to 1 if you have the <sys/select.h> header file. */
  79. #undef HAVE_SYS_SELECT_H
  80. /* Define to 1 if you have the <sys/socket.h> header file. */
  81. #undef HAVE_SYS_SOCKET_H
  82. /* Define to 1 if you have the <sys/stat.h> header file. */
  83. #undef HAVE_SYS_STAT_H
  84. /* Define to 1 if you have the <sys/timeb.h> header file. */
  85. #undef HAVE_SYS_TIMEB_H
  86. /* Define to 1 if you have the <sys/time.h> header file. */
  87. #undef HAVE_SYS_TIME_H
  88. /* Define to 1 if you have the <sys/types.h> header file. */
  89. #undef HAVE_SYS_TYPES_H
  90. /* Define to 1 if you have the <unistd.h> header file. */
  91. #undef HAVE_UNISTD_H
  92. /* Whether va_copy() is available */
  93. #undef HAVE_VA_COPY
  94. /* Define to 1 if you have the `vsnprintf' function. */
  95. #undef HAVE_VSNPRINTF
  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. #undef LT_OBJDIR
  102. /* Name of package */
  103. #undef PACKAGE
  104. /* Define to the address where bug reports for this package should be sent. */
  105. #undef PACKAGE_BUGREPORT
  106. /* Define to the full name of this package. */
  107. #undef PACKAGE_NAME
  108. /* Define to the full name and version of this package. */
  109. #undef PACKAGE_STRING
  110. /* Define to the one symbol short name of this package. */
  111. #undef PACKAGE_TARNAME
  112. /* Define to the home page for this package. */
  113. #undef PACKAGE_URL
  114. /* Define to the version of this package. */
  115. #undef PACKAGE_VERSION
  116. /* Type cast for the send() function 2nd arg */
  117. #undef 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. #undef STDC_HEADERS
  122. /* Support for IPv6 */
  123. #undef SUPPORT_IP6
  124. /* Define if va_list is an array type */
  125. #undef VA_LIST_IS_ARRAY
  126. /* Version number of package */
  127. #undef VERSION
  128. /* Determine what socket length (socklen_t) data type is */
  129. #undef XML_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