config.h.in 17 KB

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