curl_config-osx.h 29 KB

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