config-osx.h 26 KB

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