curl_config.h.in 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039
  1. /* lib/curl_config.h.in. Generated from configure.ac by autoheader. */
  2. /* Location of default ca bundle */
  3. #undef CURL_CA_BUNDLE
  4. /* Location of default ca path */
  5. #undef CURL_CA_PATH
  6. /* to disable cookies support */
  7. #undef CURL_DISABLE_COOKIES
  8. /* to disable cryptographic authentication */
  9. #undef CURL_DISABLE_CRYPTO_AUTH
  10. /* to disable DICT */
  11. #undef CURL_DISABLE_DICT
  12. /* to disable FILE */
  13. #undef CURL_DISABLE_FILE
  14. /* to disable FTP */
  15. #undef CURL_DISABLE_FTP
  16. /* to disable Gopher */
  17. #undef CURL_DISABLE_GOPHER
  18. /* to disable HTTP */
  19. #undef CURL_DISABLE_HTTP
  20. /* to disable IMAP */
  21. #undef CURL_DISABLE_IMAP
  22. /* to disable LDAP */
  23. #undef CURL_DISABLE_LDAP
  24. /* to disable LDAPS */
  25. #undef CURL_DISABLE_LDAPS
  26. /* to disable --libcurl C code generation option */
  27. #undef CURL_DISABLE_LIBCURL_OPTION
  28. /* to disable POP3 */
  29. #undef CURL_DISABLE_POP3
  30. /* to disable proxies */
  31. #undef CURL_DISABLE_PROXY
  32. /* to disable RTSP */
  33. #undef CURL_DISABLE_RTSP
  34. /* to disable SMTP */
  35. #undef CURL_DISABLE_SMTP
  36. /* to disable TELNET */
  37. #undef CURL_DISABLE_TELNET
  38. /* to disable TFTP */
  39. #undef CURL_DISABLE_TFTP
  40. /* to disable TLS-SRP authentication */
  41. #undef CURL_DISABLE_TLS_SRP
  42. /* to disable verbose strings */
  43. #undef CURL_DISABLE_VERBOSE_STRINGS
  44. /* Definition to make a library symbol externally visible. */
  45. #undef CURL_EXTERN_SYMBOL
  46. /* Use Windows LDAP implementation */
  47. #undef CURL_LDAP_WIN
  48. /* your Entropy Gathering Daemon socket pathname */
  49. #undef EGD_SOCKET
  50. /* Define if you want to enable IPv6 support */
  51. #undef ENABLE_IPV6
  52. /* Define to the type of arg 2 for gethostname. */
  53. #undef GETHOSTNAME_TYPE_ARG2
  54. /* Define to the type qualifier of arg 1 for getnameinfo. */
  55. #undef GETNAMEINFO_QUAL_ARG1
  56. /* Define to the type of arg 1 for getnameinfo. */
  57. #undef GETNAMEINFO_TYPE_ARG1
  58. /* Define to the type of arg 2 for getnameinfo. */
  59. #undef GETNAMEINFO_TYPE_ARG2
  60. /* Define to the type of args 4 and 6 for getnameinfo. */
  61. #undef GETNAMEINFO_TYPE_ARG46
  62. /* Define to the type of arg 7 for getnameinfo. */
  63. #undef GETNAMEINFO_TYPE_ARG7
  64. /* Specifies the number of arguments to getservbyport_r */
  65. #undef GETSERVBYPORT_R_ARGS
  66. /* Specifies the size of the buffer to pass to getservbyport_r */
  67. #undef GETSERVBYPORT_R_BUFSIZE
  68. /* Define to 1 if you have the alarm function. */
  69. #undef HAVE_ALARM
  70. /* Define to 1 if you have the <alloca.h> header file. */
  71. #undef HAVE_ALLOCA_H
  72. /* Define to 1 if you have the <arpa/inet.h> header file. */
  73. #undef HAVE_ARPA_INET_H
  74. /* Define to 1 if you have the <arpa/tftp.h> header file. */
  75. #undef HAVE_ARPA_TFTP_H
  76. /* Define to 1 if you have the <assert.h> header file. */
  77. #undef HAVE_ASSERT_H
  78. /* Define to 1 if you have the basename function. */
  79. #undef HAVE_BASENAME
  80. /* Define to 1 if bool is an available type. */
  81. #undef HAVE_BOOL_T
  82. /* Define to 1 if you have the clock_gettime function and monotonic timer. */
  83. #undef HAVE_CLOCK_GETTIME_MONOTONIC
  84. /* Define to 1 if you have the closesocket function. */
  85. #undef HAVE_CLOSESOCKET
  86. /* Define to 1 if you have the CloseSocket camel case function. */
  87. #undef HAVE_CLOSESOCKET_CAMEL
  88. /* Define to 1 if you have the connect function. */
  89. #undef HAVE_CONNECT
  90. /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
  91. #undef HAVE_CRYPTO_CLEANUP_ALL_EX_DATA
  92. /* Define to 1 if you have the <crypto.h> header file. */
  93. #undef HAVE_CRYPTO_H
  94. /* Define to 1 if you have the <cyassl/error-ssl.h> header file. */
  95. #undef HAVE_CYASSL_ERROR_SSL_H
  96. /* Define to 1 if you have the <dlfcn.h> header file. */
  97. #undef HAVE_DLFCN_H
  98. /* Define to 1 if you have the `ENGINE_cleanup' function. */
  99. #undef HAVE_ENGINE_CLEANUP
  100. /* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
  101. #undef HAVE_ENGINE_LOAD_BUILTIN_ENGINES
  102. /* Define to 1 if you have the <errno.h> header file. */
  103. #undef HAVE_ERRNO_H
  104. /* Define to 1 if you have the <err.h> header file. */
  105. #undef HAVE_ERR_H
  106. /* Define to 1 if you have the fcntl function. */
  107. #undef HAVE_FCNTL
  108. /* Define to 1 if you have the <fcntl.h> header file. */
  109. #undef HAVE_FCNTL_H
  110. /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
  111. #undef HAVE_FCNTL_O_NONBLOCK
  112. /* Define to 1 if you have the fdopen function. */
  113. #undef HAVE_FDOPEN
  114. /* Define to 1 if you have the `fork' function. */
  115. #undef HAVE_FORK
  116. /* Define to 1 if you have the freeaddrinfo function. */
  117. #undef HAVE_FREEADDRINFO
  118. /* Define to 1 if you have the freeifaddrs function. */
  119. #undef HAVE_FREEIFADDRS
  120. /* Define to 1 if you have the fsetxattr function. */
  121. #undef HAVE_FSETXATTR
  122. /* fsetxattr() takes 5 args */
  123. #undef HAVE_FSETXATTR_5
  124. /* fsetxattr() takes 6 args */
  125. #undef HAVE_FSETXATTR_6
  126. /* Define to 1 if you have the ftruncate function. */
  127. #undef HAVE_FTRUNCATE
  128. /* Define to 1 if you have the gai_strerror function. */
  129. #undef HAVE_GAI_STRERROR
  130. /* Define to 1 if you have a working getaddrinfo function. */
  131. #undef HAVE_GETADDRINFO
  132. /* Define to 1 if the getaddrinfo function is threadsafe. */
  133. #undef HAVE_GETADDRINFO_THREADSAFE
  134. /* Define to 1 if you have the `geteuid' function. */
  135. #undef HAVE_GETEUID
  136. /* Define to 1 if you have the gethostbyaddr function. */
  137. #undef HAVE_GETHOSTBYADDR
  138. /* Define to 1 if you have the gethostbyaddr_r function. */
  139. #undef HAVE_GETHOSTBYADDR_R
  140. /* gethostbyaddr_r() takes 5 args */
  141. #undef HAVE_GETHOSTBYADDR_R_5
  142. /* gethostbyaddr_r() takes 7 args */
  143. #undef HAVE_GETHOSTBYADDR_R_7
  144. /* gethostbyaddr_r() takes 8 args */
  145. #undef HAVE_GETHOSTBYADDR_R_8
  146. /* Define to 1 if you have the gethostbyname function. */
  147. #undef HAVE_GETHOSTBYNAME
  148. /* Define to 1 if you have the gethostbyname_r function. */
  149. #undef HAVE_GETHOSTBYNAME_R
  150. /* gethostbyname_r() takes 3 args */
  151. #undef HAVE_GETHOSTBYNAME_R_3
  152. /* gethostbyname_r() takes 5 args */
  153. #undef HAVE_GETHOSTBYNAME_R_5
  154. /* gethostbyname_r() takes 6 args */
  155. #undef HAVE_GETHOSTBYNAME_R_6
  156. /* Define to 1 if you have the gethostname function. */
  157. #undef HAVE_GETHOSTNAME
  158. /* Define to 1 if you have a working getifaddrs function. */
  159. #undef HAVE_GETIFADDRS
  160. /* Define to 1 if you have the getnameinfo function. */
  161. #undef HAVE_GETNAMEINFO
  162. /* Define to 1 if you have the `getpass_r' function. */
  163. #undef HAVE_GETPASS_R
  164. /* Define to 1 if you have the `getppid' function. */
  165. #undef HAVE_GETPPID
  166. /* Define to 1 if you have the `getprotobyname' function. */
  167. #undef HAVE_GETPROTOBYNAME
  168. /* Define to 1 if you have the `getpwuid' function. */
  169. #undef HAVE_GETPWUID
  170. /* Define to 1 if you have the `getpwuid_r' function. */
  171. #undef HAVE_GETPWUID_R
  172. /* Define to 1 if you have the `getrlimit' function. */
  173. #undef HAVE_GETRLIMIT
  174. /* Define to 1 if you have the getservbyport_r function. */
  175. #undef HAVE_GETSERVBYPORT_R
  176. /* Define to 1 if you have the `gettimeofday' function. */
  177. #undef HAVE_GETTIMEOFDAY
  178. /* Define to 1 if you have a working glibc-style strerror_r function. */
  179. #undef HAVE_GLIBC_STRERROR_R
  180. /* Define to 1 if you have a working gmtime_r function. */
  181. #undef HAVE_GMTIME_R
  182. /* if you have the function gnutls_srp_verifier */
  183. #undef HAVE_GNUTLS_SRP
  184. /* if you have GSS-API libraries */
  185. #undef HAVE_GSSAPI
  186. /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
  187. #undef HAVE_GSSAPI_GSSAPI_GENERIC_H
  188. /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
  189. #undef HAVE_GSSAPI_GSSAPI_H
  190. /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
  191. #undef HAVE_GSSAPI_GSSAPI_KRB5_H
  192. /* if you have GNU GSS */
  193. #undef HAVE_GSSGNU
  194. /* if you have Heimdal */
  195. #undef HAVE_GSSHEIMDAL
  196. /* if you have MIT Kerberos */
  197. #undef HAVE_GSSMIT
  198. /* Define to 1 if you have the `idna_strerror' function. */
  199. #undef HAVE_IDNA_STRERROR
  200. /* Define to 1 if you have the `idn_free' function. */
  201. #undef HAVE_IDN_FREE
  202. /* Define to 1 if you have the <idn-free.h> header file. */
  203. #undef HAVE_IDN_FREE_H
  204. /* Define to 1 if you have the <ifaddrs.h> header file. */
  205. #undef HAVE_IFADDRS_H
  206. /* Define to 1 if you have the `if_nametoindex' function. */
  207. #undef HAVE_IF_NAMETOINDEX
  208. /* Define to 1 if you have the `inet_addr' function. */
  209. #undef HAVE_INET_ADDR
  210. /* Define to 1 if you have the inet_ntoa_r function. */
  211. #undef HAVE_INET_NTOA_R
  212. /* inet_ntoa_r() takes 2 args */
  213. #undef HAVE_INET_NTOA_R_2
  214. /* inet_ntoa_r() takes 3 args */
  215. #undef HAVE_INET_NTOA_R_3
  216. /* Define to 1 if you have a IPv6 capable working inet_ntop function. */
  217. #undef HAVE_INET_NTOP
  218. /* Define to 1 if you have a IPv6 capable working inet_pton function. */
  219. #undef HAVE_INET_PTON
  220. /* Define to 1 if you have the <inttypes.h> header file. */
  221. #undef HAVE_INTTYPES_H
  222. /* Define to 1 if you have the ioctl function. */
  223. #undef HAVE_IOCTL
  224. /* Define to 1 if you have the ioctlsocket function. */
  225. #undef HAVE_IOCTLSOCKET
  226. /* Define to 1 if you have the IoctlSocket camel case function. */
  227. #undef HAVE_IOCTLSOCKET_CAMEL
  228. /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
  229. */
  230. #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO
  231. /* Define to 1 if you have a working ioctlsocket FIONBIO function. */
  232. #undef HAVE_IOCTLSOCKET_FIONBIO
  233. /* Define to 1 if you have a working ioctl FIONBIO function. */
  234. #undef HAVE_IOCTL_FIONBIO
  235. /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
  236. #undef HAVE_IOCTL_SIOCGIFADDR
  237. /* Define to 1 if you have the <io.h> header file. */
  238. #undef HAVE_IO_H
  239. /* Define to 1 if you have the lber.h header file. */
  240. #undef HAVE_LBER_H
  241. /* Define to 1 if you have the ldapssl.h header file. */
  242. #undef HAVE_LDAPSSL_H
  243. /* Define to 1 if you have the ldap.h header file. */
  244. #undef HAVE_LDAP_H
  245. /* Define to 1 if you have the `ldap_init_fd' function. */
  246. #undef HAVE_LDAP_INIT_FD
  247. /* Use LDAPS implementation */
  248. #undef HAVE_LDAP_SSL
  249. /* Define to 1 if you have the ldap_ssl.h header file. */
  250. #undef HAVE_LDAP_SSL_H
  251. /* Define to 1 if you have the `ldap_url_parse' function. */
  252. #undef HAVE_LDAP_URL_PARSE
  253. /* Define to 1 if you have the <libgen.h> header file. */
  254. #undef HAVE_LIBGEN_H
  255. /* Define to 1 if you have the `idn' library (-lidn). */
  256. #undef HAVE_LIBIDN
  257. /* Define to 1 if you have the `resolve' library (-lresolve). */
  258. #undef HAVE_LIBRESOLVE
  259. /* Define to 1 if you have the <librtmp/rtmp.h> header file. */
  260. #undef HAVE_LIBRTMP_RTMP_H
  261. /* Define to 1 if you have the `ssh2' library (-lssh2). */
  262. #undef HAVE_LIBSSH2
  263. /* Define to 1 if you have the `libssh2_exit' function. */
  264. #undef HAVE_LIBSSH2_EXIT
  265. /* Define to 1 if you have the <libssh2.h> header file. */
  266. #undef HAVE_LIBSSH2_H
  267. /* Define to 1 if you have the `libssh2_init' function. */
  268. #undef HAVE_LIBSSH2_INIT
  269. /* Define to 1 if you have the `libssh2_scp_send64' function. */
  270. #undef HAVE_LIBSSH2_SCP_SEND64
  271. /* Define to 1 if you have the `libssh2_session_handshake' function. */
  272. #undef HAVE_LIBSSH2_SESSION_HANDSHAKE
  273. /* Define to 1 if you have the `libssh2_version' function. */
  274. #undef HAVE_LIBSSH2_VERSION
  275. /* Define to 1 if you have the `ssl' library (-lssl). */
  276. #undef HAVE_LIBSSL
  277. /* if zlib is available */
  278. #undef HAVE_LIBZ
  279. /* Define to 1 if you have the <limits.h> header file. */
  280. #undef HAVE_LIMITS_H
  281. /* if your compiler supports LL */
  282. #undef HAVE_LL
  283. /* Define to 1 if you have the <locale.h> header file. */
  284. #undef HAVE_LOCALE_H
  285. /* Define to 1 if you have a working localtime_r function. */
  286. #undef HAVE_LOCALTIME_R
  287. /* Define to 1 if the compiler supports the 'long long' data type. */
  288. #undef HAVE_LONGLONG
  289. /* Define to 1 if you have the malloc.h header file. */
  290. #undef HAVE_MALLOC_H
  291. /* Define to 1 if you have the memory.h header file. */
  292. #undef HAVE_MEMORY_H
  293. /* Define to 1 if you have the memrchr function or macro. */
  294. #undef HAVE_MEMRCHR
  295. /* Define to 1 if you have the MSG_NOSIGNAL flag. */
  296. #undef HAVE_MSG_NOSIGNAL
  297. /* Define to 1 if you have the <netdb.h> header file. */
  298. #undef HAVE_NETDB_H
  299. /* Define to 1 if you have the <netinet/in.h> header file. */
  300. #undef HAVE_NETINET_IN_H
  301. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  302. #undef HAVE_NETINET_TCP_H
  303. /* Define to 1 if you have the <net/if.h> header file. */
  304. #undef HAVE_NET_IF_H
  305. /* Define to 1 if you have the <nghttp2/nghttp2.h> header file. */
  306. #undef HAVE_NGHTTP2_NGHTTP2_H
  307. /* Define to 1 if NI_WITHSCOPEID exists and works. */
  308. #undef HAVE_NI_WITHSCOPEID
  309. /* if you have an old MIT Kerberos version, lacking GSS_C_NT_HOSTBASED_SERVICE
  310. */
  311. #undef HAVE_OLD_GSSMIT
  312. /* Define to 1 if you have the <openssl/crypto.h> header file. */
  313. #undef HAVE_OPENSSL_CRYPTO_H
  314. /* Define to 1 if you have the <openssl/engine.h> header file. */
  315. #undef HAVE_OPENSSL_ENGINE_H
  316. /* Define to 1 if you have the <openssl/err.h> header file. */
  317. #undef HAVE_OPENSSL_ERR_H
  318. /* Define to 1 if you have the <openssl/pem.h> header file. */
  319. #undef HAVE_OPENSSL_PEM_H
  320. /* Define to 1 if you have the <openssl/pkcs12.h> header file. */
  321. #undef HAVE_OPENSSL_PKCS12_H
  322. /* Define to 1 if you have the <openssl/rsa.h> header file. */
  323. #undef HAVE_OPENSSL_RSA_H
  324. /* Define to 1 if you have the <openssl/ssl.h> header file. */
  325. #undef HAVE_OPENSSL_SSL_H
  326. /* Define to 1 if you have the <openssl/x509.h> header file. */
  327. #undef HAVE_OPENSSL_X509_H
  328. /* Define to 1 if you have the <pem.h> header file. */
  329. #undef HAVE_PEM_H
  330. /* Define to 1 if you have the `perror' function. */
  331. #undef HAVE_PERROR
  332. /* Define to 1 if you have the `pipe' function. */
  333. #undef HAVE_PIPE
  334. /* Define to 1 if you have a working poll function. */
  335. #undef HAVE_POLL
  336. /* If you have a fine poll */
  337. #undef HAVE_POLL_FINE
  338. /* Define to 1 if you have the <poll.h> header file. */
  339. #undef HAVE_POLL_H
  340. /* Define to 1 if you have a working POSIX-style strerror_r function. */
  341. #undef HAVE_POSIX_STRERROR_R
  342. /* if you have <pthread.h> */
  343. #undef HAVE_PTHREAD_H
  344. /* Define to 1 if you have the <pwd.h> header file. */
  345. #undef HAVE_PWD_H
  346. /* Define to 1 if you have the `RAND_egd' function. */
  347. #undef HAVE_RAND_EGD
  348. /* Define to 1 if you have the `RAND_screen' function. */
  349. #undef HAVE_RAND_SCREEN
  350. /* Define to 1 if you have the `RAND_status' function. */
  351. #undef HAVE_RAND_STATUS
  352. /* Define to 1 if you have the recv function. */
  353. #undef HAVE_RECV
  354. /* Define to 1 if you have the <rsa.h> header file. */
  355. #undef HAVE_RSA_H
  356. /* Define to 1 if you have the select function. */
  357. #undef HAVE_SELECT
  358. /* Define to 1 if you have the send function. */
  359. #undef HAVE_SEND
  360. /* Define to 1 if you have the <setjmp.h> header file. */
  361. #undef HAVE_SETJMP_H
  362. /* Define to 1 if you have the `setlocale' function. */
  363. #undef HAVE_SETLOCALE
  364. /* Define to 1 if you have the `setmode' function. */
  365. #undef HAVE_SETMODE
  366. /* Define to 1 if you have the `setrlimit' function. */
  367. #undef HAVE_SETRLIMIT
  368. /* Define to 1 if you have the setsockopt function. */
  369. #undef HAVE_SETSOCKOPT
  370. /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
  371. #undef HAVE_SETSOCKOPT_SO_NONBLOCK
  372. /* Define to 1 if you have the <sgtty.h> header file. */
  373. #undef HAVE_SGTTY_H
  374. /* Define to 1 if you have the sigaction function. */
  375. #undef HAVE_SIGACTION
  376. /* Define to 1 if you have the siginterrupt function. */
  377. #undef HAVE_SIGINTERRUPT
  378. /* Define to 1 if you have the signal function. */
  379. #undef HAVE_SIGNAL
  380. /* Define to 1 if you have the <signal.h> header file. */
  381. #undef HAVE_SIGNAL_H
  382. /* Define to 1 if you have the sigsetjmp function or macro. */
  383. #undef HAVE_SIGSETJMP
  384. /* Define to 1 if sig_atomic_t is an available typedef. */
  385. #undef HAVE_SIG_ATOMIC_T
  386. /* Define to 1 if sig_atomic_t is already defined as volatile. */
  387. #undef HAVE_SIG_ATOMIC_T_VOLATILE
  388. /* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */
  389. #undef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID
  390. /* Define to 1 if you have the socket function. */
  391. #undef HAVE_SOCKET
  392. /* Define to 1 if you have the socketpair function. */
  393. #undef HAVE_SOCKETPAIR
  394. /* Define to 1 if you have the <socket.h> header file. */
  395. #undef HAVE_SOCKET_H
  396. /* Define this if you have the SPNEGO library fbopenssl */
  397. #undef HAVE_SPNEGO
  398. /* if you have the function SRP_Calc_client_key */
  399. #undef HAVE_SSLEAY_SRP
  400. /* Define to 1 if you have the `SSLv2_client_method' function. */
  401. #undef HAVE_SSLV2_CLIENT_METHOD
  402. /* Define to 1 if you have the `SSL_CTX_set_alpn_protos' function. */
  403. #undef HAVE_SSL_CTX_SET_ALPN_PROTOS
  404. /* Define to 1 if you have the `SSL_CTX_set_alpn_select_cb' function. */
  405. #undef HAVE_SSL_CTX_SET_ALPN_SELECT_CB
  406. /* Define to 1 if you have the `SSL_CTX_set_next_proto_select_cb' function. */
  407. #undef HAVE_SSL_CTX_SET_NEXT_PROTO_SELECT_CB
  408. /* Define to 1 if you have the `SSL_get_shutdown' function. */
  409. #undef HAVE_SSL_GET_SHUTDOWN
  410. /* Define to 1 if you have the <ssl.h> header file. */
  411. #undef HAVE_SSL_H
  412. /* Define to 1 if you have the <stdbool.h> header file. */
  413. #undef HAVE_STDBOOL_H
  414. /* Define to 1 if you have the <stdint.h> header file. */
  415. #undef HAVE_STDINT_H
  416. /* Define to 1 if you have the <stdio.h> header file. */
  417. #undef HAVE_STDIO_H
  418. /* Define to 1 if you have the <stdlib.h> header file. */
  419. #undef HAVE_STDLIB_H
  420. /* Define to 1 if you have the strcasecmp function. */
  421. #undef HAVE_STRCASECMP
  422. /* Define to 1 if you have the strcmpi function. */
  423. #undef HAVE_STRCMPI
  424. /* Define to 1 if you have the strdup function. */
  425. #undef HAVE_STRDUP
  426. /* Define to 1 if you have the strerror_r function. */
  427. #undef HAVE_STRERROR_R
  428. /* Define to 1 if you have the stricmp function. */
  429. #undef HAVE_STRICMP
  430. /* Define to 1 if you have the <strings.h> header file. */
  431. #undef HAVE_STRINGS_H
  432. /* Define to 1 if you have the <string.h> header file. */
  433. #undef HAVE_STRING_H
  434. /* Define to 1 if you have the strncasecmp function. */
  435. #undef HAVE_STRNCASECMP
  436. /* Define to 1 if you have the strncmpi function. */
  437. #undef HAVE_STRNCMPI
  438. /* Define to 1 if you have the strnicmp function. */
  439. #undef HAVE_STRNICMP
  440. /* Define to 1 if you have the <stropts.h> header file. */
  441. #undef HAVE_STROPTS_H
  442. /* Define to 1 if you have the strstr function. */
  443. #undef HAVE_STRSTR
  444. /* Define to 1 if you have the strtok_r function. */
  445. #undef HAVE_STRTOK_R
  446. /* Define to 1 if you have the strtoll function. */
  447. #undef HAVE_STRTOLL
  448. /* if struct sockaddr_storage is defined */
  449. #undef HAVE_STRUCT_SOCKADDR_STORAGE
  450. /* Define to 1 if you have the timeval struct. */
  451. #undef HAVE_STRUCT_TIMEVAL
  452. /* Define to 1 if you have the <sys/filio.h> header file. */
  453. #undef HAVE_SYS_FILIO_H
  454. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  455. #undef HAVE_SYS_IOCTL_H
  456. /* Define to 1 if you have the <sys/param.h> header file. */
  457. #undef HAVE_SYS_PARAM_H
  458. /* Define to 1 if you have the <sys/poll.h> header file. */
  459. #undef HAVE_SYS_POLL_H
  460. /* Define to 1 if you have the <sys/resource.h> header file. */
  461. #undef HAVE_SYS_RESOURCE_H
  462. /* Define to 1 if you have the <sys/select.h> header file. */
  463. #undef HAVE_SYS_SELECT_H
  464. /* Define to 1 if you have the <sys/socket.h> header file. */
  465. #undef HAVE_SYS_SOCKET_H
  466. /* Define to 1 if you have the <sys/sockio.h> header file. */
  467. #undef HAVE_SYS_SOCKIO_H
  468. /* Define to 1 if you have the <sys/stat.h> header file. */
  469. #undef HAVE_SYS_STAT_H
  470. /* Define to 1 if you have the <sys/time.h> header file. */
  471. #undef HAVE_SYS_TIME_H
  472. /* Define to 1 if you have the <sys/types.h> header file. */
  473. #undef HAVE_SYS_TYPES_H
  474. /* Define to 1 if you have the <sys/uio.h> header file. */
  475. #undef HAVE_SYS_UIO_H
  476. /* Define to 1 if you have the <sys/un.h> header file. */
  477. #undef HAVE_SYS_UN_H
  478. /* Define to 1 if you have the <sys/utime.h> header file. */
  479. #undef HAVE_SYS_UTIME_H
  480. /* Define to 1 if you have the <sys/wait.h> header file. */
  481. #undef HAVE_SYS_WAIT_H
  482. /* Define to 1 if you have the <sys/xattr.h> header file. */
  483. #undef HAVE_SYS_XATTR_H
  484. /* Define to 1 if you have the <termios.h> header file. */
  485. #undef HAVE_TERMIOS_H
  486. /* Define to 1 if you have the <termio.h> header file. */
  487. #undef HAVE_TERMIO_H
  488. /* Define to 1 if you have the <time.h> header file. */
  489. #undef HAVE_TIME_H
  490. /* Define to 1 if you have the <tld.h> header file. */
  491. #undef HAVE_TLD_H
  492. /* Define to 1 if you have the `tld_strerror' function. */
  493. #undef HAVE_TLD_STRERROR
  494. /* Define to 1 if you have the `uname' function. */
  495. #undef HAVE_UNAME
  496. /* Define to 1 if you have the <unistd.h> header file. */
  497. #undef HAVE_UNISTD_H
  498. /* Define to 1 if you have the `utime' function. */
  499. #undef HAVE_UTIME
  500. /* Define to 1 if you have the <utime.h> header file. */
  501. #undef HAVE_UTIME_H
  502. /* Define to 1 if compiler supports C99 variadic macro style. */
  503. #undef HAVE_VARIADIC_MACROS_C99
  504. /* Define to 1 if compiler supports old gcc variadic macro style. */
  505. #undef HAVE_VARIADIC_MACROS_GCC
  506. /* Define to 1 if you have the winber.h header file. */
  507. #undef HAVE_WINBER_H
  508. /* Define to 1 if you have the windows.h header file. */
  509. #undef HAVE_WINDOWS_H
  510. /* Define to 1 if you have the winldap.h header file. */
  511. #undef HAVE_WINLDAP_H
  512. /* Define to 1 if you have the winsock2.h header file. */
  513. #undef HAVE_WINSOCK2_H
  514. /* Define to 1 if you have the winsock.h header file. */
  515. #undef HAVE_WINSOCK_H
  516. /* Define this symbol if your OS supports changing the contents of argv */
  517. #undef HAVE_WRITABLE_ARGV
  518. /* Define to 1 if you have the writev function. */
  519. #undef HAVE_WRITEV
  520. /* Define to 1 if you have the ws2tcpip.h header file. */
  521. #undef HAVE_WS2TCPIP_H
  522. /* Define to 1 if you have the <x509.h> header file. */
  523. #undef HAVE_X509_H
  524. /* if you have the zlib.h header file */
  525. #undef HAVE_ZLIB_H
  526. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  527. */
  528. #undef LT_OBJDIR
  529. /* Define to 1 if you need the lber.h header file even with ldap.h */
  530. #undef NEED_LBER_H
  531. /* Define to 1 if you need the malloc.h header file even with stdlib.h */
  532. #undef NEED_MALLOC_H
  533. /* Define to 1 if you need the memory.h header file even with stdlib.h */
  534. #undef NEED_MEMORY_H
  535. /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
  536. #undef NEED_REENTRANT
  537. /* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
  538. #undef NEED_THREAD_SAFE
  539. /* Define to enable NTLM delegation to winbind's ntlm_auth helper. */
  540. #undef NTLM_WB_ENABLED
  541. /* Define absolute filename for winbind's ntlm_auth helper. */
  542. #undef NTLM_WB_FILE
  543. /* cpu-machine-OS */
  544. #undef OS
  545. /* Name of package */
  546. #undef PACKAGE
  547. /* Define to the address where bug reports for this package should be sent. */
  548. #undef PACKAGE_BUGREPORT
  549. /* Define to the full name of this package. */
  550. #undef PACKAGE_NAME
  551. /* Define to the full name and version of this package. */
  552. #undef PACKAGE_STRING
  553. /* Define to the one symbol short name of this package. */
  554. #undef PACKAGE_TARNAME
  555. /* Define to the home page for this package. */
  556. #undef PACKAGE_URL
  557. /* Define to the version of this package. */
  558. #undef PACKAGE_VERSION
  559. /* a suitable file to read random data from */
  560. #undef RANDOM_FILE
  561. /* Define to the type of arg 1 for recv. */
  562. #undef RECV_TYPE_ARG1
  563. /* Define to the type of arg 2 for recv. */
  564. #undef RECV_TYPE_ARG2
  565. /* Define to the type of arg 3 for recv. */
  566. #undef RECV_TYPE_ARG3
  567. /* Define to the type of arg 4 for recv. */
  568. #undef RECV_TYPE_ARG4
  569. /* Define to the function return type for recv. */
  570. #undef RECV_TYPE_RETV
  571. /* Define as the return type of signal handlers (`int' or `void'). */
  572. #undef RETSIGTYPE
  573. /* Define to the type qualifier of arg 5 for select. */
  574. #undef SELECT_QUAL_ARG5
  575. /* Define to the type of arg 1 for select. */
  576. #undef SELECT_TYPE_ARG1
  577. /* Define to the type of args 2, 3 and 4 for select. */
  578. #undef SELECT_TYPE_ARG234
  579. /* Define to the type of arg 5 for select. */
  580. #undef SELECT_TYPE_ARG5
  581. /* Define to the function return type for select. */
  582. #undef SELECT_TYPE_RETV
  583. /* Define to the type qualifier of arg 2 for send. */
  584. #undef SEND_QUAL_ARG2
  585. /* Define to the type of arg 1 for send. */
  586. #undef SEND_TYPE_ARG1
  587. /* Define to the type of arg 2 for send. */
  588. #undef SEND_TYPE_ARG2
  589. /* Define to the type of arg 3 for send. */
  590. #undef SEND_TYPE_ARG3
  591. /* Define to the type of arg 4 for send. */
  592. #undef SEND_TYPE_ARG4
  593. /* Define to the function return type for send. */
  594. #undef SEND_TYPE_RETV
  595. /* The size of `int', as computed by sizeof. */
  596. #undef SIZEOF_INT
  597. /* The size of `long', as computed by sizeof. */
  598. #undef SIZEOF_LONG
  599. /* The size of `long long', as computed by sizeof. */
  600. #undef SIZEOF_LONG_LONG
  601. /* The size of `off_t', as computed by sizeof. */
  602. #undef SIZEOF_OFF_T
  603. /* The size of `short', as computed by sizeof. */
  604. #undef SIZEOF_SHORT
  605. /* The size of `size_t', as computed by sizeof. */
  606. #undef SIZEOF_SIZE_T
  607. /* The size of `time_t', as computed by sizeof. */
  608. #undef SIZEOF_TIME_T
  609. /* The size of `void*', as computed by sizeof. */
  610. #undef SIZEOF_VOIDP
  611. /* Define to 1 if you have the ANSI C header files. */
  612. #undef STDC_HEADERS
  613. /* Define to the type of arg 3 for strerror_r. */
  614. #undef STRERROR_R_TYPE_ARG3
  615. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  616. #undef TIME_WITH_SYS_TIME
  617. /* Define to enable c-ares support */
  618. #undef USE_ARES
  619. /* if axTLS is enabled */
  620. #undef USE_AXTLS
  621. /* if CyaSSL is enabled */
  622. #undef USE_CYASSL
  623. /* to enable iOS/Mac OS X native SSL/TLS support */
  624. #undef USE_DARWINSSL
  625. /* if GnuTLS is enabled */
  626. #undef USE_GNUTLS
  627. /* if GnuTLS uses nettle as crypto backend */
  628. #undef USE_GNUTLS_NETTLE
  629. /* if librtmp is in use */
  630. #undef USE_LIBRTMP
  631. /* if libSSH2 is in use */
  632. #undef USE_LIBSSH2
  633. /* If you want to build curl with the built-in manual */
  634. #undef USE_MANUAL
  635. /* Define to enable metalink support */
  636. #undef USE_METALINK
  637. /* if nghttp2 is in use */
  638. #undef USE_NGHTTP2
  639. /* if NSS is enabled */
  640. #undef USE_NSS
  641. /* Use OpenLDAP-specific code */
  642. #undef USE_OPENLDAP
  643. /* if OpenSSL is in use */
  644. #undef USE_OPENSSL
  645. /* if PolarSSL is enabled */
  646. #undef USE_POLARSSL
  647. /* to enable Windows native SSL/TLS support */
  648. #undef USE_SCHANNEL
  649. /* if SSL is enabled */
  650. #undef USE_SSLEAY
  651. /* if you want POSIX threaded DNS lookup */
  652. #undef USE_THREADS_POSIX
  653. /* Use TLS-SRP authentication */
  654. #undef USE_TLS_SRP
  655. /* Define to 1 if you have the `normaliz' (WinIDN) library (-lnormaliz). */
  656. #undef USE_WIN32_IDN
  657. /* Define to 1 if you are building a Windows target with large file support.
  658. */
  659. #undef USE_WIN32_LARGE_FILES
  660. /* Define to 1 if you are building a Windows target without large file
  661. support. */
  662. #undef USE_WIN32_SMALL_FILES
  663. /* to enable SSPI support */
  664. #undef USE_WINDOWS_SSPI
  665. /* Define to 1 if using yaSSL in OpenSSL compatibility mode. */
  666. #undef USE_YASSLEMUL
  667. /* Version number of package */
  668. #undef VERSION
  669. /* Define to 1 to provide own prototypes. */
  670. #undef WANT_IDN_PROTOTYPES
  671. /* Define to avoid automatic inclusion of winsock.h */
  672. #undef WIN32_LEAN_AND_MEAN
  673. /* Define to 1 if OS is AIX. */
  674. #ifndef _ALL_SOURCE
  675. # undef _ALL_SOURCE
  676. #endif
  677. /* Enable large inode numbers on Mac OS X 10.5. */
  678. #ifndef _DARWIN_USE_64_BIT_INODE
  679. # define _DARWIN_USE_64_BIT_INODE 1
  680. #endif
  681. /* Number of bits in a file offset, on hosts where this is settable. */
  682. #undef _FILE_OFFSET_BITS
  683. /* Define for large files, on AIX-style hosts. */
  684. #undef _LARGE_FILES
  685. /* Define to empty if `const' does not conform to ANSI C. */
  686. #undef const
  687. /* Type to use in place of in_addr_t when system does not provide it. */
  688. #undef in_addr_t
  689. /* Define to `__inline__' or `__inline' if that's what the C compiler
  690. calls it, or to nothing if 'inline' is not supported under any name. */
  691. #ifndef __cplusplus
  692. #undef inline
  693. #endif
  694. /* Define to `unsigned int' if <sys/types.h> does not define. */
  695. #undef size_t
  696. /* the signed version of size_t */
  697. #undef ssize_t