curl_config-ios-maps-mobile.h 28 KB

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