curl_config-linux.h 26 KB

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