config.h.in 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590
  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 to 1 if you have the `gettimeofday' function. */
  48. #undef HAVE_GETTIMEOFDAY
  49. /* Define if GnuTLS support is enabled */
  50. #undef HAVE_GNUTLS
  51. /* Define to 1 if you have the `gnutls_certificate_get_issuer' function. */
  52. #undef HAVE_GNUTLS_CERTIFICATE_GET_ISSUER
  53. /* Define to 1 if you have the `gnutls_certificate_get_x509_cas' function. */
  54. #undef HAVE_GNUTLS_CERTIFICATE_GET_X509_CAS
  55. /* Define to 1 if you have the `gnutls_certificate_set_retrieve_function2'
  56. function. */
  57. #undef HAVE_GNUTLS_CERTIFICATE_SET_RETRIEVE_FUNCTION2
  58. /* Define to 1 if you have the `gnutls_certificate_set_x509_system_trust'
  59. function. */
  60. #undef HAVE_GNUTLS_CERTIFICATE_SET_X509_SYSTEM_TRUST
  61. /* Define to 1 if you have the `gnutls_privkey_import_ext' function. */
  62. #undef HAVE_GNUTLS_PRIVKEY_IMPORT_EXT
  63. /* Define to 1 if you have the `gnutls_session_get_data2' function. */
  64. #undef HAVE_GNUTLS_SESSION_GET_DATA2
  65. /* Define to 1 if you have the `gnutls_x509_crt_sign2' function. */
  66. #undef HAVE_GNUTLS_X509_CRT_SIGN2
  67. /* Define to 1 if you have the `gnutls_x509_dn_get_rdn_ava' function. */
  68. #undef HAVE_GNUTLS_X509_DN_GET_RDN_AVA
  69. /* Define if GSSAPI support is enabled */
  70. #undef HAVE_GSSAPI
  71. /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
  72. #undef HAVE_GSSAPI_GSSAPI_GENERIC_H
  73. /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
  74. #undef HAVE_GSSAPI_GSSAPI_H
  75. /* Define to 1 if you have the <gssapi.h> header file. */
  76. #undef HAVE_GSSAPI_H
  77. /* Define to 1 if you have the `gss_init_sec_context' function. */
  78. #undef HAVE_GSS_INIT_SEC_CONTEXT
  79. /* Define to 1 if you have the `hstrerror' function. */
  80. #undef HAVE_HSTRERROR
  81. /* Define to 1 if you have the `iconv' function. */
  82. #undef HAVE_ICONV
  83. /* Define to 1 if you have the <iconv.h> header file. */
  84. #undef HAVE_ICONV_H
  85. /* Define to 1 if you have the `inet_ntop' function. */
  86. #undef HAVE_INET_NTOP
  87. /* Define to 1 if you have the `inet_pton' function. */
  88. #undef HAVE_INET_PTON
  89. /* Define to 1 if you have the <inttypes.h> header file. */
  90. #undef HAVE_INTTYPES_H
  91. /* Define to 1 if you have the `isatty' function. */
  92. #undef HAVE_ISATTY
  93. /* Define to 1 if you have the <libintl.h> header file. */
  94. #undef HAVE_LIBINTL_H
  95. /* Define if libproxy is supported */
  96. #undef HAVE_LIBPROXY
  97. /* Define if you have libxml */
  98. #undef HAVE_LIBXML
  99. /* Define to 1 if you have the <libxml/parser.h> header file. */
  100. #undef HAVE_LIBXML_PARSER_H
  101. /* Define to 1 if you have the <libxml/xmlversion.h> header file. */
  102. #undef HAVE_LIBXML_XMLVERSION_H
  103. /* Define to 1 if you have the <limits.h> header file. */
  104. #undef HAVE_LIMITS_H
  105. /* Define to 1 if you have the <locale.h> header file. */
  106. #undef HAVE_LOCALE_H
  107. /* Define to 1 if you have the `lseek64' function. */
  108. #undef HAVE_LSEEK64
  109. /* Define to 1 if you have the <minix/config.h> header file. */
  110. #undef HAVE_MINIX_CONFIG_H
  111. /* Define to 1 if you have the <netdb.h> header file. */
  112. #undef HAVE_NETDB_H
  113. /* Define to 1 if you have the <netinet/in.h> header file. */
  114. #undef HAVE_NETINET_IN_H
  115. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  116. #undef HAVE_NETINET_TCP_H
  117. /* Define if NTLM is supported */
  118. #undef HAVE_NTLM
  119. /* Define if OpenSSL support is enabled */
  120. #undef HAVE_OPENSSL
  121. /* Enable OpenSSL 1.1 support */
  122. #undef HAVE_OPENSSL11
  123. /* Define to 1 if you have the <openssl/opensslv.h> header file. */
  124. #undef HAVE_OPENSSL_OPENSSLV_H
  125. /* Define to 1 if you have the <openssl/ssl.h> header file. */
  126. #undef HAVE_OPENSSL_SSL_H
  127. /* Define if pakchois library supported */
  128. #undef HAVE_PAKCHOIS
  129. /* Define to 1 if you have the `pipe' function. */
  130. #undef HAVE_PIPE
  131. /* Define to 1 if you have the `poll' function. */
  132. #undef HAVE_POLL
  133. /* Define to 1 if you have the `pthread_mutex_init' function. */
  134. #undef HAVE_PTHREAD_MUTEX_INIT
  135. /* Define to 1 if you have the `pthread_mutex_lock' function. */
  136. #undef HAVE_PTHREAD_MUTEX_LOCK
  137. /* Define to 1 if you have the `sendmsg' function. */
  138. #undef HAVE_SENDMSG
  139. /* Define to 1 if you have the `setlocale' function. */
  140. #undef HAVE_SETLOCALE
  141. /* Define to 1 if you have the `setsockopt' function. */
  142. #undef HAVE_SETSOCKOPT
  143. /* Define to 1 if you have the `setvbuf' function. */
  144. #undef HAVE_SETVBUF
  145. /* Define to 1 if you have the `shutdown' function. */
  146. #undef HAVE_SHUTDOWN
  147. /* Define to 1 if you have the `signal' function. */
  148. #undef HAVE_SIGNAL
  149. /* Define to 1 if you have the <signal.h> header file. */
  150. #undef HAVE_SIGNAL_H
  151. /* Define to 1 if you have the `snprintf' function. */
  152. #undef HAVE_SNPRINTF
  153. /* Define to 1 if the system has the type `socklen_t'. */
  154. #undef HAVE_SOCKLEN_T
  155. /* Define to 1 if you have the `SSL_SESSION_cmp' function. */
  156. #undef HAVE_SSL_SESSION_CMP
  157. /* Define to 1 if you have the <stdarg.h> header file. */
  158. #undef HAVE_STDARG_H
  159. /* Define to 1 if you have the <stdint.h> header file. */
  160. #undef HAVE_STDINT_H
  161. /* Define to 1 if you have the <stdio.h> header file. */
  162. #undef HAVE_STDIO_H
  163. /* Define to 1 if you have the <stdlib.h> header file. */
  164. #undef HAVE_STDLIB_H
  165. /* Define to 1 if you have the `stpcpy' function. */
  166. #undef HAVE_STPCPY
  167. /* Define to 1 if you have the `strcasecmp' function. */
  168. #undef HAVE_STRCASECMP
  169. /* Define if you have `strerror_r'. */
  170. #undef HAVE_STRERROR_R
  171. /* Define to 1 if you have the <strings.h> header file. */
  172. #undef HAVE_STRINGS_H
  173. /* Define to 1 if you have the <string.h> header file. */
  174. #undef HAVE_STRING_H
  175. /* Define to 1 if you have the `strtoll' function. */
  176. #undef HAVE_STRTOLL
  177. /* Define to 1 if you have the `strtoq' function. */
  178. #undef HAVE_STRTOQ
  179. /* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
  180. #undef HAVE_STRUCT_TM_TM_GMTOFF
  181. /* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */
  182. #undef HAVE_STRUCT_TM___TM_GMTOFF
  183. /* Define to 1 if you have the <sys/limits.h> header file. */
  184. #undef HAVE_SYS_LIMITS_H
  185. /* Define to 1 if you have the <sys/poll.h> header file. */
  186. #undef HAVE_SYS_POLL_H
  187. /* Define to 1 if you have the <sys/select.h> header file. */
  188. #undef HAVE_SYS_SELECT_H
  189. /* Define to 1 if you have the <sys/socket.h> header file. */
  190. #undef HAVE_SYS_SOCKET_H
  191. /* Define to 1 if you have the <sys/stat.h> header file. */
  192. #undef HAVE_SYS_STAT_H
  193. /* Define to 1 if you have the <sys/time.h> header file. */
  194. #undef HAVE_SYS_TIME_H
  195. /* Define to 1 if you have the <sys/types.h> header file. */
  196. #undef HAVE_SYS_TYPES_H
  197. /* Define to 1 if you have the <sys/uio.h> header file. */
  198. #undef HAVE_SYS_UIO_H
  199. /* Define if the timezone global is available */
  200. #undef HAVE_TIMEZONE
  201. /* Use trio printf replacement library */
  202. #undef HAVE_TRIO
  203. /* Define to 1 if you have the <trio.h> header file. */
  204. #undef HAVE_TRIO_H
  205. /* Define to 1 if you have the <unistd.h> header file. */
  206. #undef HAVE_UNISTD_H
  207. /* Define to 1 if you have the `usleep' function. */
  208. #undef HAVE_USLEEP
  209. /* Define to 1 if you have the `vsnprintf' function. */
  210. #undef HAVE_VSNPRINTF
  211. /* Define to 1 if you have the <wchar.h> header file. */
  212. #undef HAVE_WCHAR_H
  213. /* Define to be location of localedir */
  214. #undef LOCALEDIR
  215. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  216. #undef LT_OBJDIR
  217. /* Defined when neon is built as a library */
  218. #undef NEON_IS_LIBRARY
  219. /* Define to be the neon version string */
  220. #undef NEON_VERSION
  221. /* Define to enable debugging */
  222. #undef NE_DEBUGGING
  223. /* Define to be printf format string for ne_off_t */
  224. #undef NE_FMT_NE_OFF_T
  225. /* Define to be printf format string for off64_t */
  226. #undef NE_FMT_OFF64_T
  227. /* Define to be printf format string for off_t */
  228. #undef NE_FMT_OFF_T
  229. /* Define to be printf format string for size_t */
  230. #undef NE_FMT_SIZE_T
  231. /* Define to be printf format string for ssize_t */
  232. #undef NE_FMT_SSIZE_T
  233. /* Define to be printf format string for time_t */
  234. #undef NE_FMT_TIME_T
  235. /* Define to be printf format string for XML_Size */
  236. #undef NE_FMT_XML_SIZE
  237. /* Defined if DAV is supported */
  238. #undef NE_HAVE_DAV
  239. /* Defined if I18N is supported */
  240. #undef NE_HAVE_I18N
  241. /* Defined if IPV6 is supported */
  242. #undef NE_HAVE_IPV6
  243. /* Defined if LFS is supported */
  244. #undef NE_HAVE_LFS
  245. /* Defined if LIBPXY is supported */
  246. #undef NE_HAVE_LIBPXY
  247. /* Defined if SSL is supported */
  248. #undef NE_HAVE_SSL
  249. /* Defined if TS_SSL is supported */
  250. #undef NE_HAVE_TS_SSL
  251. /* Defined if ZLIB is supported */
  252. #undef NE_HAVE_ZLIB
  253. /* Define to be filename of an SSL CA root bundle */
  254. #undef NE_SSL_CA_BUNDLE
  255. /* Define if poll() should be used */
  256. #undef NE_USE_POLL
  257. /* Define to be neon library major version */
  258. #undef NE_VERSION_MAJOR
  259. /* Define to be neon library minor version */
  260. #undef NE_VERSION_MINOR
  261. /* Define to be neon library patch version */
  262. #undef NE_VERSION_PATCH
  263. /* Define to the address where bug reports for this package should be sent. */
  264. #undef PACKAGE_BUGREPORT
  265. /* Define to the full name of this package. */
  266. #undef PACKAGE_NAME
  267. /* Define to the full name and version of this package. */
  268. #undef PACKAGE_STRING
  269. /* Define to the one symbol short name of this package. */
  270. #undef PACKAGE_TARNAME
  271. /* Define to the home page for this package. */
  272. #undef PACKAGE_URL
  273. /* Define to the version of this package. */
  274. #undef PACKAGE_VERSION
  275. /* The size of `int', as computed by sizeof. */
  276. #undef SIZEOF_INT
  277. /* The size of `long', as computed by sizeof. */
  278. #undef SIZEOF_LONG
  279. /* The size of `long long', as computed by sizeof. */
  280. #undef SIZEOF_LONG_LONG
  281. /* The size of `off64_t', as computed by sizeof. */
  282. #undef SIZEOF_OFF64_T
  283. /* The size of `off_t', as computed by sizeof. */
  284. #undef SIZEOF_OFF_T
  285. /* The size of `size_t', as computed by sizeof. */
  286. #undef SIZEOF_SIZE_T
  287. /* The size of `ssize_t', as computed by sizeof. */
  288. #undef SIZEOF_SSIZE_T
  289. /* The size of `time_t', as computed by sizeof. */
  290. #undef SIZEOF_TIME_T
  291. /* The size of `XML_Size', as computed by sizeof. */
  292. #undef SIZEOF_XML_SIZE
  293. /* Define to 1 if all of the C90 standard headers exist (not just the ones
  294. required in a freestanding environment). This macro is provided for
  295. backward compatibility; new code need not use it. */
  296. #undef STDC_HEADERS
  297. /* Define to 1 if strerror_r returns char *. */
  298. #undef STRERROR_R_CHAR_P
  299. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This
  300. macro is obsolete. */
  301. #undef TIME_WITH_SYS_TIME
  302. /* Define if getaddrinfo supports AI_ADDRCONFIG */
  303. #undef USE_GAI_ADDRCONFIG
  304. /* Define if getaddrinfo() should be used */
  305. #undef USE_GETADDRINFO
  306. /* Enable extensions on AIX 3, Interix. */
  307. #ifndef _ALL_SOURCE
  308. # undef _ALL_SOURCE
  309. #endif
  310. /* Enable general extensions on macOS. */
  311. #ifndef _DARWIN_C_SOURCE
  312. # undef _DARWIN_C_SOURCE
  313. #endif
  314. /* Enable general extensions on Solaris. */
  315. #ifndef __EXTENSIONS__
  316. # undef __EXTENSIONS__
  317. #endif
  318. /* Enable GNU extensions on systems that have them. */
  319. #ifndef _GNU_SOURCE
  320. # undef _GNU_SOURCE
  321. #endif
  322. /* Enable X/Open compliant socket functions that do not require linking
  323. with -lxnet on HP-UX 11.11. */
  324. #ifndef _HPUX_ALT_XOPEN_SOCKET_API
  325. # undef _HPUX_ALT_XOPEN_SOCKET_API
  326. #endif
  327. /* Identify the host operating system as Minix.
  328. This macro does not affect the system headers' behavior.
  329. A future release of Autoconf may stop defining this macro. */
  330. #ifndef _MINIX
  331. # undef _MINIX
  332. #endif
  333. /* Enable general extensions on NetBSD.
  334. Enable NetBSD compatibility extensions on Minix. */
  335. #ifndef _NETBSD_SOURCE
  336. # undef _NETBSD_SOURCE
  337. #endif
  338. /* Enable OpenBSD compatibility extensions on NetBSD.
  339. Oddly enough, this does nothing on OpenBSD. */
  340. #ifndef _OPENBSD_SOURCE
  341. # undef _OPENBSD_SOURCE
  342. #endif
  343. /* Define to 1 if needed for POSIX-compatible behavior. */
  344. #ifndef _POSIX_SOURCE
  345. # undef _POSIX_SOURCE
  346. #endif
  347. /* Define to 2 if needed for POSIX-compatible behavior. */
  348. #ifndef _POSIX_1_SOURCE
  349. # undef _POSIX_1_SOURCE
  350. #endif
  351. /* Enable POSIX-compatible threading on Solaris. */
  352. #ifndef _POSIX_PTHREAD_SEMANTICS
  353. # undef _POSIX_PTHREAD_SEMANTICS
  354. #endif
  355. /* Enable extensions specified by ISO/IEC TS 18661-5:2014. */
  356. #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
  357. # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
  358. #endif
  359. /* Enable extensions specified by ISO/IEC TS 18661-1:2014. */
  360. #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
  361. # undef __STDC_WANT_IEC_60559_BFP_EXT__
  362. #endif
  363. /* Enable extensions specified by ISO/IEC TS 18661-2:2015. */
  364. #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
  365. # undef __STDC_WANT_IEC_60559_DFP_EXT__
  366. #endif
  367. /* Enable extensions specified by ISO/IEC TS 18661-4:2015. */
  368. #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
  369. # undef __STDC_WANT_IEC_60559_FUNCS_EXT__
  370. #endif
  371. /* Enable extensions specified by ISO/IEC TS 18661-3:2015. */
  372. #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
  373. # undef __STDC_WANT_IEC_60559_TYPES_EXT__
  374. #endif
  375. /* Enable extensions specified by ISO/IEC TR 24731-2:2010. */
  376. #ifndef __STDC_WANT_LIB_EXT2__
  377. # undef __STDC_WANT_LIB_EXT2__
  378. #endif
  379. /* Enable extensions specified by ISO/IEC 24747:2009. */
  380. #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
  381. # undef __STDC_WANT_MATH_SPEC_FUNCS__
  382. #endif
  383. /* Enable extensions on HP NonStop. */
  384. #ifndef _TANDEM_SOURCE
  385. # undef _TANDEM_SOURCE
  386. #endif
  387. /* Enable X/Open extensions. Define to 500 only if necessary
  388. to make mbstate_t available. */
  389. #ifndef _XOPEN_SOURCE
  390. # undef _XOPEN_SOURCE
  391. #endif
  392. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  393. significant byte first (like Motorola and SPARC, unlike Intel). */
  394. #if defined AC_APPLE_UNIVERSAL_BUILD
  395. # if defined __BIG_ENDIAN__
  396. # define WORDS_BIGENDIAN 1
  397. # endif
  398. #else
  399. # ifndef WORDS_BIGENDIAN
  400. # undef WORDS_BIGENDIAN
  401. # endif
  402. #endif
  403. /* Always defined to enable GNU extensions */
  404. #undef _GNU_SOURCE
  405. /* Define to empty if `const' does not conform to ANSI C. */
  406. #undef const
  407. /* Define if in_addr_t is not available */
  408. #undef in_addr_t
  409. /* Define to `__inline__' or `__inline' if that's what the C compiler
  410. calls it, or to nothing if 'inline' is not supported under any name. */
  411. #ifndef __cplusplus
  412. #undef inline
  413. #endif
  414. /* Define to `long int' if <sys/types.h> does not define. */
  415. #undef off_t
  416. /* Define as a signed integer type capable of holding a process identifier. */
  417. #undef pid_t
  418. /* Define to `unsigned int' if <sys/types.h> does not define. */
  419. #undef size_t
  420. /* Define if socklen_t is not available */
  421. #undef socklen_t
  422. /* Enable leak-tracking versions of ne_*alloc when NEON_MEMLEAK is enabled */
  423. #ifdef NEON_MEMLEAK
  424. # include "memleak.h"
  425. #endif
  426. #if defined(HAVE_STPCPY) && defined(HAVE_DECL_STPCPY) && !HAVE_DECL_STPCPY && !defined(stpcpy)
  427. char *stpcpy(char *, const char *);
  428. #endif