curl_config.h.in 26 KB

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