curl_config.h 28 KB

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