1
0

curl_config.h.cmake 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810
  1. /***************************************************************************
  2. * _ _ ____ _
  3. * Project ___| | | | _ \| |
  4. * / __| | | | |_) | |
  5. * | (__| |_| | _ <| |___
  6. * \___|\___/|_| \_\_____|
  7. *
  8. * Copyright (C) Daniel Stenberg, <[email protected]>, et al.
  9. *
  10. * This software is licensed as described in the file COPYING, which
  11. * you should have received as part of this distribution. The terms
  12. * are also available at https://curl.se/docs/copyright.html.
  13. *
  14. * You may opt to use, copy, modify, merge, publish, distribute and/or sell
  15. * copies of the Software, and permit persons to whom the Software is
  16. * furnished to do so, under the terms of the COPYING file.
  17. *
  18. * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
  19. * KIND, either express or implied.
  20. *
  21. * SPDX-License-Identifier: curl
  22. *
  23. ***************************************************************************/
  24. /* lib/curl_config.h.in. Generated somehow by cmake. */
  25. #include <cm3p/kwiml/abi.h>
  26. /* Default SSL backend */
  27. #cmakedefine CURL_DEFAULT_SSL_BACKEND "${CURL_DEFAULT_SSL_BACKEND}"
  28. /* disables alt-svc */
  29. #cmakedefine CURL_DISABLE_ALTSVC 1
  30. /* disables cookies support */
  31. #cmakedefine CURL_DISABLE_COOKIES 1
  32. /* disables Basic authentication */
  33. #cmakedefine CURL_DISABLE_BASIC_AUTH 1
  34. /* disables Bearer authentication */
  35. #cmakedefine CURL_DISABLE_BEARER_AUTH 1
  36. /* disables Digest authentication */
  37. #cmakedefine CURL_DISABLE_DIGEST_AUTH 1
  38. /* disables Kerberos authentication */
  39. #cmakedefine CURL_DISABLE_KERBEROS_AUTH 1
  40. /* disables negotiate authentication */
  41. #cmakedefine CURL_DISABLE_NEGOTIATE_AUTH 1
  42. /* disables AWS-SIG4 */
  43. #cmakedefine CURL_DISABLE_AWS 1
  44. /* disables DICT */
  45. #cmakedefine CURL_DISABLE_DICT 1
  46. /* disables DNS-over-HTTPS */
  47. #cmakedefine CURL_DISABLE_DOH 1
  48. /* disables FILE */
  49. #cmakedefine CURL_DISABLE_FILE 1
  50. /* disables form api */
  51. #cmakedefine CURL_DISABLE_FORM_API 1
  52. /* disables FTP */
  53. #cmakedefine CURL_DISABLE_FTP 1
  54. /* disables GOPHER */
  55. #cmakedefine CURL_DISABLE_GOPHER 1
  56. /* disables HSTS support */
  57. #cmakedefine CURL_DISABLE_HSTS 1
  58. /* disables HTTP */
  59. #cmakedefine CURL_DISABLE_HTTP 1
  60. /* disables IMAP */
  61. #cmakedefine CURL_DISABLE_IMAP 1
  62. /* disables LDAP */
  63. #cmakedefine CURL_DISABLE_LDAP 1
  64. /* disables LDAPS */
  65. #cmakedefine CURL_DISABLE_LDAPS 1
  66. /* disables --libcurl option from the curl tool */
  67. #cmakedefine CURL_DISABLE_LIBCURL_OPTION 1
  68. /* disables MIME support */
  69. #cmakedefine CURL_DISABLE_MIME 1
  70. /* disables MQTT */
  71. #cmakedefine CURL_DISABLE_MQTT 1
  72. /* disables netrc parser */
  73. #cmakedefine CURL_DISABLE_NETRC 1
  74. /* disables NTLM support */
  75. #cmakedefine CURL_DISABLE_NTLM 1
  76. /* disables date parsing */
  77. #cmakedefine CURL_DISABLE_PARSEDATE 1
  78. /* disables POP3 */
  79. #cmakedefine CURL_DISABLE_POP3 1
  80. /* disables built-in progress meter */
  81. #cmakedefine CURL_DISABLE_PROGRESS_METER 1
  82. /* disables proxies */
  83. #cmakedefine CURL_DISABLE_PROXY 1
  84. /* disables RTSP */
  85. #cmakedefine CURL_DISABLE_RTSP 1
  86. /* disables SMB */
  87. #cmakedefine CURL_DISABLE_SMB 1
  88. /* disables SMTP */
  89. #cmakedefine CURL_DISABLE_SMTP 1
  90. /* disables use of socketpair for curl_multi_poll */
  91. #cmakedefine CURL_DISABLE_SOCKETPAIR 1
  92. /* disables TELNET */
  93. #cmakedefine CURL_DISABLE_TELNET 1
  94. /* disables TFTP */
  95. #cmakedefine CURL_DISABLE_TFTP 1
  96. /* disables verbose strings */
  97. #cmakedefine CURL_DISABLE_VERBOSE_STRINGS 1
  98. /* to make a symbol visible */
  99. #cmakedefine CURL_EXTERN_SYMBOL ${CURL_EXTERN_SYMBOL}
  100. /* Ensure using CURL_EXTERN_SYMBOL is possible */
  101. #ifndef CURL_EXTERN_SYMBOL
  102. #define CURL_EXTERN_SYMBOL
  103. #endif
  104. /* Allow SMB to work on Windows */
  105. #cmakedefine USE_WIN32_CRYPTO 1
  106. /* Use Windows LDAP implementation */
  107. #cmakedefine USE_WIN32_LDAP 1
  108. /* Define if you want to enable IPv6 support */
  109. #cmakedefine ENABLE_IPV6 1
  110. /* Define to 1 if you have the alarm function. */
  111. #cmakedefine HAVE_ALARM 1
  112. /* Define to 1 if you have the <arpa/inet.h> header file. */
  113. #cmakedefine HAVE_ARPA_INET_H 1
  114. /* Define to 1 if you have the <arpa/tftp.h> header file. */
  115. #cmakedefine HAVE_ARPA_TFTP_H 1
  116. /* Define to 1 if you have _Atomic support. */
  117. #cmakedefine HAVE_ATOMIC 1
  118. /* Define to 1 if you have the `fchmod' function. */
  119. #cmakedefine HAVE_FCHMOD 1
  120. /* Define to 1 if you have the `basename' function. */
  121. #cmakedefine HAVE_BASENAME 1
  122. /* Define to 1 if bool is an available type. */
  123. #cmakedefine HAVE_BOOL_T 1
  124. /* Define to 1 if you have the __builtin_available function. */
  125. #cmakedefine HAVE_BUILTIN_AVAILABLE 1
  126. /* Define to 1 if you have the clock_gettime function and monotonic timer. */
  127. #cmakedefine HAVE_CLOCK_GETTIME_MONOTONIC 1
  128. /* Define to 1 if you have the `closesocket' function. */
  129. #cmakedefine HAVE_CLOSESOCKET 1
  130. /* Define to 1 if you have the fcntl function. */
  131. #cmakedefine HAVE_FCNTL 1
  132. /* Define to 1 if you have the <fcntl.h> header file. */
  133. #cmakedefine HAVE_FCNTL_H 1
  134. /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
  135. #cmakedefine HAVE_FCNTL_O_NONBLOCK 1
  136. /* Define to 1 if you have the freeaddrinfo function. */
  137. #cmakedefine HAVE_FREEADDRINFO 1
  138. /* Define to 1 if you have the ftruncate function. */
  139. #cmakedefine HAVE_FTRUNCATE 1
  140. /* Define to 1 if you have a working getaddrinfo function. */
  141. #cmakedefine HAVE_GETADDRINFO 1
  142. /* Define to 1 if the getaddrinfo function is threadsafe. */
  143. #cmakedefine HAVE_GETADDRINFO_THREADSAFE 1
  144. /* Define to 1 if you have the `geteuid' function. */
  145. #cmakedefine HAVE_GETEUID 1
  146. /* Define to 1 if you have the `getppid' function. */
  147. #cmakedefine HAVE_GETPPID 1
  148. /* Define to 1 if you have the gethostbyname_r function. */
  149. #cmakedefine HAVE_GETHOSTBYNAME_R 1
  150. /* gethostbyname_r() takes 3 args */
  151. #cmakedefine HAVE_GETHOSTBYNAME_R_3 1
  152. /* gethostbyname_r() takes 5 args */
  153. #cmakedefine HAVE_GETHOSTBYNAME_R_5 1
  154. /* gethostbyname_r() takes 6 args */
  155. #cmakedefine HAVE_GETHOSTBYNAME_R_6 1
  156. /* Define to 1 if you have the gethostname function. */
  157. #cmakedefine HAVE_GETHOSTNAME 1
  158. /* Define to 1 if you have a working getifaddrs function. */
  159. #cmakedefine HAVE_GETIFADDRS 1
  160. /* Define to 1 if you have the `getpass_r' function. */
  161. #cmakedefine HAVE_GETPASS_R 1
  162. /* Define to 1 if you have the `getppid' function. */
  163. #cmakedefine HAVE_GETPPID 1
  164. /* Define to 1 if you have the `getpeername' function. */
  165. #cmakedefine HAVE_GETPEERNAME 1
  166. /* Define to 1 if you have the `getsockname' function. */
  167. #cmakedefine HAVE_GETSOCKNAME 1
  168. /* Define to 1 if you have the `if_nametoindex' function. */
  169. #cmakedefine HAVE_IF_NAMETOINDEX 1
  170. /* Define to 1 if you have the `getpwuid' function. */
  171. #cmakedefine HAVE_GETPWUID 1
  172. /* Define to 1 if you have the `getpwuid_r' function. */
  173. #cmakedefine HAVE_GETPWUID_R 1
  174. /* Define to 1 if you have the `getrlimit' function. */
  175. #cmakedefine HAVE_GETRLIMIT 1
  176. /* Define to 1 if you have the `gettimeofday' function. */
  177. #cmakedefine HAVE_GETTIMEOFDAY 1
  178. /* Define to 1 if you have a working glibc-style strerror_r function. */
  179. #cmakedefine HAVE_GLIBC_STRERROR_R 1
  180. /* Define to 1 if you have a working gmtime_r function. */
  181. #cmakedefine HAVE_GMTIME_R 1
  182. /* if you have the gssapi libraries */
  183. #cmakedefine HAVE_GSSAPI 1
  184. /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
  185. #cmakedefine HAVE_GSSAPI_GSSAPI_GENERIC_H 1
  186. /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
  187. #cmakedefine HAVE_GSSAPI_GSSAPI_H 1
  188. /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
  189. #cmakedefine HAVE_GSSAPI_GSSAPI_KRB5_H 1
  190. /* if you have the GNU gssapi libraries */
  191. #cmakedefine HAVE_GSSGNU 1
  192. /* if you have the Heimdal gssapi libraries */
  193. #cmakedefine HAVE_GSSHEIMDAL 1
  194. /* if you have the MIT gssapi libraries */
  195. #cmakedefine HAVE_GSSMIT 1
  196. /* Define to 1 if you have the `idna_strerror' function. */
  197. #cmakedefine HAVE_IDNA_STRERROR 1
  198. /* Define to 1 if you have the <ifaddrs.h> header file. */
  199. #cmakedefine HAVE_IFADDRS_H 1
  200. /* Define to 1 if you have a IPv6 capable working inet_ntop function. */
  201. #cmakedefine HAVE_INET_NTOP 1
  202. /* Define to 1 if you have a IPv6 capable working inet_pton function. */
  203. #cmakedefine HAVE_INET_PTON 1
  204. /* Define to 1 if symbol `sa_family_t' exists */
  205. #cmakedefine HAVE_SA_FAMILY_T 1
  206. /* Define to 1 if symbol `ADDRESS_FAMILY' exists */
  207. #cmakedefine HAVE_ADDRESS_FAMILY 1
  208. /* Define to 1 if you have the <inttypes.h> header file. */
  209. #cmakedefine HAVE_INTTYPES_H 1
  210. /* Define to 1 if you have the ioctlsocket function. */
  211. #cmakedefine HAVE_IOCTLSOCKET 1
  212. /* Define to 1 if you have the IoctlSocket camel case function. */
  213. #cmakedefine HAVE_IOCTLSOCKET_CAMEL 1
  214. /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
  215. */
  216. #cmakedefine HAVE_IOCTLSOCKET_CAMEL_FIONBIO 1
  217. /* Define to 1 if you have a working ioctlsocket FIONBIO function. */
  218. #cmakedefine HAVE_IOCTLSOCKET_FIONBIO 1
  219. /* Define to 1 if you have a working ioctl FIONBIO function. */
  220. #cmakedefine HAVE_IOCTL_FIONBIO 1
  221. /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
  222. #cmakedefine HAVE_IOCTL_SIOCGIFADDR 1
  223. /* Define to 1 if you have the <io.h> header file. */
  224. #cmakedefine HAVE_IO_H 1
  225. /* Define to 1 if you have the lber.h header file. */
  226. #cmakedefine HAVE_LBER_H 1
  227. /* Define to 1 if you have the ldap.h header file. */
  228. #cmakedefine HAVE_LDAP_H 1
  229. /* Use LDAPS implementation */
  230. #cmakedefine HAVE_LDAP_SSL 1
  231. /* Define to 1 if you have the ldap_ssl.h header file. */
  232. #cmakedefine HAVE_LDAP_SSL_H 1
  233. /* Define to 1 if you have the `ldap_url_parse' function. */
  234. #cmakedefine HAVE_LDAP_URL_PARSE 1
  235. /* Define to 1 if you have the <libgen.h> header file. */
  236. #cmakedefine HAVE_LIBGEN_H 1
  237. /* Define to 1 if you have the `idn2' library (-lidn2). */
  238. #cmakedefine HAVE_LIBIDN2 1
  239. /* Define to 1 if you have the idn2.h header file. */
  240. #cmakedefine HAVE_IDN2_H 1
  241. /* Define to 1 if you have the `socket' library (-lsocket). */
  242. #cmakedefine HAVE_LIBSOCKET 1
  243. /* Define to 1 if you have the `ssh2' library (-lssh2). */
  244. #cmakedefine HAVE_LIBSSH2 1
  245. /* if zlib is available */
  246. #cmakedefine HAVE_LIBZ 1
  247. /* if brotli is available */
  248. #cmakedefine HAVE_BROTLI 1
  249. /* if zstd is available */
  250. #cmakedefine HAVE_ZSTD 1
  251. /* Define to 1 if you have the <locale.h> header file. */
  252. #cmakedefine HAVE_LOCALE_H 1
  253. /* Define to 1 if the compiler supports the 'long long' data type. */
  254. #if KWIML_ABI_SIZEOF_LONG_LONG
  255. # define HAVE_LONGLONG 1
  256. #endif
  257. /* Define to 1 if you have the MSG_NOSIGNAL flag. */
  258. #cmakedefine HAVE_MSG_NOSIGNAL 1
  259. /* Define to 1 if you have the <netdb.h> header file. */
  260. #cmakedefine HAVE_NETDB_H 1
  261. /* Define to 1 if you have the <netinet/in.h> header file. */
  262. #cmakedefine HAVE_NETINET_IN_H 1
  263. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  264. #cmakedefine HAVE_NETINET_TCP_H 1
  265. /* Define to 1 if you have the <linux/tcp.h> header file. */
  266. #cmakedefine HAVE_LINUX_TCP_H 1
  267. /* Define to 1 if you have the <net/if.h> header file. */
  268. #cmakedefine HAVE_NET_IF_H 1
  269. /* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE */
  270. #cmakedefine HAVE_OLD_GSSMIT 1
  271. /* Define to 1 if you have the `pipe' function. */
  272. #cmakedefine HAVE_PIPE 1
  273. /* If you have a fine poll */
  274. #cmakedefine HAVE_POLL_FINE 1
  275. /* Define to 1 if you have the <poll.h> header file. */
  276. #cmakedefine HAVE_POLL_H 1
  277. /* Define to 1 if you have a working POSIX-style strerror_r function. */
  278. #cmakedefine HAVE_POSIX_STRERROR_R 1
  279. /* Define to 1 if you have the <pthread.h> header file */
  280. #cmakedefine HAVE_PTHREAD_H 1
  281. /* Define to 1 if you have the <pwd.h> header file. */
  282. #cmakedefine HAVE_PWD_H 1
  283. /* Define to 1 if OpenSSL has the `SSL_set0_wbio` function. */
  284. #cmakedefine HAVE_SSL_SET0_WBIO 1
  285. /* Define to 1 if you have the recv function. */
  286. #cmakedefine HAVE_RECV 1
  287. /* Define to 1 if you have the select function. */
  288. #cmakedefine HAVE_SELECT 1
  289. /* Define to 1 if you have the send function. */
  290. #cmakedefine HAVE_SEND 1
  291. /* Define to 1 if you have the 'fsetxattr' function. */
  292. #cmakedefine HAVE_FSETXATTR 1
  293. /* fsetxattr() takes 5 args */
  294. #cmakedefine HAVE_FSETXATTR_5 1
  295. /* fsetxattr() takes 6 args */
  296. #cmakedefine HAVE_FSETXATTR_6 1
  297. /* Define to 1 if you have the <setjmp.h> header file. */
  298. #cmakedefine HAVE_SETJMP_H 1
  299. /* Define to 1 if you have the `setlocale' function. */
  300. #cmakedefine HAVE_SETLOCALE 1
  301. /* Define to 1 if you have the `setmode' function. */
  302. #cmakedefine HAVE_SETMODE 1
  303. /* Define to 1 if you have the `setrlimit' function. */
  304. #cmakedefine HAVE_SETRLIMIT 1
  305. /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
  306. #cmakedefine HAVE_SETSOCKOPT_SO_NONBLOCK 1
  307. /* Define to 1 if you have the sigaction function. */
  308. #cmakedefine HAVE_SIGACTION 1
  309. /* Define to 1 if you have the siginterrupt function. */
  310. #cmakedefine HAVE_SIGINTERRUPT 1
  311. /* Define to 1 if you have the signal function. */
  312. #cmakedefine HAVE_SIGNAL 1
  313. /* Define to 1 if you have the <signal.h> header file. */
  314. #cmakedefine HAVE_SIGNAL_H 1
  315. /* Define to 1 if you have the sigsetjmp function or macro. */
  316. #cmakedefine HAVE_SIGSETJMP 1
  317. /* Define to 1 if you have the `snprintf' function. */
  318. #cmakedefine HAVE_SNPRINTF
  319. /* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */
  320. #cmakedefine HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
  321. /* Define to 1 if you have the `socket' function. */
  322. #cmakedefine HAVE_SOCKET 1
  323. /* Define to 1 if you have the socketpair function. */
  324. #cmakedefine HAVE_SOCKETPAIR 1
  325. /* Define to 1 if you have the <stdatomic.h> header file. */
  326. #cmakedefine HAVE_STDATOMIC_H 1
  327. /* Define to 1 if you have the <stdbool.h> header file. */
  328. #cmakedefine HAVE_STDBOOL_H 1
  329. /* Define to 1 if you have the <stdint.h> header file. */
  330. #cmakedefine HAVE_STDINT_H 1
  331. /* Define to 1 if you have the <stdlib.h> header file. */
  332. #cmakedefine HAVE_STDLIB_H 1
  333. /* Define to 1 if you have the strcasecmp function. */
  334. #cmakedefine HAVE_STRCASECMP 1
  335. /* Define to 1 if you have the strcmpi function. */
  336. #cmakedefine HAVE_STRCMPI 1
  337. /* Define to 1 if you have the strdup function. */
  338. #cmakedefine HAVE_STRDUP 1
  339. /* Define to 1 if you have the strerror_r function. */
  340. #cmakedefine HAVE_STRERROR_R 1
  341. /* Define to 1 if you have the stricmp function. */
  342. #cmakedefine HAVE_STRICMP 1
  343. /* Define to 1 if you have the <strings.h> header file. */
  344. #cmakedefine HAVE_STRINGS_H 1
  345. /* Define to 1 if you have the <string.h> header file. */
  346. #cmakedefine HAVE_STRING_H 1
  347. /* Define to 1 if you have the <stropts.h> header file. */
  348. #cmakedefine HAVE_STROPTS_H 1
  349. /* Define to 1 if you have the strtok_r function. */
  350. #cmakedefine HAVE_STRTOK_R 1
  351. /* Define to 1 if you have the strtoll function. */
  352. #cmakedefine HAVE_STRTOLL 1
  353. /* if struct sockaddr_storage is defined */
  354. #cmakedefine HAVE_STRUCT_SOCKADDR_STORAGE 1
  355. /* Define to 1 if you have the timeval struct. */
  356. #cmakedefine HAVE_STRUCT_TIMEVAL 1
  357. /* Define to 1 if you have the <sys/filio.h> header file. */
  358. #cmakedefine HAVE_SYS_FILIO_H 1
  359. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  360. #cmakedefine HAVE_SYS_IOCTL_H 1
  361. /* Define to 1 if you have the <sys/param.h> header file. */
  362. #cmakedefine HAVE_SYS_PARAM_H 1
  363. /* Define to 1 if you have the <sys/poll.h> header file. */
  364. #cmakedefine HAVE_SYS_POLL_H 1
  365. /* Define to 1 if you have the <sys/resource.h> header file. */
  366. #cmakedefine HAVE_SYS_RESOURCE_H 1
  367. /* Define to 1 if you have the <sys/select.h> header file. */
  368. #cmakedefine HAVE_SYS_SELECT_H 1
  369. /* Define to 1 if you have the <sys/socket.h> header file. */
  370. #cmakedefine HAVE_SYS_SOCKET_H 1
  371. /* Define to 1 if you have the <sys/sockio.h> header file. */
  372. #cmakedefine HAVE_SYS_SOCKIO_H 1
  373. /* Define to 1 if you have the <sys/stat.h> header file. */
  374. #cmakedefine HAVE_SYS_STAT_H 1
  375. /* Define to 1 if you have the <sys/time.h> header file. */
  376. #cmakedefine HAVE_SYS_TIME_H 1
  377. /* Define to 1 if you have the <sys/types.h> header file. */
  378. #cmakedefine HAVE_SYS_TYPES_H 1
  379. /* Define to 1 if you have the <sys/un.h> header file. */
  380. #cmakedefine HAVE_SYS_UN_H 1
  381. /* Define to 1 if you have the <sys/utime.h> header file. */
  382. #cmakedefine HAVE_SYS_UTIME_H 1
  383. /* Define to 1 if you have the <termios.h> header file. */
  384. #cmakedefine HAVE_TERMIOS_H 1
  385. /* Define to 1 if you have the <termio.h> header file. */
  386. #cmakedefine HAVE_TERMIO_H 1
  387. /* Define to 1 if you have the <time.h> header file. */
  388. #cmakedefine HAVE_TIME_H 1
  389. /* Define to 1 if you have the <unistd.h> header file. */
  390. #cmakedefine HAVE_UNISTD_H 1
  391. /* Define to 1 if you have the `utime' function. */
  392. #cmakedefine HAVE_UTIME 1
  393. /* Define to 1 if you have the `utimes' function. */
  394. #cmakedefine HAVE_UTIMES 1
  395. /* Define to 1 if you have the <utime.h> header file. */
  396. #cmakedefine HAVE_UTIME_H 1
  397. /* Define to 1 if compiler supports C99 variadic macro style. */
  398. #cmakedefine HAVE_VARIADIC_MACROS_C99 1
  399. /* Define to 1 if compiler supports old gcc variadic macro style. */
  400. #cmakedefine HAVE_VARIADIC_MACROS_GCC 1
  401. /* Define to 1 if you have the windows.h header file. */
  402. #cmakedefine HAVE_WINDOWS_H 1
  403. /* Define to 1 if you have the winsock2.h header file. */
  404. #cmakedefine HAVE_WINSOCK2_H 1
  405. /* Define this symbol if your OS supports changing the contents of argv */
  406. #cmakedefine HAVE_WRITABLE_ARGV 1
  407. /* Define to 1 if you have the ws2tcpip.h header file. */
  408. #cmakedefine HAVE_WS2TCPIP_H 1
  409. /* Define to 1 if you need the lber.h header file even with ldap.h */
  410. #cmakedefine NEED_LBER_H 1
  411. /* Define to 1 if you need the malloc.h header file even with stdlib.h */
  412. #cmakedefine NEED_MALLOC_H 1
  413. /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
  414. #cmakedefine NEED_REENTRANT 1
  415. /* cpu-machine-OS */
  416. #cmakedefine OS ${OS}
  417. /* Name of package */
  418. #cmakedefine PACKAGE ${PACKAGE}
  419. /* Define to the address where bug reports for this package should be sent. */
  420. #cmakedefine PACKAGE_BUGREPORT ${PACKAGE_BUGREPORT}
  421. /* Define to the full name of this package. */
  422. #cmakedefine PACKAGE_NAME ${PACKAGE_NAME}
  423. /* Define to the full name and version of this package. */
  424. #cmakedefine PACKAGE_STRING ${PACKAGE_STRING}
  425. /* Define to the one symbol short name of this package. */
  426. #cmakedefine PACKAGE_TARNAME ${PACKAGE_TARNAME}
  427. /* Define to the version of this package. */
  428. #cmakedefine PACKAGE_VERSION ${PACKAGE_VERSION}
  429. /* a suitable file to read random data from */
  430. #cmakedefine RANDOM_FILE "${RANDOM_FILE}"
  431. /*
  432. Note: SIZEOF_* variables are fetched with CMake through check_type_size().
  433. As per CMake documentation on CheckTypeSize, C preprocessor code is
  434. generated by CMake into SIZEOF_*_CODE. This is what we use in the
  435. following statements.
  436. Reference: https://cmake.org/cmake/help/latest/module/CheckTypeSize.html
  437. */
  438. /* The size of `int', as computed by sizeof. */
  439. #define SIZEOF_INT KWIML_ABI_SIZEOF_INT
  440. /* The size of `short', as computed by sizeof. */
  441. #define SIZEOF_SHORT KWIML_ABI_SIZEOF_SHORT
  442. /* The size of `long', as computed by sizeof. */
  443. #define SIZEOF_LONG KWIML_ABI_SIZEOF_LONG
  444. /* The size of `long long', as computed by sizeof. */
  445. #define SIZEOF_LONG_LONG KWIML_ABI_SIZEOF_LONG_LONG
  446. /* The size of `__int64', as computed by sizeof. */
  447. #if KWIML_ABI_SIZEOF___INT64
  448. # define SIZEOF___INT64 KWIML_ABI_SIZEOF___INT64
  449. #endif
  450. /* The size of `long long', as computed by sizeof. */
  451. ${SIZEOF_LONG_LONG_CODE}
  452. /* The size of `off_t', as computed by sizeof. */
  453. ${SIZEOF_OFF_T_CODE}
  454. /* The size of `curl_off_t', as computed by sizeof. */
  455. ${SIZEOF_CURL_OFF_T_CODE}
  456. /* The size of `size_t', as computed by sizeof. */
  457. ${SIZEOF_SIZE_T_CODE}
  458. /* The size of `ssize_t', as computed by sizeof. */
  459. ${SIZEOF_SSIZE_T_CODE}
  460. /* The size of `time_t', as computed by sizeof. */
  461. ${SIZEOF_TIME_T_CODE}
  462. /* Define to 1 if you have the ANSI C header files. */
  463. #cmakedefine STDC_HEADERS 1
  464. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  465. #cmakedefine TIME_WITH_SYS_TIME 1
  466. /* Define if you want to enable c-ares support */
  467. #cmakedefine USE_ARES 1
  468. /* Define if you want to enable POSIX threaded DNS lookup */
  469. #cmakedefine USE_THREADS_POSIX 1
  470. /* Define if you want to enable WIN32 threaded DNS lookup */
  471. #cmakedefine USE_THREADS_WIN32 1
  472. /* if GnuTLS is enabled */
  473. #cmakedefine USE_GNUTLS 1
  474. /* if Secure Transport is enabled */
  475. #cmakedefine USE_SECTRANSP 1
  476. /* if mbedTLS is enabled */
  477. #cmakedefine USE_MBEDTLS 1
  478. /* if BearSSL is enabled */
  479. #cmakedefine USE_BEARSSL 1
  480. /* if WolfSSL is enabled */
  481. #cmakedefine USE_WOLFSSL 1
  482. /* if libSSH is in use */
  483. #cmakedefine USE_LIBSSH 1
  484. /* if libSSH2 is in use */
  485. #cmakedefine USE_LIBSSH2 1
  486. /* if libPSL is in use */
  487. #cmakedefine USE_LIBPSL 1
  488. /* If you want to build curl with the built-in manual */
  489. #cmakedefine USE_MANUAL 1
  490. /* if you want to use OpenLDAP code instead of legacy ldap implementation */
  491. #cmakedefine USE_OPENLDAP 1
  492. /* if OpenSSL is in use */
  493. #cmakedefine USE_OPENSSL 1
  494. /* Define to 1 if you don't want the OpenSSL configuration to be loaded
  495. automatically */
  496. #cmakedefine CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG 1
  497. /* to enable NGHTTP2 */
  498. #cmakedefine USE_NGHTTP2 1
  499. /* to enable NGTCP2 */
  500. #cmakedefine USE_NGTCP2 1
  501. /* to enable NGHTTP3 */
  502. #cmakedefine USE_NGHTTP3 1
  503. /* to enable quiche */
  504. #cmakedefine USE_QUICHE 1
  505. /* Define to 1 if you have the quiche_conn_set_qlog_fd function. */
  506. #cmakedefine HAVE_QUICHE_CONN_SET_QLOG_FD 1
  507. /* to enable msh3 */
  508. #cmakedefine USE_MSH3 1
  509. /* if Unix domain sockets are enabled */
  510. #cmakedefine USE_UNIX_SOCKETS
  511. /* to enable SSPI support */
  512. #cmakedefine USE_WINDOWS_SSPI 1
  513. /* to enable Windows SSL */
  514. #cmakedefine USE_SCHANNEL 1
  515. /* enable multiple SSL backends */
  516. #cmakedefine CURL_WITH_MULTI_SSL 1
  517. /* Version number of package */
  518. #cmakedefine VERSION ${VERSION}
  519. /* Define to 1 if OS is AIX. */
  520. #ifndef _ALL_SOURCE
  521. # undef _ALL_SOURCE
  522. #endif
  523. /* Number of bits in a file offset, on hosts where this is settable. */
  524. #cmakedefine _FILE_OFFSET_BITS ${_FILE_OFFSET_BITS}
  525. /* Define for large files, on AIX-style hosts. */
  526. #cmakedefine _LARGE_FILES ${_LARGE_FILES}
  527. /* define this if you need it to compile thread-safe code */
  528. #cmakedefine _THREAD_SAFE ${_THREAD_SAFE}
  529. /* Define to empty if `const' does not conform to ANSI C. */
  530. #cmakedefine const ${const}
  531. /* Type to use in place of in_addr_t when system does not provide it. */
  532. #cmakedefine in_addr_t ${in_addr_t}
  533. /* Define to `__inline__' or `__inline' if that's what the C compiler
  534. calls it, or to nothing if 'inline' is not supported under any name. */
  535. #ifndef __cplusplus
  536. #undef inline
  537. #endif
  538. /* Define to `unsigned int' if <sys/types.h> does not define. */
  539. #cmakedefine size_t ${size_t}
  540. /* the signed version of size_t */
  541. #ifndef SIZEOF_SSIZE_T
  542. # if SIZEOF_LONG == SIZEOF_SIZE_T
  543. typedef long ssize_t;
  544. # elif SIZEOF_LONG_LONG == SIZEOF_SIZE_T
  545. typedef long long ssize_t;
  546. # elif SIZEOF___INT64 == SIZEOF_SIZE_T
  547. typedef __int64 ssize_t;
  548. # else
  549. typedef int ssize_t;
  550. # endif
  551. #endif
  552. /* Define to 1 if you have the mach_absolute_time function. */
  553. #cmakedefine HAVE_MACH_ABSOLUTE_TIME 1
  554. /* to enable Windows IDN */
  555. #cmakedefine USE_WIN32_IDN 1
  556. /* Define to 1 to enable websocket support. */
  557. #cmakedefine USE_WEBSOCKETS 1