config.h.in 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* Define to specific EGD socket path */
  5. #undef EGD_PATH
  6. /* Define if EGD should be supported */
  7. #undef ENABLE_EGD
  8. /* Define if GSS_C_NT_HOSTBASED_SERVICE is not defined otherwise */
  9. #undef GSS_C_NT_HOSTBASED_SERVICE
  10. /* Define to 1 if you have the <arpa/inet.h> header file. */
  11. #undef HAVE_ARPA_INET_H
  12. /* Define to 1 if you have the `bind_textdomain_codeset' function. */
  13. #undef HAVE_BIND_TEXTDOMAIN_CODESET
  14. /* Define to 1 if you have the `CRYPTO_set_idptr_callback' function. */
  15. #undef HAVE_CRYPTO_SET_IDPTR_CALLBACK
  16. /* Define to 1 if you have the declaration of `h_errno', and to 0 if you
  17. don't. */
  18. #undef HAVE_DECL_H_ERRNO
  19. /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
  20. */
  21. #undef HAVE_DECL_STPCPY
  22. /* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
  23. don't. */
  24. #undef HAVE_DECL_STRERROR_R
  25. /* Define to 1 if you have the <dlfcn.h> header file. */
  26. #undef HAVE_DLFCN_H
  27. /* Define to 1 if you have the <errno.h> header file. */
  28. #undef HAVE_ERRNO_H
  29. /* Define if you have expat */
  30. #undef HAVE_EXPAT
  31. /* Define to 1 if you have the `explicit_bzero' function. */
  32. #undef HAVE_EXPLICIT_BZERO
  33. /* Define to 1 if you have the `fcntl' function. */
  34. #undef HAVE_FCNTL
  35. /* Define to 1 if you have the <fcntl.h> header file. */
  36. #undef HAVE_FCNTL_H
  37. /* Define to 1 if you have the `fstat64' function. */
  38. #undef HAVE_FSTAT64
  39. /* Define to 1 if you have the `gai_strerror' function. */
  40. #undef HAVE_GAI_STRERROR
  41. /* Define to 1 if you have the `gethostname' function. */
  42. #undef HAVE_GETHOSTNAME
  43. /* Define to 1 if you have the `getnameinfo' function. */
  44. #undef HAVE_GETNAMEINFO
  45. /* Define to 1 if you have the `getsockopt' function. */
  46. #undef HAVE_GETSOCKOPT
  47. /* Define if GnuTLS support is enabled */
  48. #undef HAVE_GNUTLS
  49. /* Define to 1 if you have the `gnutls_certificate_get_issuer' function. */
  50. #undef HAVE_GNUTLS_CERTIFICATE_GET_ISSUER
  51. /* Define to 1 if you have the `gnutls_certificate_get_x509_cas' function. */
  52. #undef HAVE_GNUTLS_CERTIFICATE_GET_X509_CAS
  53. /* Define to 1 if you have the `gnutls_certificate_set_retrieve_function2'
  54. function. */
  55. #undef HAVE_GNUTLS_CERTIFICATE_SET_RETRIEVE_FUNCTION2
  56. /* Define to 1 if you have the `gnutls_privkey_import_ext' function. */
  57. #undef HAVE_GNUTLS_PRIVKEY_IMPORT_EXT
  58. /* Define to 1 if you have the `gnutls_session_get_data2' function. */
  59. #undef HAVE_GNUTLS_SESSION_GET_DATA2
  60. /* Define to 1 if you have the `gnutls_x509_crt_sign2' function. */
  61. #undef HAVE_GNUTLS_X509_CRT_SIGN2
  62. /* Define to 1 if you have the `gnutls_x509_dn_get_rdn_ava' function. */
  63. #undef HAVE_GNUTLS_X509_DN_GET_RDN_AVA
  64. /* Define if GSSAPI support is enabled */
  65. #undef HAVE_GSSAPI
  66. /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
  67. #undef HAVE_GSSAPI_GSSAPI_GENERIC_H
  68. /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
  69. #undef HAVE_GSSAPI_GSSAPI_H
  70. /* Define to 1 if you have the <gssapi.h> header file. */
  71. #undef HAVE_GSSAPI_H
  72. /* Define to 1 if you have the `gss_init_sec_context' function. */
  73. #undef HAVE_GSS_INIT_SEC_CONTEXT
  74. /* Define to 1 if you have the `hstrerror' function. */
  75. #undef HAVE_HSTRERROR
  76. /* Define to 1 if you have the `iconv' function. */
  77. #undef HAVE_ICONV
  78. /* Define to 1 if you have the <iconv.h> header file. */
  79. #undef HAVE_ICONV_H
  80. /* Define to 1 if you have the `inet_ntop' function. */
  81. #undef HAVE_INET_NTOP
  82. /* Define to 1 if you have the `inet_pton' function. */
  83. #undef HAVE_INET_PTON
  84. /* Define to 1 if you have the <inttypes.h> header file. */
  85. #undef HAVE_INTTYPES_H
  86. /* Define to 1 if you have the `isatty' function. */
  87. #undef HAVE_ISATTY
  88. /* Define to 1 if you have the <libintl.h> header file. */
  89. #undef HAVE_LIBINTL_H
  90. /* Define if libproxy is supported */
  91. #undef HAVE_LIBPROXY
  92. /* Define if you have libxml */
  93. #undef HAVE_LIBXML
  94. /* Define to 1 if you have the <libxml/parser.h> header file. */
  95. #undef HAVE_LIBXML_PARSER_H
  96. /* Define to 1 if you have the <libxml/xmlversion.h> header file. */
  97. #undef HAVE_LIBXML_XMLVERSION_H
  98. /* Define to 1 if you have the <limits.h> header file. */
  99. #undef HAVE_LIMITS_H
  100. /* Define to 1 if you have the <locale.h> header file. */
  101. #undef HAVE_LOCALE_H
  102. /* Define to 1 if you have the `lseek64' function. */
  103. #undef HAVE_LSEEK64
  104. /* Define to 1 if you have the <memory.h> header file. */
  105. #undef HAVE_MEMORY_H
  106. /* Define to 1 if you have the <netdb.h> header file. */
  107. #undef HAVE_NETDB_H
  108. /* Define to 1 if you have the <netinet/in.h> header file. */
  109. #undef HAVE_NETINET_IN_H
  110. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  111. #undef HAVE_NETINET_TCP_H
  112. /* Define if NTLM is supported */
  113. #undef HAVE_NTLM
  114. /* Define if OpenSSL support is enabled */
  115. #undef HAVE_OPENSSL
  116. /* Enable OpenSSL 1.1 support */
  117. #undef HAVE_OPENSSL11
  118. /* Define to 1 if you have the <openssl/opensslv.h> header file. */
  119. #undef HAVE_OPENSSL_OPENSSLV_H
  120. /* Define to 1 if you have the <openssl/ssl.h> header file. */
  121. #undef HAVE_OPENSSL_SSL_H
  122. /* Define if pakchois library supported */
  123. #undef HAVE_PAKCHOIS
  124. /* Define to 1 if you have the `pipe' function. */
  125. #undef HAVE_PIPE
  126. /* Define to 1 if you have the `poll' function. */
  127. #undef HAVE_POLL
  128. /* Define to 1 if you have the `pthread_mutex_init' function. */
  129. #undef HAVE_PTHREAD_MUTEX_INIT
  130. /* Define to 1 if you have the `pthread_mutex_lock' function. */
  131. #undef HAVE_PTHREAD_MUTEX_LOCK
  132. /* Define to 1 if you have the `sendmsg' function. */
  133. #undef HAVE_SENDMSG
  134. /* Define to 1 if you have the `setlocale' function. */
  135. #undef HAVE_SETLOCALE
  136. /* Define to 1 if you have the `setsockopt' function. */
  137. #undef HAVE_SETSOCKOPT
  138. /* Define to 1 if you have the `setvbuf' function. */
  139. #undef HAVE_SETVBUF
  140. /* Define to 1 if you have the `shutdown' function. */
  141. #undef HAVE_SHUTDOWN
  142. /* Define to 1 if you have the `signal' function. */
  143. #undef HAVE_SIGNAL
  144. /* Define to 1 if you have the <signal.h> header file. */
  145. #undef HAVE_SIGNAL_H
  146. /* Define to 1 if you have the `snprintf' function. */
  147. #undef HAVE_SNPRINTF
  148. /* Define to 1 if the system has the type `socklen_t'. */
  149. #undef HAVE_SOCKLEN_T
  150. /* Define to 1 if you have the `SSL_SESSION_cmp' function. */
  151. #undef HAVE_SSL_SESSION_CMP
  152. /* Define to 1 if you have the <stdarg.h> header file. */
  153. #undef HAVE_STDARG_H
  154. /* Define to 1 if you have the <stdint.h> header file. */
  155. #undef HAVE_STDINT_H
  156. /* Define to 1 if you have the <stdlib.h> header file. */
  157. #undef HAVE_STDLIB_H
  158. /* Define to 1 if you have the `stpcpy' function. */
  159. #undef HAVE_STPCPY
  160. /* Define to 1 if you have the `strcasecmp' function. */
  161. #undef HAVE_STRCASECMP
  162. /* Define to 1 if you have the `strerror_r' function. */
  163. #undef HAVE_STRERROR_R
  164. /* Define to 1 if you have the <strings.h> header file. */
  165. #undef HAVE_STRINGS_H
  166. /* Define to 1 if you have the <string.h> header file. */
  167. #undef HAVE_STRING_H
  168. /* Define to 1 if you have the `strtoll' function. */
  169. #undef HAVE_STRTOLL
  170. /* Define to 1 if you have the `strtoq' function. */
  171. #undef HAVE_STRTOQ
  172. /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
  173. #undef HAVE_STRUCT_TM_TM_GMTOFF
  174. /* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */
  175. #undef HAVE_STRUCT_TM___TM_GMTOFF
  176. /* Define to 1 if you have the <sys/limits.h> header file. */
  177. #undef HAVE_SYS_LIMITS_H
  178. /* Define to 1 if you have the <sys/poll.h> header file. */
  179. #undef HAVE_SYS_POLL_H
  180. /* Define to 1 if you have the <sys/select.h> header file. */
  181. #undef HAVE_SYS_SELECT_H
  182. /* Define to 1 if you have the <sys/socket.h> header file. */
  183. #undef HAVE_SYS_SOCKET_H
  184. /* Define to 1 if you have the <sys/stat.h> header file. */
  185. #undef HAVE_SYS_STAT_H
  186. /* Define to 1 if you have the <sys/time.h> header file. */
  187. #undef HAVE_SYS_TIME_H
  188. /* Define to 1 if you have the <sys/types.h> header file. */
  189. #undef HAVE_SYS_TYPES_H
  190. /* Define to 1 if you have the <sys/uio.h> header file. */
  191. #undef HAVE_SYS_UIO_H
  192. /* Define if the timezone global is available */
  193. #undef HAVE_TIMEZONE
  194. /* Use trio printf replacement library */
  195. #undef HAVE_TRIO
  196. /* Define to 1 if you have the <trio.h> header file. */
  197. #undef HAVE_TRIO_H
  198. /* Define to 1 if you have the <unistd.h> header file. */
  199. #undef HAVE_UNISTD_H
  200. /* Define to 1 if you have the `usleep' function. */
  201. #undef HAVE_USLEEP
  202. /* Define to 1 if you have the `vsnprintf' function. */
  203. #undef HAVE_VSNPRINTF
  204. /* Define to be location of localedir */
  205. #undef LOCALEDIR
  206. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  207. #undef LT_OBJDIR
  208. /* Defined when neon is built as a library */
  209. #undef NEON_IS_LIBRARY
  210. /* Define to be the neon version string */
  211. #undef NEON_VERSION
  212. /* Define to enable debugging */
  213. #undef NE_DEBUGGING
  214. /* Define to be printf format string for ne_off_t */
  215. #undef NE_FMT_NE_OFF_T
  216. /* Define to be printf format string for off64_t */
  217. #undef NE_FMT_OFF64_T
  218. /* Define to be printf format string for off_t */
  219. #undef NE_FMT_OFF_T
  220. /* Define to be printf format string for size_t */
  221. #undef NE_FMT_SIZE_T
  222. /* Define to be printf format string for ssize_t */
  223. #undef NE_FMT_SSIZE_T
  224. /* Define to be printf format string for time_t */
  225. #undef NE_FMT_TIME_T
  226. /* Define to be printf format string for XML_Size */
  227. #undef NE_FMT_XML_SIZE
  228. /* Defined if DAV is supported */
  229. #undef NE_HAVE_DAV
  230. /* Defined if I18N is supported */
  231. #undef NE_HAVE_I18N
  232. /* Defined if IPV6 is supported */
  233. #undef NE_HAVE_IPV6
  234. /* Defined if LFS is supported */
  235. #undef NE_HAVE_LFS
  236. /* Defined if LIBPXY is supported */
  237. #undef NE_HAVE_LIBPXY
  238. /* Defined if SSL is supported */
  239. #undef NE_HAVE_SSL
  240. /* Defined if TS_SSL is supported */
  241. #undef NE_HAVE_TS_SSL
  242. /* Defined if ZLIB is supported */
  243. #undef NE_HAVE_ZLIB
  244. /* Define to be filename of an SSL CA root bundle */
  245. #undef NE_SSL_CA_BUNDLE
  246. /* Define if poll() should be used */
  247. #undef NE_USE_POLL
  248. /* Define to be neon library major version */
  249. #undef NE_VERSION_MAJOR
  250. /* Define to be neon library minor version */
  251. #undef NE_VERSION_MINOR
  252. /* Define to be neon library patch version */
  253. #undef NE_VERSION_PATCH
  254. /* Define to the address where bug reports for this package should be sent. */
  255. #undef PACKAGE_BUGREPORT
  256. /* Define to the full name of this package. */
  257. #undef PACKAGE_NAME
  258. /* Define to the full name and version of this package. */
  259. #undef PACKAGE_STRING
  260. /* Define to the one symbol short name of this package. */
  261. #undef PACKAGE_TARNAME
  262. /* Define to the home page for this package. */
  263. #undef PACKAGE_URL
  264. /* Define to the version of this package. */
  265. #undef PACKAGE_VERSION
  266. /* The size of `int', as computed by sizeof. */
  267. #undef SIZEOF_INT
  268. /* The size of `long', as computed by sizeof. */
  269. #undef SIZEOF_LONG
  270. /* The size of `long long', as computed by sizeof. */
  271. #undef SIZEOF_LONG_LONG
  272. /* The size of `off64_t', as computed by sizeof. */
  273. #undef SIZEOF_OFF64_T
  274. /* The size of `off_t', as computed by sizeof. */
  275. #undef SIZEOF_OFF_T
  276. /* The size of `size_t', as computed by sizeof. */
  277. #undef SIZEOF_SIZE_T
  278. /* The size of `ssize_t', as computed by sizeof. */
  279. #undef SIZEOF_SSIZE_T
  280. /* The size of `time_t', as computed by sizeof. */
  281. #undef SIZEOF_TIME_T
  282. /* The size of `XML_Size', as computed by sizeof. */
  283. #undef SIZEOF_XML_SIZE
  284. /* Define to 1 if you have the ANSI C header files. */
  285. #undef STDC_HEADERS
  286. /* Define to 1 if strerror_r returns char *. */
  287. #undef STRERROR_R_CHAR_P
  288. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  289. #undef TIME_WITH_SYS_TIME
  290. /* Define if getaddrinfo supports AI_ADDRCONFIG */
  291. #undef USE_GAI_ADDRCONFIG
  292. /* Define if getaddrinfo() should be used */
  293. #undef USE_GETADDRINFO
  294. /* Enable extensions on AIX 3, Interix. */
  295. #ifndef _ALL_SOURCE
  296. # undef _ALL_SOURCE
  297. #endif
  298. /* Enable GNU extensions on systems that have them. */
  299. #ifndef _GNU_SOURCE
  300. # undef _GNU_SOURCE
  301. #endif
  302. /* Enable threading extensions on Solaris. */
  303. #ifndef _POSIX_PTHREAD_SEMANTICS
  304. # undef _POSIX_PTHREAD_SEMANTICS
  305. #endif
  306. /* Enable extensions on HP NonStop. */
  307. #ifndef _TANDEM_SOURCE
  308. # undef _TANDEM_SOURCE
  309. #endif
  310. /* Enable general extensions on Solaris. */
  311. #ifndef __EXTENSIONS__
  312. # undef __EXTENSIONS__
  313. #endif
  314. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  315. significant byte first (like Motorola and SPARC, unlike Intel). */
  316. #if defined AC_APPLE_UNIVERSAL_BUILD
  317. # if defined __BIG_ENDIAN__
  318. # define WORDS_BIGENDIAN 1
  319. # endif
  320. #else
  321. # ifndef WORDS_BIGENDIAN
  322. # undef WORDS_BIGENDIAN
  323. # endif
  324. #endif
  325. /* Always defined to enable GNU extensions */
  326. #undef _GNU_SOURCE
  327. /* Define to 1 if on MINIX. */
  328. #undef _MINIX
  329. /* Define to 2 if the system does not provide POSIX.1 features except with
  330. this defined. */
  331. #undef _POSIX_1_SOURCE
  332. /* Define to 1 if you need to in order for `stat' and other things to work. */
  333. #undef _POSIX_SOURCE
  334. /* Define to empty if `const' does not conform to ANSI C. */
  335. #undef const
  336. /* Define if in_addr_t is not available */
  337. #undef in_addr_t
  338. /* Define to `__inline__' or `__inline' if that's what the C compiler
  339. calls it, or to nothing if 'inline' is not supported under any name. */
  340. #ifndef __cplusplus
  341. #undef inline
  342. #endif
  343. /* Define to `long int' if <sys/types.h> does not define. */
  344. #undef off_t
  345. /* Define to `int' if <sys/types.h> does not define. */
  346. #undef pid_t
  347. /* Define to `unsigned int' if <sys/types.h> does not define. */
  348. #undef size_t
  349. /* Define if socklen_t is not available */
  350. #undef socklen_t
  351. /* Enable leak-tracking versions of ne_*alloc when NEON_MEMLEAK is enabled */
  352. #ifdef NEON_MEMLEAK
  353. # include "memleak.h"
  354. #endif
  355. #if defined(HAVE_STPCPY) && defined(HAVE_DECL_STPCPY) && !HAVE_DECL_STPCPY && !defined(stpcpy)
  356. char *stpcpy(char *, const char *);
  357. #endif