config.h.in 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719
  1. /* lib/config.h.in. Generated from configure.ac by autoheader. */
  2. /* when building libcurl itself */
  3. #cmakedefine BUILDING_LIBCURL ${BUILDING_LIBCURL}
  4. /* to disable cookies support */
  5. #cmakedefine CURL_DISABLE_COOKIES ${CURL_DISABLE_COOKIES}
  6. /* to disable cryptographic authentication */
  7. #cmakedefine CURL_DISABLE_CRYPTO_AUTH ${CURL_DISABLE_CRYPTO_AUTH}
  8. /* to disable DICT */
  9. #cmakedefine CURL_DISABLE_DICT ${CURL_DISABLE_DICT}
  10. /* to disable FILE */
  11. #cmakedefine CURL_DISABLE_FILE ${CURL_DISABLE_FILE}
  12. /* to disable FTP */
  13. #cmakedefine CURL_DISABLE_FTP ${CURL_DISABLE_FTP}
  14. /* to disable HTTP */
  15. #cmakedefine CURL_DISABLE_HTTP ${CURL_DISABLE_HTTP}
  16. /* to disable LDAP */
  17. #cmakedefine CURL_DISABLE_LDAP ${CURL_DISABLE_LDAP}
  18. /* to disable TELNET */
  19. #cmakedefine CURL_DISABLE_TELNET ${CURL_DISABLE_TELNET}
  20. /* to disable TFTP */
  21. #cmakedefine CURL_DISABLE_TFTP ${CURL_DISABLE_TFTP}
  22. /* to disable verbose strings */
  23. #cmakedefine CURL_DISABLE_VERBOSE_STRINGS ${CURL_DISABLE_VERBOSE_STRINGS}
  24. /* to make a symbol visible */
  25. #cmakedefine CURL_EXTERN_SYMBOL ${CURL_EXTERN_SYMBOL}
  26. /* to enable hidden symbols */
  27. #cmakedefine CURL_HIDDEN_SYMBOLS ${CURL_HIDDEN_SYMBOLS}
  28. /* when not building a shared library */
  29. #cmakedefine CURL_STATICLIB ${CURL_STATICLIB}
  30. /* Set to explicitly specify we don't want to use thread-safe functions */
  31. #cmakedefine DISABLED_THREADSAFE ${DISABLED_THREADSAFE}
  32. /* lber dynamic library file */
  33. #cmakedefine DL_LBER_FILE ${DL_LBER_FILE}
  34. /* ldap dynamic library file */
  35. #cmakedefine DL_LDAP_FILE ${DL_LDAP_FILE}
  36. /* your Entropy Gathering Daemon socket pathname */
  37. #cmakedefine EGD_SOCKET ${EGD_SOCKET}
  38. /* Define if you want to enable IPv6 support */
  39. #cmakedefine ENABLE_IPV6 ${ENABLE_IPV6}
  40. /* Define to the type qualifier of arg 1 for getnameinfo. */
  41. #cmakedefine GETNAMEINFO_QUAL_ARG1 ${GETNAMEINFO_QUAL_ARG1}
  42. /* Define to the type of arg 1 for getnameinfo. */
  43. #cmakedefine GETNAMEINFO_TYPE_ARG1 ${GETNAMEINFO_TYPE_ARG1}
  44. /* Define to the type of arg 2 for getnameinfo. */
  45. #cmakedefine GETNAMEINFO_TYPE_ARG2 ${GETNAMEINFO_TYPE_ARG2}
  46. /* Define to the type of args 4 and 6 for getnameinfo. */
  47. #cmakedefine GETNAMEINFO_TYPE_ARG46 ${GETNAMEINFO_TYPE_ARG46}
  48. /* Define to the type of arg 7 for getnameinfo. */
  49. #cmakedefine GETNAMEINFO_TYPE_ARG7 ${GETNAMEINFO_TYPE_ARG7}
  50. /* Define to 1 if you have the <alloca.h> header file. */
  51. #cmakedefine HAVE_ALLOCA_H ${HAVE_ALLOCA_H}
  52. /* Define to 1 if you have the <arpa/inet.h> header file. */
  53. #cmakedefine HAVE_ARPA_INET_H ${HAVE_ARPA_INET_H}
  54. /* Define to 1 if you have the <arpa/tftp.h> header file. */
  55. #cmakedefine HAVE_ARPA_TFTP_H ${HAVE_ARPA_TFTP_H}
  56. /* Define to 1 if you have the <assert.h> header file. */
  57. #cmakedefine HAVE_ASSERT_H ${HAVE_ASSERT_H}
  58. /* Define to 1 if you have the `basename' function. */
  59. #cmakedefine HAVE_BASENAME ${HAVE_BASENAME}
  60. /* Define to 1 if you have the `closesocket' function. */
  61. #cmakedefine HAVE_CLOSESOCKET ${HAVE_CLOSESOCKET}
  62. /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
  63. #cmakedefine HAVE_CRYPTO_CLEANUP_ALL_EX_DATA ${HAVE_CRYPTO_CLEANUP_ALL_EX_DATA}
  64. /* Define to 1 if you have the <crypto.h> header file. */
  65. #cmakedefine HAVE_CRYPTO_H ${HAVE_CRYPTO_H}
  66. /* Define to 1 if you have the <des.h> header file. */
  67. #cmakedefine HAVE_DES_H ${HAVE_DES_H}
  68. /* disabled non-blocking sockets */
  69. #cmakedefine HAVE_DISABLED_NONBLOCKING ${HAVE_DISABLED_NONBLOCKING}
  70. /* Define to 1 if you have the <dlfcn.h> header file. */
  71. #cmakedefine HAVE_DLFCN_H ${HAVE_DLFCN_H}
  72. /* Define to 1 if you have the `dlopen' function. */
  73. #cmakedefine HAVE_DLOPEN ${HAVE_DLOPEN}
  74. /* Define to 1 if you have the `ENGINE_load_builtin_engines' function. */
  75. #cmakedefine HAVE_ENGINE_LOAD_BUILTIN_ENGINES ${HAVE_ENGINE_LOAD_BUILTIN_ENGINES}
  76. /* Define to 1 if you have the <errno.h> header file. */
  77. #cmakedefine HAVE_ERRNO_H ${HAVE_ERRNO_H}
  78. /* Define to 1 if you have the <err.h> header file. */
  79. #cmakedefine HAVE_ERR_H ${HAVE_ERR_H}
  80. /* Define to 1 if you have the <fcntl.h> header file. */
  81. #cmakedefine HAVE_FCNTL_H ${HAVE_FCNTL_H}
  82. /* use FIONBIO for non-blocking sockets */
  83. #cmakedefine HAVE_FIONBIO ${HAVE_FIONBIO}
  84. /* Define to 1 if you have the `fork' function. */
  85. #cmakedefine HAVE_FORK ${HAVE_FORK}
  86. /* Define to 1 if you have the `ftruncate' function. */
  87. #cmakedefine HAVE_FTRUNCATE ${HAVE_FTRUNCATE}
  88. /* Define if getaddrinfo exists and works */
  89. #cmakedefine HAVE_GETADDRINFO ${HAVE_GETADDRINFO}
  90. /* Define to 1 if you have the `geteuid' function. */
  91. #cmakedefine HAVE_GETEUID ${HAVE_GETEUID}
  92. /* Define to 1 if you have the `gethostbyaddr' function. */
  93. #cmakedefine HAVE_GETHOSTBYADDR ${HAVE_GETHOSTBYADDR}
  94. /* If you have gethostbyname */
  95. #cmakedefine HAVE_GETHOSTBYNAME ${HAVE_GETHOSTBYNAME}
  96. /* Define to 1 if you have the `gethostbyname_r' function. */
  97. #cmakedefine HAVE_GETHOSTBYNAME_R ${HAVE_GETHOSTBYNAME_R}
  98. /* gethostbyname_r() takes 3 args */
  99. #cmakedefine HAVE_GETHOSTBYNAME_R_3 ${HAVE_GETHOSTBYNAME_R_3}
  100. /* gethostbyname_r() takes 5 args */
  101. #cmakedefine HAVE_GETHOSTBYNAME_R_5 ${HAVE_GETHOSTBYNAME_R_5}
  102. /* gethostbyname_r() takes 6 args */
  103. #cmakedefine HAVE_GETHOSTBYNAME_R_6 ${HAVE_GETHOSTBYNAME_R_6}
  104. /* Define to 1 if you have the getnameinfo function. */
  105. #cmakedefine HAVE_GETNAMEINFO ${HAVE_GETNAMEINFO}
  106. /* Define to 1 if you have the `getpass_r' function. */
  107. #cmakedefine HAVE_GETPASS_R ${HAVE_GETPASS_R}
  108. /* Define to 1 if you have the `getprotobyname' function. */
  109. #cmakedefine HAVE_GETPROTOBYNAME ${HAVE_GETPROTOBYNAME}
  110. /* Define to 1 if you have the `getpwuid' function. */
  111. #cmakedefine HAVE_GETPWUID ${HAVE_GETPWUID}
  112. /* Define to 1 if you have the `getrlimit' function. */
  113. #cmakedefine HAVE_GETRLIMIT ${HAVE_GETRLIMIT}
  114. /* Define to 1 if you have the `gettimeofday' function. */
  115. #cmakedefine HAVE_GETTIMEOFDAY ${HAVE_GETTIMEOFDAY}
  116. /* we have a glibc-style strerror_r() */
  117. #cmakedefine HAVE_GLIBC_STRERROR_R ${HAVE_GLIBC_STRERROR_R}
  118. /* Define to 1 if you have the `gmtime_r' function. */
  119. #cmakedefine HAVE_GMTIME_R ${HAVE_GMTIME_R}
  120. /* if you have the gssapi libraries */
  121. #cmakedefine HAVE_GSSAPI ${HAVE_GSSAPI}
  122. /* if you have the GNU gssapi libraries */
  123. #cmakedefine HAVE_GSSGNU ${HAVE_GSSGNU}
  124. /* if you have the Heimdal gssapi libraries */
  125. #cmakedefine HAVE_GSSHEIMDAL ${HAVE_GSSHEIMDAL}
  126. /* if you have the MIT gssapi libraries */
  127. #cmakedefine HAVE_GSSMIT ${HAVE_GSSMIT}
  128. /* Define to 1 if you have the `idna_strerror' function. */
  129. #cmakedefine HAVE_IDNA_STRERROR ${HAVE_IDNA_STRERROR}
  130. /* Define to 1 if you have the `idn_free' function. */
  131. #cmakedefine HAVE_IDN_FREE ${HAVE_IDN_FREE}
  132. /* Define to 1 if you have the <idn-free.h> header file. */
  133. #cmakedefine HAVE_IDN_FREE_H ${HAVE_IDN_FREE_H}
  134. /* Define to 1 if you have the `inet_addr' function. */
  135. #cmakedefine HAVE_INET_ADDR ${HAVE_INET_ADDR}
  136. /* Define to 1 if you have the `inet_ntoa' function. */
  137. #cmakedefine HAVE_INET_NTOA ${HAVE_INET_NTOA}
  138. /* Define to 1 if you have the `inet_ntoa_r' function. */
  139. #cmakedefine HAVE_INET_NTOA_R ${HAVE_INET_NTOA_R}
  140. /* inet_ntoa_r() is declared */
  141. #cmakedefine HAVE_INET_NTOA_R_DECL ${HAVE_INET_NTOA_R_DECL}
  142. /* Define to 1 if you have the `inet_pton' function. */
  143. #cmakedefine HAVE_INET_PTON ${HAVE_INET_PTON}
  144. /* Define to 1 if you have the <inttypes.h> header file. */
  145. #cmakedefine HAVE_INTTYPES_H ${HAVE_INTTYPES_H}
  146. /* use ioctlsocket() for non-blocking sockets */
  147. #cmakedefine HAVE_IOCTLSOCKET ${HAVE_IOCTLSOCKET}
  148. /* use Ioctlsocket() for non-blocking sockets */
  149. #cmakedefine HAVE_IOCTLSOCKET_CASE ${HAVE_IOCTLSOCKET_CASE}
  150. /* Define to 1 if you have the <io.h> header file. */
  151. #cmakedefine HAVE_IO_H ${HAVE_IO_H}
  152. /* if you have the Kerberos4 libraries (including -ldes) */
  153. #cmakedefine HAVE_KRB4 ${HAVE_KRB4}
  154. /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
  155. #cmakedefine HAVE_KRB_GET_OUR_IP_FOR_REALM ${HAVE_KRB_GET_OUR_IP_FOR_REALM}
  156. /* Define to 1 if you have the <krb.h> header file. */
  157. #cmakedefine HAVE_KRB_H ${HAVE_KRB_H}
  158. /* Define to 1 if you have the `dl' library (-ldl). */
  159. #cmakedefine HAVE_LIBDL ${HAVE_LIBDL}
  160. /* Define to 1 if you have the <libgen.h> header file. */
  161. #cmakedefine HAVE_LIBGEN_H ${HAVE_LIBGEN_H}
  162. /* Define to 1 if you have the `idn' library (-lidn). */
  163. #cmakedefine HAVE_LIBIDN ${HAVE_LIBIDN}
  164. /* Define to 1 if you have the `resolv' library (-lresolv). */
  165. #cmakedefine HAVE_LIBRESOLV ${HAVE_LIBRESOLV}
  166. /* Define to 1 if you have the `resolve' library (-lresolve). */
  167. #cmakedefine HAVE_LIBRESOLVE ${HAVE_LIBRESOLVE}
  168. /* Define to 1 if you have the `socket' library (-lsocket). */
  169. #cmakedefine HAVE_LIBSOCKET ${HAVE_LIBSOCKET}
  170. /* Define to 1 if you have the `ssh2' library (-lssh2). */
  171. #cmakedefine HAVE_LIBSSH2 ${HAVE_LIBSSH2}
  172. /* Define to 1 if you have the <libssh2.h> header file. */
  173. #cmakedefine HAVE_LIBSSH2_H ${HAVE_LIBSSH2_H}
  174. /* Define to 1 if you have the `ssl' library (-lssl). */
  175. #cmakedefine HAVE_LIBSSL ${HAVE_LIBSSL}
  176. /* if zlib is available */
  177. #cmakedefine HAVE_LIBZ ${HAVE_LIBZ}
  178. /* Define to 1 if you have the <limits.h> header file. */
  179. #cmakedefine HAVE_LIMITS_H ${HAVE_LIMITS_H}
  180. /* if your compiler supports LL */
  181. #cmakedefine HAVE_LL ${HAVE_LL}
  182. /* Define to 1 if you have the <locale.h> header file. */
  183. #cmakedefine HAVE_LOCALE_H ${HAVE_LOCALE_H}
  184. /* Define to 1 if you have the `localtime_r' function. */
  185. #cmakedefine HAVE_LOCALTIME_R ${HAVE_LOCALTIME_R}
  186. /* if your compiler supports long long */
  187. #cmakedefine HAVE_LONGLONG ${HAVE_LONGLONG}
  188. /* Define to 1 if you have the malloc.h header file. */
  189. #cmakedefine HAVE_MALLOC_H ${HAVE_MALLOC_H}
  190. /* Define to 1 if you have the <memory.h> header file. */
  191. #cmakedefine HAVE_MEMORY_H ${HAVE_MEMORY_H}
  192. /* Define to 1 if you have the MSG_NOSIGNAL flag. */
  193. #cmakedefine HAVE_MSG_NOSIGNAL ${HAVE_MSG_NOSIGNAL}
  194. /* Define to 1 if you have the <netdb.h> header file. */
  195. #cmakedefine HAVE_NETDB_H ${HAVE_NETDB_H}
  196. /* Define to 1 if you have the <netinet/in.h> header file. */
  197. #cmakedefine HAVE_NETINET_IN_H ${HAVE_NETINET_IN_H}
  198. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  199. #cmakedefine HAVE_NETINET_TCP_H ${HAVE_NETINET_TCP_H}
  200. /* Define to 1 if you have the <net/if.h> header file. */
  201. #cmakedefine HAVE_NET_IF_H ${HAVE_NET_IF_H}
  202. /* Define to 1 if NI_WITHSCOPEID exists and works. */
  203. #cmakedefine HAVE_NI_WITHSCOPEID ${HAVE_NI_WITHSCOPEID}
  204. /* Defined if no inet_pton() prototype available */
  205. #cmakedefine HAVE_NO_INET_PTON_PROTO ${HAVE_NO_INET_PTON_PROTO}
  206. /* we have no strerror_r() proto */
  207. #cmakedefine HAVE_NO_STRERROR_R_DECL ${HAVE_NO_STRERROR_R_DECL}
  208. /* Define to 1 if you have the <openssl/crypto.h> header file. */
  209. #cmakedefine HAVE_OPENSSL_CRYPTO_H ${HAVE_OPENSSL_CRYPTO_H}
  210. /* Define to 1 if you have the <openssl/engine.h> header file. */
  211. #cmakedefine HAVE_OPENSSL_ENGINE_H ${HAVE_OPENSSL_ENGINE_H}
  212. /* Define to 1 if you have the <openssl/err.h> header file. */
  213. #cmakedefine HAVE_OPENSSL_ERR_H ${HAVE_OPENSSL_ERR_H}
  214. /* Define to 1 if you have the <openssl/pem.h> header file. */
  215. #cmakedefine HAVE_OPENSSL_PEM_H ${HAVE_OPENSSL_PEM_H}
  216. /* Define to 1 if you have the <openssl/pkcs12.h> header file. */
  217. #cmakedefine HAVE_OPENSSL_PKCS12_H ${HAVE_OPENSSL_PKCS12_H}
  218. /* Define to 1 if you have the <openssl/rsa.h> header file. */
  219. #cmakedefine HAVE_OPENSSL_RSA_H ${HAVE_OPENSSL_RSA_H}
  220. /* Define to 1 if you have the <openssl/ssl.h> header file. */
  221. #cmakedefine HAVE_OPENSSL_SSL_H ${HAVE_OPENSSL_SSL_H}
  222. /* Define to 1 if you have the <openssl/x509.h> header file. */
  223. #cmakedefine HAVE_OPENSSL_X509_H ${HAVE_OPENSSL_X509_H}
  224. /* use O_NONBLOCK for non-blocking sockets */
  225. #cmakedefine HAVE_O_NONBLOCK ${HAVE_O_NONBLOCK}
  226. /* Define to 1 if you have the <pem.h> header file. */
  227. #cmakedefine HAVE_PEM_H ${HAVE_PEM_H}
  228. /* Define to 1 if you have the `perror' function. */
  229. #cmakedefine HAVE_PERROR ${HAVE_PERROR}
  230. /* Define to 1 if you have the `pipe' function. */
  231. #cmakedefine HAVE_PIPE ${HAVE_PIPE}
  232. /* Define to 1 if you have the `poll' function. */
  233. #cmakedefine HAVE_POLL ${HAVE_POLL}
  234. /* If you have a fine poll */
  235. #cmakedefine HAVE_POLL_FINE ${HAVE_POLL_FINE}
  236. /* we have a POSIX-style strerror_r() */
  237. #cmakedefine HAVE_POSIX_STRERROR_R ${HAVE_POSIX_STRERROR_R}
  238. /* Define to 1 if you have the <process.h> header file. */
  239. #cmakedefine HAVE_PROCESS_H ${HAVE_PROCESS_H}
  240. /* Define to 1 if you have the <pwd.h> header file. */
  241. #cmakedefine HAVE_PWD_H ${HAVE_PWD_H}
  242. /* Define to 1 if you have the `RAND_egd' function. */
  243. #cmakedefine HAVE_RAND_EGD ${HAVE_RAND_EGD}
  244. /* Define to 1 if you have the `RAND_screen' function. */
  245. #cmakedefine HAVE_RAND_SCREEN ${HAVE_RAND_SCREEN}
  246. /* Define to 1 if you have the `RAND_status' function. */
  247. #cmakedefine HAVE_RAND_STATUS ${HAVE_RAND_STATUS}
  248. /* Define to 1 if you have the recv function. */
  249. #cmakedefine HAVE_RECV ${HAVE_RECV}
  250. /* Define to 1 if you have the <rsa.h> header file. */
  251. #cmakedefine HAVE_RSA_H ${HAVE_RSA_H}
  252. /* Define to 1 if you have the select function. */
  253. #cmakedefine HAVE_SELECT ${HAVE_SELECT}
  254. /* Define to 1 if you have the send function. */
  255. #cmakedefine HAVE_SEND ${HAVE_SEND}
  256. /* Define to 1 if you have the <setjmp.h> header file. */
  257. #cmakedefine HAVE_SETJMP_H ${HAVE_SETJMP_H}
  258. /* Define to 1 if you have the `setlocale' function. */
  259. #cmakedefine HAVE_SETLOCALE ${HAVE_SETLOCALE}
  260. /* Define to 1 if you have the `setrlimit' function. */
  261. #cmakedefine HAVE_SETRLIMIT ${HAVE_SETRLIMIT}
  262. /* Define to 1 if you have the <sgtty.h> header file. */
  263. #cmakedefine HAVE_SGTTY_H ${HAVE_SGTTY_H}
  264. /* Define to 1 if you have the `sigaction' function. */
  265. #cmakedefine HAVE_SIGACTION ${HAVE_SIGACTION}
  266. /* Define to 1 if you have the `siginterrupt' function. */
  267. #cmakedefine HAVE_SIGINTERRUPT ${HAVE_SIGINTERRUPT}
  268. /* Define to 1 if you have the `signal' function. */
  269. #cmakedefine HAVE_SIGNAL ${HAVE_SIGNAL}
  270. /* Define to 1 if you have the <signal.h> header file. */
  271. #cmakedefine HAVE_SIGNAL_H ${HAVE_SIGNAL_H}
  272. /* If you have sigsetjmp */
  273. #cmakedefine HAVE_SIGSETJMP ${HAVE_SIGSETJMP}
  274. /* Define to 1 if sig_atomic_t is an available typedef. */
  275. #cmakedefine HAVE_SIG_ATOMIC_T ${HAVE_SIG_ATOMIC_T}
  276. /* Define to 1 if sig_atomic_t is already defined as volatile. */
  277. #cmakedefine HAVE_SIG_ATOMIC_T_VOLATILE ${HAVE_SIG_ATOMIC_T_VOLATILE}
  278. /* Define to 1 if you have the `socket' function. */
  279. #cmakedefine HAVE_SOCKET ${HAVE_SOCKET}
  280. /* use SO_NONBLOCK for non-blocking sockets */
  281. #cmakedefine HAVE_SO_NONBLOCK ${HAVE_SO_NONBLOCK}
  282. /* Define this if you have the SPNEGO library fbopenssl */
  283. #cmakedefine HAVE_SPNEGO ${HAVE_SPNEGO}
  284. /* Define to 1 if you have the <ssl.h> header file. */
  285. #cmakedefine HAVE_SSL_H ${HAVE_SSL_H}
  286. /* Define to 1 if you have the <stdint.h> header file. */
  287. #cmakedefine HAVE_STDINT_H ${HAVE_STDINT_H}
  288. /* Define to 1 if you have the <stdio.h> header file. */
  289. #cmakedefine HAVE_STDIO_H ${HAVE_STDIO_H}
  290. /* Define to 1 if you have the <stdlib.h> header file. */
  291. #cmakedefine HAVE_STDLIB_H ${HAVE_STDLIB_H}
  292. /* Define to 1 if you have the `strcasecmp' function. */
  293. #cmakedefine HAVE_STRCASECMP ${HAVE_STRCASECMP}
  294. /* Define to 1 if you have the `strcmpi' function. */
  295. #cmakedefine HAVE_STRCMPI ${HAVE_STRCMPI}
  296. /* Define to 1 if you have the `strdup' function. */
  297. #cmakedefine HAVE_STRDUP ${HAVE_STRDUP}
  298. /* Define to 1 if you have the `strerror_r' function. */
  299. #cmakedefine HAVE_STRERROR_R ${HAVE_STRERROR_R}
  300. /* Define to 1 if you have the `stricmp' function. */
  301. #cmakedefine HAVE_STRICMP ${HAVE_STRICMP}
  302. /* Define to 1 if you have the <strings.h> header file. */
  303. #cmakedefine HAVE_STRINGS_H ${HAVE_STRINGS_H}
  304. /* Define to 1 if you have the <string.h> header file. */
  305. #cmakedefine HAVE_STRING_H ${HAVE_STRING_H}
  306. /* Define to 1 if you have the `strlcat' function. */
  307. #cmakedefine HAVE_STRLCAT ${HAVE_STRLCAT}
  308. /* Define to 1 if you have the `strlcpy' function. */
  309. #cmakedefine HAVE_STRLCPY ${HAVE_STRLCPY}
  310. /* Define to 1 if you have the `strstr' function. */
  311. #cmakedefine HAVE_STRSTR ${HAVE_STRSTR}
  312. /* Define to 1 if you have the `strtok_r' function. */
  313. #cmakedefine HAVE_STRTOK_R ${HAVE_STRTOK_R}
  314. /* Define to 1 if you have the `strtoll' function. */
  315. #cmakedefine HAVE_STRTOLL ${HAVE_STRTOLL}
  316. /* if struct sockaddr_storage is defined */
  317. #cmakedefine HAVE_STRUCT_SOCKADDR_STORAGE ${HAVE_STRUCT_SOCKADDR_STORAGE}
  318. /* Define to 1 if you have the timeval struct. */
  319. #cmakedefine HAVE_STRUCT_TIMEVAL ${HAVE_STRUCT_TIMEVAL}
  320. /* Define to 1 if you have the <sys/filio.h> header file. */
  321. #cmakedefine HAVE_SYS_FILIO_H ${HAVE_SYS_FILIO_H}
  322. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  323. #cmakedefine HAVE_SYS_IOCTL_H ${HAVE_SYS_IOCTL_H}
  324. /* Define to 1 if you have the <sys/param.h> header file. */
  325. #cmakedefine HAVE_SYS_PARAM_H ${HAVE_SYS_PARAM_H}
  326. /* Define to 1 if you have the <sys/poll.h> header file. */
  327. #cmakedefine HAVE_SYS_POLL_H ${HAVE_SYS_POLL_H}
  328. /* Define to 1 if you have the <sys/resource.h> header file. */
  329. #cmakedefine HAVE_SYS_RESOURCE_H ${HAVE_SYS_RESOURCE_H}
  330. /* Define to 1 if you have the <sys/select.h> header file. */
  331. #cmakedefine HAVE_SYS_SELECT_H ${HAVE_SYS_SELECT_H}
  332. /* Define to 1 if you have the <sys/socket.h> header file. */
  333. #cmakedefine HAVE_SYS_SOCKET_H ${HAVE_SYS_SOCKET_H}
  334. /* Define to 1 if you have the <sys/sockio.h> header file. */
  335. #cmakedefine HAVE_SYS_SOCKIO_H ${HAVE_SYS_SOCKIO_H}
  336. /* Define to 1 if you have the <sys/stat.h> header file. */
  337. #cmakedefine HAVE_SYS_STAT_H ${HAVE_SYS_STAT_H}
  338. /* Define to 1 if you have the <sys/time.h> header file. */
  339. #cmakedefine HAVE_SYS_TIME_H ${HAVE_SYS_TIME_H}
  340. /* Define to 1 if you have the <sys/types.h> header file. */
  341. #cmakedefine HAVE_SYS_TYPES_H ${HAVE_SYS_TYPES_H}
  342. /* Define to 1 if you have the <sys/utime.h> header file. */
  343. #cmakedefine HAVE_SYS_UTIME_H ${HAVE_SYS_UTIME_H}
  344. /* Define to 1 if you have the <termios.h> header file. */
  345. #cmakedefine HAVE_TERMIOS_H ${HAVE_TERMIOS_H}
  346. /* Define to 1 if you have the <termio.h> header file. */
  347. #cmakedefine HAVE_TERMIO_H ${HAVE_TERMIO_H}
  348. /* Define to 1 if you have the <time.h> header file. */
  349. #cmakedefine HAVE_TIME_H ${HAVE_TIME_H}
  350. /* Define to 1 if you have the <tld.h> header file. */
  351. #cmakedefine HAVE_TLD_H ${HAVE_TLD_H}
  352. /* Define to 1 if you have the `tld_strerror' function. */
  353. #cmakedefine HAVE_TLD_STRERROR ${HAVE_TLD_STRERROR}
  354. /* Define to 1 if you have the `uname' function. */
  355. #cmakedefine HAVE_UNAME ${HAVE_UNAME}
  356. /* Define to 1 if you have the <unistd.h> header file. */
  357. #cmakedefine HAVE_UNISTD_H ${HAVE_UNISTD_H}
  358. /* Define to 1 if you have the `utime' function. */
  359. #cmakedefine HAVE_UTIME ${HAVE_UTIME}
  360. /* Define to 1 if you have the <utime.h> header file. */
  361. #cmakedefine HAVE_UTIME_H ${HAVE_UTIME_H}
  362. /* Define to 1 if you have the windows.h header file. */
  363. #cmakedefine HAVE_WINDOWS_H ${HAVE_WINDOWS_H}
  364. /* Define to 1 if you have the winsock2.h header file. */
  365. #cmakedefine HAVE_WINSOCK2_H ${HAVE_WINSOCK2_H}
  366. /* Define to 1 if you have the winsock.h header file. */
  367. #cmakedefine HAVE_WINSOCK_H ${HAVE_WINSOCK_H}
  368. /* Define this symbol if your OS supports changing the contents of argv */
  369. #cmakedefine HAVE_WRITABLE_ARGV ${HAVE_WRITABLE_ARGV}
  370. /* Define to 1 if you have the ws2tcpip.h header file. */
  371. #cmakedefine HAVE_WS2TCPIP_H ${HAVE_WS2TCPIP_H}
  372. /* Define to 1 if you have the <x509.h> header file. */
  373. #cmakedefine HAVE_X509_H ${HAVE_X509_H}
  374. /* if you have the zlib.h header file */
  375. #cmakedefine HAVE_ZLIB_H ${HAVE_ZLIB_H}
  376. /* If you lack a fine basename() prototype */
  377. #cmakedefine NEED_BASENAME_PROTO ${NEED_BASENAME_PROTO}
  378. /* Define to 1 if you need the malloc.h header file even with stdlib.h */
  379. #cmakedefine NEED_MALLOC_H ${NEED_MALLOC_H}
  380. /* need REENTRANT defined */
  381. #cmakedefine NEED_REENTRANT ${NEED_REENTRANT}
  382. /* cpu-machine-OS */
  383. #define OS "${OPERATING_SYSTEM}"
  384. /* Name of package */
  385. #cmakedefine PACKAGE "${PACKAGE}"
  386. /* Define to the address where bug reports for this package should be sent. */
  387. #cmakedefine PACKAGE_BUGREPORT "${PACKAGE_BUGREPORT}"
  388. /* Define to the full name of this package. */
  389. #cmakedefine PACKAGE_NAME "${PACKAGE_NAME}"
  390. /* Define to the full name and version of this package. */
  391. #cmakedefine PACKAGE_STRING "${PACKAGE_STRING}"
  392. /* Define to the one symbol short name of this package. */
  393. #cmakedefine PACKAGE_TARNAME "${PACKAGE_TARNAME}"
  394. /* Define to the version of this package. */
  395. #cmakedefine PACKAGE_VERSION "${PACKAGE_VERSION}"
  396. /* a suitable file to read random data from */
  397. #cmakedefine RANDOM_FILE "${RANDOM_FILE}"
  398. /* Define to the type of arg 1 for recv. */
  399. #cmakedefine RECV_TYPE_ARG1 ${RECV_TYPE_ARG1}
  400. /* Define to the type of arg 2 for recv. */
  401. #cmakedefine RECV_TYPE_ARG2 ${RECV_TYPE_ARG2}
  402. /* Define to the type of arg 3 for recv. */
  403. #cmakedefine RECV_TYPE_ARG3 ${RECV_TYPE_ARG3}
  404. /* Define to the type of arg 4 for recv. */
  405. #cmakedefine RECV_TYPE_ARG4 ${RECV_TYPE_ARG4}
  406. /* Define to the function return type for recv. */
  407. #cmakedefine RECV_TYPE_RETV ${RECV_TYPE_RETV}
  408. /* Define as the return type of signal handlers (`int' or `void'). */
  409. #cmakedefine RETSIGTYPE ${RETSIGTYPE}
  410. /* Define to the type of arg 1 for `select'. */
  411. #cmakedefine SELECT_TYPE_ARG1 ${SELECT_TYPE_ARG1}
  412. /* Define to the type of args 2, 3 and 4 for `select'. */
  413. #cmakedefine SELECT_TYPE_ARG234 ${SELECT_TYPE_ARG234}
  414. /* Define to the type of arg 5 for `select'. */
  415. #cmakedefine SELECT_TYPE_ARG5 ${SELECT_TYPE_ARG5}
  416. /* Define to the type qualifier of arg 2 for send. */
  417. #cmakedefine SEND_QUAL_ARG2 ${SEND_QUAL_ARG2}
  418. /* Define to the type of arg 1 for send. */
  419. #cmakedefine SEND_TYPE_ARG1 ${SEND_TYPE_ARG1}
  420. /* Define to the type of arg 2 for send. */
  421. #cmakedefine SEND_TYPE_ARG2 ${SEND_TYPE_ARG2}
  422. /* Define to the type of arg 3 for send. */
  423. #cmakedefine SEND_TYPE_ARG3 ${SEND_TYPE_ARG3}
  424. /* Define to the type of arg 4 for send. */
  425. #cmakedefine SEND_TYPE_ARG4 ${SEND_TYPE_ARG4}
  426. /* Define to the function return type for send. */
  427. #cmakedefine SEND_TYPE_RETV ${SEND_TYPE_RETV}
  428. /* The size of `curl_off_t', as computed by sizeof. */
  429. #cmakedefine SIZEOF_CURL_OFF_T ${SIZEOF_CURL_OFF_T}
  430. /* The size of `long', as computed by sizeof. */
  431. #cmakedefine SIZEOF_LONG ${SIZEOF_LONG}
  432. /* The size of `size_t', as computed by sizeof. */
  433. #cmakedefine SIZEOF_SIZE_T ${SIZEOF_SIZE_T}
  434. /* The size of `time_t', as computed by sizeof. */
  435. #cmakedefine SIZEOF_TIME_T ${SIZEOF_TIME_T}
  436. /* Define to 1 if you have the ANSI C header files. */
  437. #cmakedefine STDC_HEADERS ${STDC_HEADERS}
  438. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  439. #cmakedefine TIME_WITH_SYS_TIME ${TIME_WITH_SYS_TIME}
  440. /* Define if you want to enable ares support */
  441. #cmakedefine USE_ARES ${USE_ARES}
  442. /* if GnuTLS is enabled */
  443. #cmakedefine USE_GNUTLS ${USE_GNUTLS}
  444. /* if libSSH2 is in use */
  445. #cmakedefine USE_LIBSSH2 ${USE_LIBSSH2}
  446. /* If you want to build curl with the built-in manual */
  447. #cmakedefine USE_MANUAL ${USE_MANUAL}
  448. /* if OpenSSL is in use */
  449. #cmakedefine USE_OPENSSL ${USE_OPENSSL}
  450. /* if SSL is enabled */
  451. #cmakedefine USE_SSLEAY ${USE_SSLEAY}
  452. /* to enable SSPI support */
  453. #cmakedefine USE_WINDOWS_SSPI ${USE_WINDOWS_SSPI}
  454. /* Version number of package */
  455. #cmakedefine VERSION "${VERSION}"
  456. /* Define to avoid automatic inclusion of winsock.h */
  457. #cmakedefine WIN32_LEAN_AND_MEAN ${WIN32_LEAN_AND_MEAN}
  458. /* Define to 1 if on AIX 3.
  459. System headers sometimes define this.
  460. We just want to avoid a redefinition error message. */
  461. #ifndef _ALL_SOURCE
  462. #cmakedefine _ALL_SOURCE ${_ALL_SOURCE}
  463. #endif
  464. /* Number of bits in a file offset, on hosts where this is settable. */
  465. #cmakedefine _FILE_OFFSET_BITS ${_FILE_OFFSET_BITS}
  466. /* Define for large files, on AIX-style hosts. */
  467. #cmakedefine _LARGE_FILES ${_LARGE_FILES}
  468. /* define this if you need it to compile thread-safe code */
  469. #cmakedefine _THREAD_SAFE ${_THREAD_SAFE}
  470. /* Define to empty if `const' does not conform to ANSI C. */
  471. #cmakedefine const ${const}
  472. /* type to use in place of in_addr_t if not defined */
  473. #cmakedefine in_addr_t ${in_addr_t}
  474. /* Define to `unsigned int' if <sys/types.h> does not define. */
  475. #cmakedefine size_t ${size_t}
  476. /* type to use in place of socklen_t if not defined */
  477. #cmakedefine socklen_t ${socklen_t}
  478. /* the signed version of size_t */
  479. #cmakedefine ssize_t ${ssize_t}
  480. /* Special handling of zlib library */
  481. #cmakedefine CURL_SPECIAL_ZLIB_H "${CURL_SPECIAL_ZLIB_H}"