curl_config.h.in 26 KB

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