curl_config-win.h 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102
  1. /* lib/curl_config.h.in. Generated somehow by cmake. */
  2. /* when building libcurl itself */
  3. /* #undef BUILDING_LIBCURL */
  4. /* Location of default ca bundle */
  5. /* #undef CURL_CA_BUNDLE */
  6. /* define "1" to use built-in ca store of TLS backend */
  7. /* #undef CURL_CA_FALLBACK */
  8. /* Location of default ca path */
  9. /* #undef CURL_CA_PATH */
  10. /* to disable cookies support */
  11. /* #undef CURL_DISABLE_COOKIES */
  12. /* to disable cryptographic authentication */
  13. /* #undef CURL_DISABLE_CRYPTO_AUTH */
  14. /* to disable DICT */
  15. /* #undef CURL_DISABLE_DICT */
  16. /* disable DoH */
  17. /* #undef CURL_DISABLE_DOH */
  18. /* to disable FILE */
  19. /* #undef CURL_DISABLE_FILE */
  20. /* to disable FTP */
  21. /* #undef CURL_DISABLE_FTP */
  22. /* to disable GOPHER */
  23. /* #undef CURL_DISABLE_GOPHER */
  24. /* disable HTTP authentication */
  25. /* #undef CURL_DISABLE_HTTP_AUTH */
  26. /* to disable IMAP */
  27. /* #undef CURL_DISABLE_IMAP */
  28. /* to disable HTTP */
  29. /* #undef CURL_DISABLE_HTTP */
  30. /* to disable LDAP */
  31. #define CURL_DISABLE_LDAP 1
  32. /* to disable LDAPS */
  33. #define CURL_DISABLE_LDAPS 1
  34. /* to disable --libcurl C code generation option */
  35. /* #undef CURL_DISABLE_LIBCURL_OPTION */
  36. /* disable mime API */
  37. /* #undef CURL_DISABLE_MIME */
  38. /* disable netrc parsing */
  39. /* #undef CURL_DISABLE_NETRC */
  40. /* if the OpenSSL configuration won't be loaded automatically */
  41. /* #undef CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG */
  42. /* disable date parsing */
  43. /* #undef CURL_DISABLE_PARSEDATE */
  44. /* to disable POP3 */
  45. /* #undef CURL_DISABLE_POP3 */
  46. /* disable progress-meter */
  47. /* #undef CURL_DISABLE_PROGRESS_METER */
  48. /* to disable proxies */
  49. /* #undef CURL_DISABLE_PROXY */
  50. /* to disable RTSP */
  51. /* #undef CURL_DISABLE_RTSP */
  52. /* to disable SMB */
  53. /* #undef CURL_DISABLE_SMB */
  54. /* disable DNS shuffling */
  55. /* #undef CURL_DISABLE_SHUFFLE_DNS */
  56. /* to disable SMTP */
  57. /* #undef CURL_DISABLE_SMTP */
  58. /* to disable TELNET */
  59. /* #undef CURL_DISABLE_TELNET */
  60. /* to disable TFTP */
  61. /* #undef CURL_DISABLE_TFTP */
  62. /* to disable verbose strings */
  63. /* #undef CURL_DISABLE_VERBOSE_STRINGS */
  64. /* to make a symbol visible */
  65. /* #undef CURL_EXTERN_SYMBOL */
  66. /* Ensure using CURL_EXTERN_SYMBOL is possible */
  67. #ifndef CURL_EXTERN_SYMBOL
  68. #define CURL_EXTERN_SYMBOL
  69. #endif
  70. /* Use Windows LDAP implementation */
  71. /* #undef USE_WIN32_LDAP */
  72. /* when not building a shared library */
  73. #define CURL_STATICLIB 1
  74. /* your Entropy Gathering Daemon socket pathname */
  75. /* #undef EGD_SOCKET */
  76. /* Define if you want to enable IPv6 support */
  77. #define ENABLE_IPV6 1
  78. /* Define to the type qualifier of arg 1 for getnameinfo. */
  79. /* #undef GETNAMEINFO_QUAL_ARG1 */
  80. /* Define to the type of arg 1 for getnameinfo. */
  81. /* #undef GETNAMEINFO_TYPE_ARG1 */
  82. /* Define to the type of arg 2 for getnameinfo. */
  83. /* #undef GETNAMEINFO_TYPE_ARG2 */
  84. /* Define to the type of args 4 and 6 for getnameinfo. */
  85. /* #undef GETNAMEINFO_TYPE_ARG46 */
  86. /* Define to the type of arg 7 for getnameinfo. */
  87. /* #undef GETNAMEINFO_TYPE_ARG7 */
  88. /* Specifies the number of arguments to getservbyport_r */
  89. /* #undef GETSERVBYPORT_R_ARGS */
  90. /* Specifies the size of the buffer to pass to getservbyport_r */
  91. /* #undef GETSERVBYPORT_R_BUFSIZE */
  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. #define HAVE_ASSERT_H 1
  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. #define HAVE_BOOL_T 1
  106. /* Define to 1 if you have the __builtin_available function. */
  107. /* #undef HAVE_BUILTIN_AVAILABLE */
  108. /* Define to 1 if you have the clock_gettime function and monotonic timer. */
  109. /* #undef HAVE_CLOCK_GETTIME_MONOTONIC */
  110. /* Define to 1 if you have the `closesocket' function. */
  111. #define HAVE_CLOSESOCKET 1
  112. /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
  113. /* #undef HAVE_CRYPTO_CLEANUP_ALL_EX_DATA */
  114. /* Define to 1 if you have the <crypto.h> header file. */
  115. /* #undef HAVE_CRYPTO_H */
  116. /* Define to 1 if you have the <des.h> header file. */
  117. /* #undef HAVE_DES_H */
  118. /* Define to 1 if you have the <dlfcn.h> header file. */
  119. /* #undef HAVE_DLFCN_H */
  120. /* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
  121. /* #undef HAVE_ENGINE_LOAD_BUILTIN_ENGINES */
  122. /* Define to 1 if you have the <errno.h> header file. */
  123. #define HAVE_ERRNO_H 1
  124. /* Define to 1 if you have the <err.h> header file. */
  125. /* #undef HAVE_ERR_H */
  126. /* Define to 1 if you have the fcntl function. */
  127. /* #undef HAVE_FCNTL */
  128. /* Define to 1 if you have the <fcntl.h> header file. */
  129. #define HAVE_FCNTL_H 1
  130. /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
  131. /* #undef HAVE_FCNTL_O_NONBLOCK */
  132. /* Define to 1 if you have the `fork' function. */
  133. /* #undef HAVE_FORK */
  134. /* Define to 1 if you have the freeaddrinfo function. */
  135. #define HAVE_FREEADDRINFO 1
  136. /* Define to 1 if you have the freeifaddrs function. */
  137. /* #undef HAVE_FREEIFADDRS */
  138. /* Define to 1 if you have the ftruncate function. */
  139. /* #undef HAVE_FTRUNCATE */
  140. /* Define to 1 if you have a working getaddrinfo function. */
  141. #define HAVE_GETADDRINFO 1
  142. /* Define to 1 if you have the `geteuid' function. */
  143. /* #undef HAVE_GETEUID */
  144. /* Define to 1 if you have the gethostbyaddr function. */
  145. #define HAVE_GETHOSTBYADDR 1
  146. /* Define to 1 if you have the gethostbyaddr_r function. */
  147. /* #undef HAVE_GETHOSTBYADDR_R */
  148. /* gethostbyaddr_r() takes 5 args */
  149. /* #undef HAVE_GETHOSTBYADDR_R_5 */
  150. /* gethostbyaddr_r() takes 7 args */
  151. /* #undef HAVE_GETHOSTBYADDR_R_7 */
  152. /* gethostbyaddr_r() takes 8 args */
  153. /* #undef HAVE_GETHOSTBYADDR_R_8 */
  154. /* Define to 1 if you have the gethostbyname function. */
  155. #define HAVE_GETHOSTBYNAME 1
  156. /* Define to 1 if you have the gethostbyname_r function. */
  157. /* #undef HAVE_GETHOSTBYNAME_R */
  158. /* gethostbyname_r() takes 3 args */
  159. /* #undef HAVE_GETHOSTBYNAME_R_3 */
  160. /* gethostbyname_r() takes 5 args */
  161. /* #undef HAVE_GETHOSTBYNAME_R_5 */
  162. /* gethostbyname_r() takes 6 args */
  163. /* #undef HAVE_GETHOSTBYNAME_R_6 */
  164. /* Define to 1 if you have the gethostname function. */
  165. #define HAVE_GETHOSTNAME 1
  166. /* Define to 1 if you have a working getifaddrs function. */
  167. /* #undef HAVE_GETIFADDRS */
  168. /* Define to 1 if you have the getnameinfo function. */
  169. /* #undef HAVE_GETNAMEINFO */
  170. /* Define to 1 if you have the `getpass_r' function. */
  171. /* #undef HAVE_GETPASS_R */
  172. /* Define to 1 if you have the getpeername function. */
  173. #define HAVE_GETPEERNAME 1
  174. /* Define to 1 if you have the `getppid' function. */
  175. /* #undef HAVE_GETPPID */
  176. /* Define to 1 if you have the `getprotobyname' function. */
  177. #define HAVE_GETPROTOBYNAME 1
  178. /* Define to 1 if you have the `getpwuid' function. */
  179. /* #undef HAVE_GETPWUID */
  180. /* Define to 1 if you have the `getpwuid_r' function. */
  181. /* #undef HAVE_GETPWUID_R */
  182. /* Define to 1 if you have the `getrlimit' function. */
  183. /* #undef HAVE_GETRLIMIT */
  184. /* Define to 1 if you have the getservbyport_r function. */
  185. /* #undef HAVE_GETSERVBYPORT_R */
  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. /* #undef HAVE_GETTIMEOFDAY */
  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. /* #undef HAVE_GMTIME_R */
  194. /* if you have the gssapi libraries */
  195. /* #undef HAVE_GSSAPI */
  196. /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
  197. /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
  198. /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
  199. /* #undef HAVE_GSSAPI_GSSAPI_H */
  200. /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
  201. /* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
  202. /* if you have the GNU gssapi libraries */
  203. /* #undef HAVE_GSSGNU */
  204. /* if you have the Heimdal gssapi libraries */
  205. /* #undef HAVE_GSSHEIMDAL */
  206. /* if you have the MIT gssapi libraries */
  207. /* #undef HAVE_GSSMIT */
  208. /* Define to 1 if you have the `idna_strerror' function. */
  209. /* #undef HAVE_IDNA_STRERROR */
  210. /* Define to 1 if you have the `idn_free' function. */
  211. /* #undef HAVE_IDN_FREE */
  212. /* Define to 1 if you have the <idn-free.h> header file. */
  213. /* #undef HAVE_IDN_FREE_H */
  214. /* Define to 1 if you have the <ifaddrs.h> header file. */
  215. /* #undef HAVE_IFADDRS_H */
  216. /* Define to 1 if you have the `inet_addr' function. */
  217. #define HAVE_INET_ADDR 1
  218. /* Define to 1 if you have the inet_ntoa_r function. */
  219. /* #undef HAVE_INET_NTOA_R */
  220. /* inet_ntoa_r() takes 2 args */
  221. /* #undef HAVE_INET_NTOA_R_2 */
  222. /* inet_ntoa_r() takes 3 args */
  223. /* #undef HAVE_INET_NTOA_R_3 */
  224. /* Define to 1 if you have a IPv6 capable working inet_ntop function. */
  225. /* #undef HAVE_INET_NTOP */
  226. /* Define to 1 if you have a IPv6 capable working inet_pton function. */
  227. #define HAVE_INET_PTON 1
  228. /* Define to 1 if you have the <inttypes.h> header file. */
  229. /* #undef HAVE_INTTYPES_H */
  230. /* Define to 1 if you have the ioctl function. */
  231. /* #undef HAVE_IOCTL */
  232. /* Define to 1 if you have the ioctlsocket function. */
  233. #define HAVE_IOCTLSOCKET 1
  234. /* Define to 1 if you have the IoctlSocket camel case function. */
  235. /* #undef HAVE_IOCTLSOCKET_CAMEL */
  236. /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
  237. */
  238. #define HAVE_IOCTLSOCKET_CAMEL_FIONBIO 1
  239. /* Define to 1 if you have a working ioctlsocket FIONBIO function. */
  240. #define HAVE_IOCTLSOCKET_FIONBIO 1
  241. /* Define to 1 if you have a working ioctl FIONBIO function. */
  242. /* #undef HAVE_IOCTL_FIONBIO */
  243. /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
  244. /* #undef HAVE_IOCTL_SIOCGIFADDR */
  245. /* Define to 1 if you have the <io.h> header file. */
  246. #define HAVE_IO_H 1
  247. /* if you have the Kerberos4 libraries (including -ldes) */
  248. /* #undef HAVE_KRB4 */
  249. /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
  250. /* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */
  251. /* Define to 1 if you have the <krb.h> header file. */
  252. /* #undef HAVE_KRB_H */
  253. /* Define to 1 if you have the lber.h header file. */
  254. /* #undef HAVE_LBER_H */
  255. /* Define to 1 if you have the ldapssl.h header file. */
  256. /* #undef HAVE_LDAPSSL_H */
  257. /* Define to 1 if you have the ldap.h header file. */
  258. /* #undef HAVE_LDAP_H */
  259. /* Use LDAPS implementation */
  260. /* #undef HAVE_LDAP_SSL */
  261. /* Define to 1 if you have the ldap_ssl.h header file. */
  262. /* #undef HAVE_LDAP_SSL_H */
  263. /* Define to 1 if you have the `ldap_url_parse' function. */
  264. /* #undef HAVE_LDAP_URL_PARSE */
  265. /* Define to 1 if you have the <libgen.h> header file. */
  266. /* #undef HAVE_LIBGEN_H */
  267. /* Define to 1 if you have the `idn' library (-lidn). */
  268. /* #undef HAVE_LIBIDN */
  269. /* Define to 1 if you have the `resolv' library (-lresolv). */
  270. /* #undef HAVE_LIBRESOLV */
  271. /* Define to 1 if you have the `resolve' library (-lresolve). */
  272. /* #undef HAVE_LIBRESOLVE */
  273. /* Define to 1 if you have the `socket' library (-lsocket). */
  274. /* #undef HAVE_LIBSOCKET */
  275. /* Define to 1 if you have the `ssh2' library (-lssh2). */
  276. /* #undef HAVE_LIBSSH2 */
  277. /* Define to 1 if libssh2 provides `libssh2_version'. */
  278. /* #undef HAVE_LIBSSH2_VERSION */
  279. /* Define to 1 if libssh2 provides `libssh2_init'. */
  280. /* #undef HAVE_LIBSSH2_INIT */
  281. /* Define to 1 if libssh2 provides `libssh2_exit'. */
  282. /* #undef HAVE_LIBSSH2_EXIT */
  283. /* Define to 1 if libssh2 provides `libssh2_scp_send64'. */
  284. /* #undef HAVE_LIBSSH2_SCP_SEND64 */
  285. /* Define to 1 if libssh2 provides `libssh2_session_handshake'. */
  286. /* #undef HAVE_LIBSSH2_SESSION_HANDSHAKE */
  287. /* Define to 1 if you have the <libssh2.h> header file. */
  288. /* #undef HAVE_LIBSSH2_H */
  289. /* Define to 1 if you have the `ssl' library (-lssl). */
  290. #define HAVE_LIBSSL 1
  291. /* if zlib is available */
  292. #define HAVE_LIBZ 1
  293. /* if brotli is available */
  294. /* #undef HAVE_BROTLI */
  295. /* if your compiler supports LL */
  296. #define HAVE_LL 1
  297. /* Define to 1 if you have the <locale.h> header file. */
  298. #define HAVE_LOCALE_H 1
  299. /* Define to 1 if you have a working localtime_r function. */
  300. /* #undef HAVE_LOCALTIME_R */
  301. /* Define to 1 if the compiler supports the 'long long' data type. */
  302. #define HAVE_LONGLONG 1
  303. /* Define to 1 if you have the malloc.h header file. */
  304. #define HAVE_MALLOC_H 1
  305. /* Define to 1 if you have the <memory.h> header file. */
  306. #define HAVE_MEMORY_H 1
  307. /* Define to 1 if you have the MSG_NOSIGNAL flag. */
  308. /* #undef HAVE_MSG_NOSIGNAL */
  309. /* Define to 1 if you have the <netdb.h> header file. */
  310. /* #undef HAVE_NETDB_H */
  311. /* Define to 1 if you have the <netinet/in.h> header file. */
  312. /* #undef HAVE_NETINET_IN_H */
  313. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  314. /* #undef HAVE_NETINET_TCP_H */
  315. /* Define to 1 if you have the <net/if.h> header file. */
  316. /* #undef HAVE_NET_IF_H */
  317. /* Define to 1 if you have the <nghttp2/nghttp2.h> header file. */
  318. #define HAVE_NGHTTP2_NGHTTP2_H 1
  319. /* Define to 1 if you have the <nghttp3/nghttp3.h> header file. */
  320. /* #undef HAVE_NGHTTP3_NGHTTP3_H */
  321. /* Define to 1 if you have the <ngtcp2/ngtcp2_crypto.h> header file. */
  322. /* #undef HAVE_NGTCP2_NGTCP2_CRYPTO_H */
  323. /* Define to 1 if you have the <ngtcp2/ngtcp2.h> header file. */
  324. /* #undef HAVE_NGTCP2_NGTCP2_H */
  325. /* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE */
  326. /* #undef HAVE_OLD_GSSMIT */
  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/engine.h> header file. */
  330. /* #undef HAVE_OPENSSL_ENGINE_H */
  331. /* Define to 1 if you have the <openssl/err.h> header file. */
  332. #define HAVE_OPENSSL_ERR_H 1
  333. /* Define to 1 if you have the <openssl/pem.h> header file. */
  334. #define HAVE_OPENSSL_PEM_H 1
  335. /* Define to 1 if you have the <openssl/pkcs12.h> header file. */
  336. /* #undef HAVE_OPENSSL_PKCS12_H */
  337. /* Define to 1 if you have the <openssl/rsa.h> header file. */
  338. #define HAVE_OPENSSL_RSA_H 1
  339. /* Define to 1 if you have the <openssl/ssl.h> header file. */
  340. /* #undef HAVE_OPENSSL_SSL_H */
  341. /* Define to 1 if you have the `OpenSSL_version' function. */
  342. #define HAVE_OPENSSL_VERSION 1
  343. /* Define to 1 if you have the <openssl/x509.h> header file. */
  344. #define HAVE_OPENSSL_X509_H 1
  345. /* Define to 1 if you have the <pem.h> header file. */
  346. /* #undef HAVE_PEM_H */
  347. /* Define to 1 if you have the `perror' function. */
  348. #define HAVE_PERROR 1
  349. /* Define to 1 if you have the `pipe' function. */
  350. /* #undef HAVE_PIPE */
  351. /* Define to 1 if you have a working poll function. */
  352. /* #undef HAVE_POLL */
  353. /* If you have a fine poll */
  354. /* #undef HAVE_POLL_FINE */
  355. /* Define to 1 if you have the <poll.h> header file. */
  356. /* #undef HAVE_POLL_H */
  357. /* Define to 1 if you have a working POSIX-style strerror_r function. */
  358. /* #undef HAVE_POSIX_STRERROR_R */
  359. /* Define to 1 if you have the <proto/bsdsocket.h> header file. */
  360. /* #undef HAVE_PROTO_BSDSOCKET_H */
  361. /* Define to 1 if you have the <pthread.h> header file */
  362. /* #undef HAVE_PTHREAD_H */
  363. /* Define to 1 if you have the <pwd.h> header file. */
  364. /* #undef HAVE_PWD_H */
  365. /* Define to 1 if you have the <quiche.h> header file. */
  366. /* #undef HAVE_QUICHE_H */
  367. /* Define to 1 if you have the `RAND_egd' function. */
  368. /* #undef HAVE_RAND_EGD */
  369. /* Define to 1 if you have the `RAND_screen' function. */
  370. /* #undef HAVE_RAND_SCREEN */
  371. /* Define to 1 if you have the `RAND_status' function. */
  372. /* #undef HAVE_RAND_STATUS */
  373. /* Define to 1 if you have the recv function. */
  374. #define HAVE_RECV 1
  375. /* Define to 1 if you have the recvfrom function. */
  376. /* #undef HAVE_RECVFROM */
  377. /* Define to 1 if you have the <rsa.h> header file. */
  378. /* #undef HAVE_RSA_H */
  379. /* Define to 1 if you have the select function. */
  380. #define HAVE_SELECT 1
  381. /* Define to 1 if you have the send function. */
  382. #define HAVE_SEND 1
  383. /* Define to 1 if you have the 'fsetxattr' function. */
  384. /* #undef HAVE_FSETXATTR */
  385. /* fsetxattr() takes 5 args */
  386. /* #undef HAVE_FSETXATTR_5 */
  387. /* fsetxattr() takes 6 args */
  388. /* #undef HAVE_FSETXATTR_6 */
  389. /* Define to 1 if you have the <setjmp.h> header file. */
  390. #define HAVE_SETJMP_H 1
  391. /* Define to 1 if you have the `setlocale' function. */
  392. #define HAVE_SETLOCALE 1
  393. /* Define to 1 if you have the `setmode' function. */
  394. #define HAVE_SETMODE 1
  395. /* Define to 1 if you have the `setrlimit' function. */
  396. /* #undef HAVE_SETRLIMIT */
  397. /* Define to 1 if you have the setsockopt function. */
  398. #define HAVE_SETSOCKOPT 1
  399. /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
  400. /* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
  401. /* Define to 1 if you have the <sgtty.h> header file. */
  402. /* #undef HAVE_SGTTY_H */
  403. /* Define to 1 if you have the sigaction function. */
  404. /* #undef HAVE_SIGACTION */
  405. /* Define to 1 if you have the siginterrupt function. */
  406. /* #undef HAVE_SIGINTERRUPT */
  407. /* Define to 1 if you have the signal function. */
  408. /* #undef HAVE_SIGNAL */
  409. /* Define to 1 if you have the <signal.h> header file. */
  410. #define HAVE_SIGNAL_H 1
  411. /* Define to 1 if you have the sigsetjmp function or macro. */
  412. /* #undef HAVE_SIGSETJMP */
  413. /* Define to 1 if sig_atomic_t is an available typedef. */
  414. #define HAVE_SIG_ATOMIC_T 1
  415. /* Define to 1 if sig_atomic_t is already defined as volatile. */
  416. /* #undef HAVE_SIG_ATOMIC_T_VOLATILE */
  417. /* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */
  418. /* #undef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID */
  419. /* Define to 1 if you have the `socket' function. */
  420. #define HAVE_SOCKET 1
  421. /* Define to 1 if you have the `SSLv2_client_method' function. */
  422. /* #undef HAVE_SSLV2_CLIENT_METHOD */
  423. /* Define to 1 if you have the <ssl.h> header file. */
  424. /* #undef HAVE_SSL_H */
  425. /* Define to 1 if you have the <stdbool.h> header file. */
  426. #define HAVE_STDBOOL_H 1
  427. /* Define to 1 if you have the <stdint.h> header file. */
  428. /* #undef HAVE_STDINT_H */
  429. /* Define to 1 if you have the <stdlib.h> header file. */
  430. #define HAVE_STDLIB_H 1
  431. /* Define to 1 if you have the strcasecmp function. */
  432. /* #undef HAVE_STRCASECMP */
  433. /* Define to 1 if you have the strcasestr function. */
  434. /* #undef HAVE_STRCASESTR */
  435. /* Define to 1 if you have the strcmpi function. */
  436. /* #undef HAVE_STRCMPI */
  437. /* Define to 1 if you have the strdup function. */
  438. #define HAVE_STRDUP 1
  439. /* Define to 1 if you have the strerror_r function. */
  440. /* #undef HAVE_STRERROR_R */
  441. /* Define to 1 if you have the stricmp function. */
  442. #define HAVE_STRICMP 1
  443. /* Define to 1 if you have the <strings.h> header file. */
  444. /* #undef HAVE_STRINGS_H */
  445. /* Define to 1 if you have the <string.h> header file. */
  446. #define HAVE_STRING_H 1
  447. /* Define to 1 if you have the strlcat function. */
  448. /* #undef HAVE_STRLCAT */
  449. /* Define to 1 if you have the `strlcpy' function. */
  450. /* #undef HAVE_STRLCPY */
  451. /* Define to 1 if you have the strncasecmp function. */
  452. /* #undef HAVE_STRNCASECMP */
  453. /* Define to 1 if you have the strncmpi function. */
  454. /* #undef HAVE_STRNCMPI */
  455. /* Define to 1 if you have the strnicmp function. */
  456. /* #undef HAVE_STRNICMP */
  457. /* Define to 1 if you have the <stropts.h> header file. */
  458. /* #undef HAVE_STROPTS_H */
  459. /* Define to 1 if you have the strstr function. */
  460. #define HAVE_STRSTR 1
  461. /* Define to 1 if you have the strtok_r function. */
  462. /* #undef HAVE_STRTOK_R */
  463. /* Define to 1 if you have the strtoll function. */
  464. #define HAVE_STRTOLL 1
  465. /* if struct sockaddr_storage is defined */
  466. #define HAVE_STRUCT_SOCKADDR_STORAGE 1
  467. /* Define to 1 if you have the timeval struct. */
  468. #define HAVE_STRUCT_TIMEVAL 1
  469. /* Define to 1 if you have the <sys/filio.h> header file. */
  470. /* #undef HAVE_SYS_FILIO_H */
  471. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  472. /* #undef HAVE_SYS_IOCTL_H */
  473. /* Define to 1 if you have the <sys/param.h> header file. */
  474. /* #undef HAVE_SYS_PARAM_H */
  475. /* Define to 1 if you have the <sys/poll.h> header file. */
  476. /* #undef HAVE_SYS_POLL_H */
  477. /* Define to 1 if you have the <sys/resource.h> header file. */
  478. /* #undef HAVE_SYS_RESOURCE_H */
  479. /* Define to 1 if you have the <sys/select.h> header file. */
  480. /* #undef HAVE_SYS_SELECT_H */
  481. /* Define to 1 if you have the <sys/socket.h> header file. */
  482. /* #undef HAVE_SYS_SOCKET_H */
  483. /* Define to 1 if you have the <sys/sockio.h> header file. */
  484. /* #undef HAVE_SYS_SOCKIO_H */
  485. /* Define to 1 if you have the <sys/stat.h> header file. */
  486. #define HAVE_SYS_STAT_H 1
  487. /* Define to 1 if you have the <sys/time.h> header file. */
  488. /* #undef HAVE_SYS_TIME_H */
  489. /* Define to 1 if you have the <sys/types.h> header file. */
  490. #define HAVE_SYS_TYPES_H 1
  491. /* Define to 1 if you have the <sys/uio.h> header file. */
  492. /* #undef HAVE_SYS_UIO_H */
  493. /* Define to 1 if you have the <sys/un.h> header file. */
  494. /* #undef HAVE_SYS_UN_H */
  495. /* Define to 1 if you have the <sys/utime.h> header file. */
  496. #define HAVE_SYS_UTIME_H 1
  497. /* Define to 1 if you have the <termios.h> header file. */
  498. /* #undef HAVE_TERMIOS_H */
  499. /* Define to 1 if you have the <termio.h> header file. */
  500. /* #undef HAVE_TERMIO_H */
  501. /* Define to 1 if you have the <time.h> header file. */
  502. #define HAVE_TIME_H 1
  503. /* Define to 1 if you have the <tld.h> header file. */
  504. /* #undef HAVE_TLD_H */
  505. /* Define to 1 if you have the `tld_strerror' function. */
  506. /* #undef HAVE_TLD_STRERROR */
  507. /* Define to 1 if you have the `uname' function. */
  508. /* #undef HAVE_UNAME */
  509. /* Define to 1 if you have the <unistd.h> header file. */
  510. /* #undef HAVE_UNISTD_H */
  511. /* Define to 1 if you have the `usleep' function. */
  512. #define HAVE_USLEEP 1
  513. /* Define to 1 if you have the `utime' function. */
  514. #define HAVE_UTIME 1
  515. /* Define to 1 if you have the <utime.h> header file. */
  516. /* #undef HAVE_UTIME_H */
  517. /* Define to 1 if compiler supports C99 variadic macro style. */
  518. /* #undef HAVE_VARIADIC_MACROS_C99 */
  519. /* Define to 1 if compiler supports old gcc variadic macro style. */
  520. /* #undef HAVE_VARIADIC_MACROS_GCC */
  521. /* Define to 1 if you have the winber.h header file. */
  522. /* #undef HAVE_WINBER_H */
  523. /* Define to 1 if you have the windows.h header file. */
  524. #define HAVE_WINDOWS_H 1
  525. /* Define to 1 if you have the winldap.h header file. */
  526. /* #undef HAVE_WINLDAP_H */
  527. /* Define to 1 if you have the winsock2.h header file. */
  528. #define HAVE_WINSOCK2_H 1
  529. /* Define to 1 if you have the winsock.h header file. */
  530. #define HAVE_WINSOCK_H 1
  531. /* Define this symbol if your OS supports changing the contents of argv */
  532. /* #undef HAVE_WRITABLE_ARGV */
  533. /* Define to 1 if you have the writev function. */
  534. /* #undef HAVE_WRITEV */
  535. /* Define to 1 if you have the ws2tcpip.h header file. */
  536. #define HAVE_WS2TCPIP_H 1
  537. /* Define to 1 if you have the <x509.h> header file. */
  538. /* #undef HAVE_X509_H */
  539. /* Define if you have the <process.h> header file. */
  540. #define HAVE_PROCESS_H 1
  541. /* if you have the zlib.h header file */
  542. #define HAVE_ZLIB_H 1
  543. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  544. */
  545. /* #undef LT_OBJDIR */
  546. /* If you lack a fine basename() prototype */
  547. /* #undef NEED_BASENAME_PROTO */
  548. /* Define to 1 if you need the lber.h header file even with ldap.h */
  549. /* #undef NEED_LBER_H */
  550. /* Define to 1 if you need the malloc.h header file even with stdlib.h */
  551. /* #undef NEED_MALLOC_H */
  552. /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
  553. /* #undef NEED_REENTRANT */
  554. /* cpu-machine-OS */
  555. #define OS "Windows"
  556. /* Name of package */
  557. /* #undef PACKAGE */
  558. /* Define to the address where bug reports for this package should be sent. */
  559. /* #undef PACKAGE_BUGREPORT */
  560. /* Define to the full name of this package. */
  561. /* #undef PACKAGE_NAME */
  562. /* Define to the full name and version of this package. */
  563. /* #undef PACKAGE_STRING */
  564. /* Define to the one symbol short name of this package. */
  565. /* #undef PACKAGE_TARNAME */
  566. /* Define to the version of this package. */
  567. /* #undef PACKAGE_VERSION */
  568. /* a suitable file to read random data from */
  569. /* #undef RANDOM_FILE */
  570. /* Define to the type of arg 1 for recvfrom. */
  571. /* #undef RECVFROM_TYPE_ARG1 */
  572. /* Define to the type pointed by arg 2 for recvfrom. */
  573. /* #undef RECVFROM_TYPE_ARG2 */
  574. /* Define to 1 if the type pointed by arg 2 for recvfrom is void. */
  575. /* #undef RECVFROM_TYPE_ARG2_IS_VOID */
  576. /* Define to the type of arg 3 for recvfrom. */
  577. /* #undef RECVFROM_TYPE_ARG3 */
  578. /* Define to the type of arg 4 for recvfrom. */
  579. /* #undef RECVFROM_TYPE_ARG4 */
  580. /* Define to the type pointed by arg 5 for recvfrom. */
  581. /* #undef RECVFROM_TYPE_ARG5 */
  582. /* Define to 1 if the type pointed by arg 5 for recvfrom is void. */
  583. /* #undef RECVFROM_TYPE_ARG5_IS_VOID */
  584. /* Define to the type pointed by arg 6 for recvfrom. */
  585. /* #undef RECVFROM_TYPE_ARG6 */
  586. /* Define to 1 if the type pointed by arg 6 for recvfrom is void. */
  587. /* #undef RECVFROM_TYPE_ARG6_IS_VOID */
  588. /* Define to the function return type for recvfrom. */
  589. /* #undef RECVFROM_TYPE_RETV */
  590. /* Define to the type of arg 1 for recv. */
  591. #define RECV_TYPE_ARG1 SOCKET
  592. /* Define to the type of arg 2 for recv. */
  593. #define RECV_TYPE_ARG2 char *
  594. /* Define to the type of arg 3 for recv. */
  595. #define RECV_TYPE_ARG3 int
  596. /* Define to the type of arg 4 for recv. */
  597. #define RECV_TYPE_ARG4 int
  598. /* Define to the function return type for recv. */
  599. #define RECV_TYPE_RETV int
  600. /* Define as the return type of signal handlers (`int' or `void'). */
  601. #define RETSIGTYPE void
  602. /* Define to the type qualifier of arg 5 for select. */
  603. /* #undef SELECT_QUAL_ARG5 */
  604. /* Define to the type of arg 1 for select. */
  605. /* #undef SELECT_TYPE_ARG1 */
  606. /* Define to the type of args 2, 3 and 4 for select. */
  607. /* #undef SELECT_TYPE_ARG234 */
  608. /* Define to the type of arg 5 for select. */
  609. /* #undef SELECT_TYPE_ARG5 */
  610. /* Define to the function return type for select. */
  611. /* #undef SELECT_TYPE_RETV */
  612. /* Define to the type qualifier of arg 2 for send. */
  613. #define SEND_QUAL_ARG2 const
  614. /* Define to the type of arg 1 for send. */
  615. #define SEND_TYPE_ARG1 SOCKET
  616. /* Define to the type of arg 2 for send. */
  617. #define SEND_TYPE_ARG2 char *
  618. /* Define to the type of arg 3 for send. */
  619. #define SEND_TYPE_ARG3 int
  620. /* Define to the type of arg 4 for send. */
  621. #define SEND_TYPE_ARG4 int
  622. /* Define to the function return type for send. */
  623. #define SEND_TYPE_RETV int
  624. /* The size of `int', as computed by sizeof. */
  625. #ifndef SIZEOF_INT
  626. #error undefined SIZEOF_INT
  627. #endif
  628. /* The size of `short', as computed by sizeof. */
  629. #ifndef SIZEOF_SHORT
  630. #error undefined SIZEOF_SHORT
  631. #endif
  632. /* The size of `long', as computed by sizeof. */
  633. #ifndef SIZEOF_LONG
  634. #error undefined SIZEOF_LONG
  635. #endif
  636. /* The size of `off_t', as computed by sizeof. */
  637. #define SIZEOF_OFF_T 4
  638. /* The size of `curl_off_t', as computed by sizeof. */
  639. #define SIZEOF_CURL_OFF_T 8
  640. /* The size of `time_t', as computed by sizeof. */
  641. #define SIZEOF_TIME_T 8
  642. /* Define to 1 if you have the ANSI C header files. */
  643. #define STDC_HEADERS 1
  644. /* Define to the type of arg 3 for strerror_r. */
  645. /* #undef STRERROR_R_TYPE_ARG3 */
  646. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  647. /* #undef TIME_WITH_SYS_TIME */
  648. /* to enable alt-svc */
  649. /* #undef USE_ALTSVC */
  650. /* if AmiSSL is in use */
  651. /* #undef USE_AMISSL */
  652. /* Define to enable c-ares support */
  653. #define USE_ARES 1
  654. /* Define to disable non-blocking sockets. */
  655. /* #undef USE_BLOCKING_SOCKETS */
  656. /* if GnuTLS is enabled */
  657. /* #undef USE_GNUTLS */
  658. /* if PolarSSL is enabled */
  659. /* #undef USE_POLARSSL */
  660. /* if DarwinSSL is enabled */
  661. /* #undef USE_DARWINSSL */
  662. /* if libSSH2 is in use */
  663. /* #undef USE_LIBSSH2 */
  664. /* If you want to build curl with the built-in manual */
  665. /* #undef USE_MANUAL */
  666. /* if mbedTLS is enabled */
  667. /* #undef USE_MBEDTLS */
  668. /* if MesaLink is enabled */
  669. /* #undef USE_MESALINK */
  670. /* Define to enable metalink support */
  671. /* #undef USE_METALINK */
  672. /* to enable NGHTTP2 */
  673. /* #undef USE_NGHTTP2 */
  674. /* if nghttp3 is in use */
  675. /* #undef USE_NGHTTP3 */
  676. /* if ngtcp2 is in use */
  677. /* #undef USE_NGTCP2 */
  678. /* if ngtcp2_crypto_openssl is in use */
  679. /* #undef USE_NGTCP2_CRYPTO_OPENSSL */
  680. /* if NSS is enabled */
  681. /* #undef USE_NSS */
  682. /* Use OpenLDAP-specific code */
  683. /* #undef USE_OPENLDAP */
  684. /* if OpenSSL is in use */
  685. #define USE_OPENSSL 1
  686. /* if quiche is in use */
  687. /* #undef USE_QUICHE */
  688. /* to enable Windows SSL */
  689. /* #undef USE_SCHANNEL */
  690. /* enable Secure Transport */
  691. /* #undef USE_SECTRANSP */
  692. /* Define if you want to enable POSIX threaded DNS lookup */
  693. /* #undef USE_THREADS_POSIX */
  694. /* Define if you want to enable WIN32 threaded DNS lookup */
  695. /* #undef USE_THREADS_WIN32 */
  696. /* Use TLS-SRP authentication */
  697. #define USE_TLS_SRP 1
  698. /* if Unix domain sockets are enabled */
  699. /* #undef USE_UNIX_SOCKETS */
  700. /* enable multiple SSL backends */
  701. /* #undef CURL_WITH_MULTI_SSL */
  702. /* Define to 1 if you have the `normaliz' (WinIDN) library (-lnormaliz). */
  703. /* #undef USE_WIN32_IDN */
  704. /* Define to 1 if you are building a Windows target with large file support. */
  705. #define USE_WIN32_LARGE_FILES 1
  706. /* Use Windows LDAP implementation */
  707. /* #undef USE_WIN32_LDAP */
  708. /* Define to 1 if you are building a Windows target without large file
  709. support. */
  710. /* #undef USE_WIN32_SMALL_FILES */
  711. /* to enable SSPI support */
  712. /* #undef USE_WINDOWS_SSPI */
  713. /* if wolfSSL is enabled */
  714. /* #undef USE_WOLFSSL */
  715. /* Version number of package */
  716. /* #undef VERSION */
  717. /* Define to 1 if OS is AIX. */
  718. #ifndef _ALL_SOURCE
  719. # undef _ALL_SOURCE
  720. #endif
  721. /* Number of bits in a file offset, on hosts where this is settable. */
  722. /* #undef _FILE_OFFSET_BITS */
  723. /* Define for large files, on AIX-style hosts. */
  724. /* #undef _LARGE_FILES */
  725. /* define this if you need it to compile thread-safe code */
  726. /* #undef _THREAD_SAFE */
  727. /* Define to empty if `const' does not conform to ANSI C. */
  728. /* #undef const */
  729. /* Type to use in place of in_addr_t when system does not provide it. */
  730. #define in_addr_t unsigned long
  731. /* Define to `__inline__' or `__inline' if that's what the C compiler
  732. calls it, or to nothing if 'inline' is not supported under any name. */
  733. #ifndef __cplusplus
  734. #undef inline
  735. #endif
  736. /* Define to `unsigned int' if <sys/types.h> does not define. */
  737. /* #undef size_t */
  738. /* the signed version of size_t */
  739. #define ssize_t __int64
  740. /* Define to 1 if you have the mach_absolute_time function. */
  741. /* #undef HAVE_MACH_ABSOLUTE_TIME */