curl_config.h.cmake 29 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025
  1. /***************************************************************************
  2. * _ _ ____ _
  3. * Project ___| | | | _ \| |
  4. * / __| | | | |_) | |
  5. * | (__| |_| | _ <| |___
  6. * \___|\___/|_| \_\_____|
  7. *
  8. * Copyright (C) 1998 - 2022, 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. ***************************************************************************/
  22. /* lib/curl_config.h.in. Generated somehow by cmake. */
  23. #include <cm3p/kwiml/abi.h>
  24. /* when building libcurl itself */
  25. #cmakedefine BUILDING_LIBCURL 1
  26. /* to disable alt-svc */
  27. #cmakedefine CURL_DISABLE_ALTSVC 1
  28. /* disables cookies support */
  29. #cmakedefine CURL_DISABLE_COOKIES 1
  30. /* disables cryptographic authentication */
  31. #cmakedefine CURL_DISABLE_CRYPTO_AUTH 1
  32. /* disables DICT */
  33. #cmakedefine CURL_DISABLE_DICT 1
  34. /* disables DNS-over-HTTPS */
  35. #cmakedefine CURL_DISABLE_DOH 1
  36. /* disables FILE */
  37. #cmakedefine CURL_DISABLE_FILE 1
  38. /* disables FTP */
  39. #cmakedefine CURL_DISABLE_FTP 1
  40. /* disables GOPHER */
  41. #cmakedefine CURL_DISABLE_GOPHER 1
  42. /* disables HSTS support */
  43. #cmakedefine CURL_DISABLE_HSTS 1
  44. /* disables HTTP */
  45. #cmakedefine CURL_DISABLE_HTTP 1
  46. /* disables IMAP */
  47. #cmakedefine CURL_DISABLE_IMAP 1
  48. /* disables LDAP */
  49. #cmakedefine CURL_DISABLE_LDAP 1
  50. /* disables LDAPS */
  51. #cmakedefine CURL_DISABLE_LDAPS 1
  52. /* disables --libcurl option from the curl tool */
  53. #cmakedefine CURL_DISABLE_LIBCURL_OPTION 1
  54. /* disables MIME support */
  55. #cmakedefine CURL_DISABLE_MIME 1
  56. /* disables MQTT */
  57. #cmakedefine CURL_DISABLE_MQTT 1
  58. /* disables netrc parser */
  59. #cmakedefine CURL_DISABLE_NETRC 1
  60. /* disables NTLM support */
  61. #cmakedefine CURL_DISABLE_NTLM 1
  62. /* disables date parsing */
  63. #cmakedefine CURL_DISABLE_PARSEDATE 1
  64. /* disables POP3 */
  65. #cmakedefine CURL_DISABLE_POP3 1
  66. /* disables built-in progress meter */
  67. #cmakedefine CURL_DISABLE_PROGRESS_METER 1
  68. /* disables proxies */
  69. #cmakedefine CURL_DISABLE_PROXY 1
  70. /* disables RTSP */
  71. #cmakedefine CURL_DISABLE_RTSP 1
  72. /* disables SMB */
  73. #cmakedefine CURL_DISABLE_SMB 1
  74. /* disables SMTP */
  75. #cmakedefine CURL_DISABLE_SMTP 1
  76. /* disables use of socketpair for curl_multi_poll */
  77. #cmakedefine CURL_DISABLE_SOCKETPAIR 1
  78. /* disables TELNET */
  79. #cmakedefine CURL_DISABLE_TELNET 1
  80. /* disables TFTP */
  81. #cmakedefine CURL_DISABLE_TFTP 1
  82. /* disables verbose strings */
  83. #cmakedefine CURL_DISABLE_VERBOSE_STRINGS 1
  84. /* to make a symbol visible */
  85. #cmakedefine CURL_EXTERN_SYMBOL ${CURL_EXTERN_SYMBOL}
  86. /* Ensure using CURL_EXTERN_SYMBOL is possible */
  87. #ifndef CURL_EXTERN_SYMBOL
  88. #define CURL_EXTERN_SYMBOL
  89. #endif
  90. /* Allow SMB to work on Windows */
  91. #cmakedefine USE_WIN32_CRYPTO 1
  92. /* Use Windows LDAP implementation */
  93. #cmakedefine USE_WIN32_LDAP 1
  94. /* when not building a shared library */
  95. #cmakedefine CURL_STATICLIB 1
  96. /* your Entropy Gathering Daemon socket pathname */
  97. #cmakedefine EGD_SOCKET ${EGD_SOCKET}
  98. /* Define if you want to enable IPv6 support */
  99. #cmakedefine ENABLE_IPV6 1
  100. /* Define to 1 if you have the alarm function. */
  101. #cmakedefine HAVE_ALARM 1
  102. /* Define to 1 if you have the <alloca.h> header file. */
  103. #cmakedefine HAVE_ALLOCA_H 1
  104. /* Define to 1 if you have the <arpa/inet.h> header file. */
  105. #cmakedefine HAVE_ARPA_INET_H 1
  106. /* Define to 1 if you have the <arpa/tftp.h> header file. */
  107. #cmakedefine HAVE_ARPA_TFTP_H 1
  108. /* Define to 1 if you have the <assert.h> header file. */
  109. #cmakedefine HAVE_ASSERT_H 1
  110. /* Define to 1 if you have the `basename' function. */
  111. #cmakedefine HAVE_BASENAME 1
  112. /* Define to 1 if bool is an available type. */
  113. #cmakedefine HAVE_BOOL_T 1
  114. /* Define to 1 if you have the __builtin_available function. */
  115. #cmakedefine HAVE_BUILTIN_AVAILABLE 1
  116. /* Define to 1 if you have the clock_gettime function and monotonic timer. */
  117. #cmakedefine HAVE_CLOCK_GETTIME_MONOTONIC 1
  118. /* Define to 1 if you have the `closesocket' function. */
  119. #cmakedefine HAVE_CLOSESOCKET 1
  120. /* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
  121. #cmakedefine HAVE_CRYPTO_CLEANUP_ALL_EX_DATA 1
  122. /* Define to 1 if you have the <dlfcn.h> header file. */
  123. #cmakedefine HAVE_DLFCN_H 1
  124. /* Define to 1 if you have the <errno.h> header file. */
  125. #cmakedefine HAVE_ERRNO_H 1
  126. /* Define to 1 if you have the fcntl function. */
  127. #cmakedefine HAVE_FCNTL 1
  128. /* Define to 1 if you have the <fcntl.h> header file. */
  129. #cmakedefine HAVE_FCNTL_H 1
  130. /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
  131. #cmakedefine HAVE_FCNTL_O_NONBLOCK 1
  132. /* Define to 1 if you have the freeaddrinfo function. */
  133. #cmakedefine HAVE_FREEADDRINFO 1
  134. /* Define to 1 if you have the ftruncate function. */
  135. #cmakedefine HAVE_FTRUNCATE 1
  136. /* Define to 1 if you have a working getaddrinfo function. */
  137. #cmakedefine HAVE_GETADDRINFO 1
  138. /* Define to 1 if you have the `geteuid' function. */
  139. #cmakedefine HAVE_GETEUID 1
  140. /* Define to 1 if you have the `getppid' function. */
  141. #cmakedefine HAVE_GETPPID 1
  142. /* Define to 1 if you have the gethostbyname function. */
  143. #cmakedefine HAVE_GETHOSTBYNAME 1
  144. /* Define to 1 if you have the gethostbyname_r function. */
  145. #cmakedefine HAVE_GETHOSTBYNAME_R 1
  146. /* gethostbyname_r() takes 3 args */
  147. #cmakedefine HAVE_GETHOSTBYNAME_R_3 1
  148. /* gethostbyname_r() takes 5 args */
  149. #cmakedefine HAVE_GETHOSTBYNAME_R_5 1
  150. /* gethostbyname_r() takes 6 args */
  151. #cmakedefine HAVE_GETHOSTBYNAME_R_6 1
  152. /* Define to 1 if you have the gethostname function. */
  153. #cmakedefine HAVE_GETHOSTNAME 1
  154. /* Define to 1 if you have a working getifaddrs function. */
  155. #cmakedefine HAVE_GETIFADDRS 1
  156. /* Define to 1 if you have the `getpass_r' function. */
  157. #cmakedefine HAVE_GETPASS_R 1
  158. /* Define to 1 if you have the `getppid' function. */
  159. #cmakedefine HAVE_GETPPID 1
  160. /* Define to 1 if you have the `getprotobyname' function. */
  161. #cmakedefine HAVE_GETPROTOBYNAME 1
  162. /* Define to 1 if you have the `getpeername' function. */
  163. #cmakedefine HAVE_GETPEERNAME 1
  164. /* Define to 1 if you have the `getsockname' function. */
  165. #cmakedefine HAVE_GETSOCKNAME 1
  166. /* Define to 1 if you have the `if_nametoindex' function. */
  167. #cmakedefine HAVE_IF_NAMETOINDEX 1
  168. /* Define to 1 if you have the `getpwuid' function. */
  169. #cmakedefine HAVE_GETPWUID 1
  170. /* Define to 1 if you have the `getpwuid_r' function. */
  171. #cmakedefine HAVE_GETPWUID_R 1
  172. /* Define to 1 if you have the `getrlimit' function. */
  173. #cmakedefine HAVE_GETRLIMIT 1
  174. /* Define to 1 if you have the `gettimeofday' function. */
  175. #cmakedefine HAVE_GETTIMEOFDAY 1
  176. /* Define to 1 if you have a working glibc-style strerror_r function. */
  177. #cmakedefine HAVE_GLIBC_STRERROR_R 1
  178. /* Define to 1 if you have a working gmtime_r function. */
  179. #cmakedefine HAVE_GMTIME_R 1
  180. /* if you have the gssapi libraries */
  181. #cmakedefine HAVE_GSSAPI 1
  182. /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
  183. #cmakedefine HAVE_GSSAPI_GSSAPI_GENERIC_H 1
  184. /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
  185. #cmakedefine HAVE_GSSAPI_GSSAPI_H 1
  186. /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
  187. #cmakedefine HAVE_GSSAPI_GSSAPI_KRB5_H 1
  188. /* if you have the GNU gssapi libraries */
  189. #cmakedefine HAVE_GSSGNU 1
  190. /* if you have the Heimdal gssapi libraries */
  191. #cmakedefine HAVE_GSSHEIMDAL 1
  192. /* if you have the MIT gssapi libraries */
  193. #cmakedefine HAVE_GSSMIT 1
  194. /* Define to 1 if you have the `idna_strerror' function. */
  195. #cmakedefine HAVE_IDNA_STRERROR 1
  196. /* Define to 1 if you have the `idn_free' function. */
  197. #cmakedefine HAVE_IDN_FREE 1
  198. /* Define to 1 if you have the <idn-free.h> header file. */
  199. #cmakedefine HAVE_IDN_FREE_H 1
  200. /* Define to 1 if you have the <ifaddrs.h> header file. */
  201. #cmakedefine HAVE_IFADDRS_H 1
  202. /* Define to 1 if you have the `inet_addr' function. */
  203. #cmakedefine HAVE_INET_ADDR 1
  204. /* Define to 1 if you have a IPv6 capable working inet_ntop function. */
  205. #cmakedefine HAVE_INET_NTOP 1
  206. /* Define to 1 if you have a IPv6 capable working inet_pton function. */
  207. #cmakedefine HAVE_INET_PTON 1
  208. /* Define to 1 if symbol `sa_family_t' exists */
  209. #cmakedefine HAVE_SA_FAMILY_T 1
  210. /* Define to 1 if symbol `ADDRESS_FAMILY' exists */
  211. #cmakedefine HAVE_ADDRESS_FAMILY 1
  212. /* Define to 1 if you have the <inttypes.h> header file. */
  213. #cmakedefine HAVE_INTTYPES_H 1
  214. /* Define to 1 if you have the ioctl function. */
  215. #cmakedefine HAVE_IOCTL 1
  216. /* Define to 1 if you have the ioctlsocket function. */
  217. #cmakedefine HAVE_IOCTLSOCKET 1
  218. /* Define to 1 if you have the IoctlSocket camel case function. */
  219. #cmakedefine HAVE_IOCTLSOCKET_CAMEL 1
  220. /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
  221. */
  222. #cmakedefine HAVE_IOCTLSOCKET_CAMEL_FIONBIO 1
  223. /* Define to 1 if you have a working ioctlsocket FIONBIO function. */
  224. #cmakedefine HAVE_IOCTLSOCKET_FIONBIO 1
  225. /* Define to 1 if you have a working ioctl FIONBIO function. */
  226. #cmakedefine HAVE_IOCTL_FIONBIO 1
  227. /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
  228. #cmakedefine HAVE_IOCTL_SIOCGIFADDR 1
  229. /* Define to 1 if you have the <io.h> header file. */
  230. #cmakedefine HAVE_IO_H 1
  231. /* if you have the Kerberos4 libraries (including -ldes) */
  232. #cmakedefine HAVE_KRB4 1
  233. /* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
  234. #cmakedefine HAVE_KRB_GET_OUR_IP_FOR_REALM 1
  235. /* Define to 1 if you have the <krb.h> header file. */
  236. #cmakedefine HAVE_KRB_H 1
  237. /* Define to 1 if you have the lber.h header file. */
  238. #cmakedefine HAVE_LBER_H 1
  239. /* Define to 1 if you have the ldapssl.h header file. */
  240. #cmakedefine HAVE_LDAPSSL_H 1
  241. /* Define to 1 if you have the ldap.h header file. */
  242. #cmakedefine HAVE_LDAP_H 1
  243. /* Use LDAPS implementation */
  244. #cmakedefine HAVE_LDAP_SSL 1
  245. /* Define to 1 if you have the ldap_ssl.h header file. */
  246. #cmakedefine HAVE_LDAP_SSL_H 1
  247. /* Define to 1 if you have the `ldap_url_parse' function. */
  248. #cmakedefine HAVE_LDAP_URL_PARSE 1
  249. /* Define to 1 if you have the <libgen.h> header file. */
  250. #cmakedefine HAVE_LIBGEN_H 1
  251. /* Define to 1 if you have the `idn2' library (-lidn2). */
  252. #cmakedefine HAVE_LIBIDN2 1
  253. /* Define to 1 if you have the idn2.h header file. */
  254. #cmakedefine HAVE_IDN2_H 1
  255. /* Define to 1 if you have the `resolv' library (-lresolv). */
  256. #cmakedefine HAVE_LIBRESOLV 1
  257. /* Define to 1 if you have the `resolve' library (-lresolve). */
  258. #cmakedefine HAVE_LIBRESOLVE 1
  259. /* Define to 1 if you have the `socket' library (-lsocket). */
  260. #cmakedefine HAVE_LIBSOCKET 1
  261. /* Define to 1 if you have the `ssh2' library (-lssh2). */
  262. #cmakedefine HAVE_LIBSSH2 1
  263. /* Define to 1 if you have the <libssh2.h> header file. */
  264. #cmakedefine HAVE_LIBSSH2_H 1
  265. /* Define to 1 if you have the <libssh/libssh.h> header file. */
  266. #cmakedefine HAVE_LIBSSH_LIBSSH_H 1
  267. /* if zlib is available */
  268. #cmakedefine HAVE_LIBZ 1
  269. /* if brotli is available */
  270. #cmakedefine HAVE_BROTLI 1
  271. /* if zstd is available */
  272. #cmakedefine HAVE_ZSTD 1
  273. /* Define to 1 if you have the <locale.h> header file. */
  274. #cmakedefine HAVE_LOCALE_H 1
  275. /* Define to 1 if you have a working localtime_r function. */
  276. #cmakedefine HAVE_LOCALTIME_R 1
  277. /* Define to 1 if the compiler supports the 'long long' data type. */
  278. #if KWIML_ABI_SIZEOF_LONG_LONG
  279. # define HAVE_LONGLONG 1
  280. #endif
  281. /* Define to 1 if you have the malloc.h header file. */
  282. #cmakedefine HAVE_MALLOC_H 1
  283. /* Define to 1 if you have the <memory.h> header file. */
  284. #cmakedefine HAVE_MEMORY_H 1
  285. /* Define to 1 if you have the MSG_NOSIGNAL flag. */
  286. #cmakedefine HAVE_MSG_NOSIGNAL 1
  287. /* Define to 1 if you have the <netdb.h> header file. */
  288. #cmakedefine HAVE_NETDB_H 1
  289. /* Define to 1 if you have the <netinet/in.h> header file. */
  290. #cmakedefine HAVE_NETINET_IN_H 1
  291. /* Define to 1 if you have the <netinet/tcp.h> header file. */
  292. #cmakedefine HAVE_NETINET_TCP_H 1
  293. /* Define to 1 if you have the <linux/tcp.h> header file. */
  294. #cmakedefine HAVE_LINUX_TCP_H 1
  295. /* Define to 1 if you have the <net/if.h> header file. */
  296. #cmakedefine HAVE_NET_IF_H 1
  297. /* Define to 1 if NI_WITHSCOPEID exists and works. */
  298. #cmakedefine HAVE_NI_WITHSCOPEID 1
  299. /* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE */
  300. #cmakedefine HAVE_OLD_GSSMIT 1
  301. /* Define to 1 if you have the <openssl/crypto.h> header file. */
  302. #cmakedefine HAVE_OPENSSL_CRYPTO_H 1
  303. /* Define to 1 if you have the <openssl/err.h> header file. */
  304. #cmakedefine HAVE_OPENSSL_ERR_H 1
  305. /* Define to 1 if you have the <openssl/pem.h> header file. */
  306. #cmakedefine HAVE_OPENSSL_PEM_H 1
  307. /* Define to 1 if you have the <openssl/pkcs12.h> header file. */
  308. #cmakedefine HAVE_OPENSSL_PKCS12_H 1
  309. /* Define to 1 if you have the <openssl/rsa.h> header file. */
  310. #cmakedefine HAVE_OPENSSL_RSA_H 1
  311. /* Define to 1 if you have the <openssl/ssl.h> header file. */
  312. #cmakedefine HAVE_OPENSSL_SSL_H 1
  313. /* Define to 1 if you have the <openssl/x509.h> header file. */
  314. #cmakedefine HAVE_OPENSSL_X509_H 1
  315. /* Define to 1 if you have the <pem.h> header file. */
  316. #cmakedefine HAVE_PEM_H 1
  317. /* Define to 1 if you have the `pipe' function. */
  318. #cmakedefine HAVE_PIPE 1
  319. /* Define to 1 if you have a working poll function. */
  320. #cmakedefine HAVE_POLL 1
  321. /* If you have a fine poll */
  322. #cmakedefine HAVE_POLL_FINE 1
  323. /* Define to 1 if you have the <poll.h> header file. */
  324. #cmakedefine HAVE_POLL_H 1
  325. /* Define to 1 if you have a working POSIX-style strerror_r function. */
  326. #cmakedefine HAVE_POSIX_STRERROR_R 1
  327. /* Define to 1 if you have the <pthread.h> header file */
  328. #cmakedefine HAVE_PTHREAD_H 1
  329. /* Define to 1 if you have the <pwd.h> header file. */
  330. #cmakedefine HAVE_PWD_H 1
  331. /* Define to 1 if you have the `RAND_egd' function. */
  332. #cmakedefine HAVE_RAND_EGD 1
  333. /* Define to 1 if you have the `RAND_screen' function. */
  334. #cmakedefine HAVE_RAND_SCREEN 1
  335. /* Define to 1 if you have the `RAND_status' function. */
  336. #cmakedefine HAVE_RAND_STATUS 1
  337. /* Define to 1 if you have the recv function. */
  338. #cmakedefine HAVE_RECV 1
  339. /* Define to 1 if you have the recvfrom function. */
  340. #cmakedefine HAVE_RECVFROM 1
  341. /* Define to 1 if you have the select function. */
  342. #cmakedefine HAVE_SELECT 1
  343. /* Define to 1 if you have the send function. */
  344. #cmakedefine HAVE_SEND 1
  345. /* Define to 1 if you have the 'fsetxattr' function. */
  346. #cmakedefine HAVE_FSETXATTR 1
  347. /* fsetxattr() takes 5 args */
  348. #cmakedefine HAVE_FSETXATTR_5 1
  349. /* fsetxattr() takes 6 args */
  350. #cmakedefine HAVE_FSETXATTR_6 1
  351. /* Define to 1 if you have the <setjmp.h> header file. */
  352. #cmakedefine HAVE_SETJMP_H 1
  353. /* Define to 1 if you have the `setlocale' function. */
  354. #cmakedefine HAVE_SETLOCALE 1
  355. /* Define to 1 if you have the `setmode' function. */
  356. #cmakedefine HAVE_SETMODE 1
  357. /* Define to 1 if you have the `setrlimit' function. */
  358. #cmakedefine HAVE_SETRLIMIT 1
  359. /* Define to 1 if you have the setsockopt function. */
  360. #cmakedefine HAVE_SETSOCKOPT 1
  361. /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
  362. #cmakedefine HAVE_SETSOCKOPT_SO_NONBLOCK 1
  363. /* Define to 1 if you have the sigaction function. */
  364. #cmakedefine HAVE_SIGACTION 1
  365. /* Define to 1 if you have the siginterrupt function. */
  366. #cmakedefine HAVE_SIGINTERRUPT 1
  367. /* Define to 1 if you have the signal function. */
  368. #cmakedefine HAVE_SIGNAL 1
  369. /* Define to 1 if you have the <signal.h> header file. */
  370. #cmakedefine HAVE_SIGNAL_H 1
  371. /* Define to 1 if you have the sigsetjmp function or macro. */
  372. #cmakedefine HAVE_SIGSETJMP 1
  373. /* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */
  374. #cmakedefine HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
  375. /* Define to 1 if you have the `socket' function. */
  376. #cmakedefine HAVE_SOCKET 1
  377. /* Define to 1 if you have the <ssl.h> header file. */
  378. #cmakedefine HAVE_SSL_H 1
  379. /* Define to 1 if you have the <stdbool.h> header file. */
  380. #cmakedefine HAVE_STDBOOL_H 1
  381. /* Define to 1 if you have the <stdint.h> header file. */
  382. #cmakedefine HAVE_STDINT_H 1
  383. /* Define to 1 if you have the <stdio.h> header file. */
  384. #cmakedefine HAVE_STDIO_H 1
  385. /* Define to 1 if you have the <stdlib.h> header file. */
  386. #cmakedefine HAVE_STDLIB_H 1
  387. /* Define to 1 if you have the strcasecmp function. */
  388. #cmakedefine HAVE_STRCASECMP 1
  389. /* Define to 1 if you have the strcasestr function. */
  390. #cmakedefine HAVE_STRCASESTR 1
  391. /* Define to 1 if you have the strcmpi function. */
  392. #cmakedefine HAVE_STRCMPI 1
  393. /* Define to 1 if you have the strdup function. */
  394. #cmakedefine HAVE_STRDUP 1
  395. /* Define to 1 if you have the strerror_r function. */
  396. #cmakedefine HAVE_STRERROR_R 1
  397. /* Define to 1 if you have the stricmp function. */
  398. #cmakedefine HAVE_STRICMP 1
  399. /* Define to 1 if you have the <strings.h> header file. */
  400. #cmakedefine HAVE_STRINGS_H 1
  401. /* Define to 1 if you have the <string.h> header file. */
  402. #cmakedefine HAVE_STRING_H 1
  403. /* Define to 1 if you have the strncmpi function. */
  404. #cmakedefine HAVE_STRNCMPI 1
  405. /* Define to 1 if you have the strnicmp function. */
  406. #cmakedefine HAVE_STRNICMP 1
  407. /* Define to 1 if you have the <stropts.h> header file. */
  408. #cmakedefine HAVE_STROPTS_H 1
  409. /* Define to 1 if you have the strstr function. */
  410. #cmakedefine HAVE_STRSTR 1
  411. /* Define to 1 if you have the strtok_r function. */
  412. #cmakedefine HAVE_STRTOK_R 1
  413. /* Define to 1 if you have the strtoll function. */
  414. #cmakedefine HAVE_STRTOLL 1
  415. /* if struct sockaddr_storage is defined */
  416. #cmakedefine HAVE_STRUCT_SOCKADDR_STORAGE 1
  417. /* Define to 1 if you have the timeval struct. */
  418. #cmakedefine HAVE_STRUCT_TIMEVAL 1
  419. /* Define to 1 if you have the <sys/filio.h> header file. */
  420. #cmakedefine HAVE_SYS_FILIO_H 1
  421. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  422. #cmakedefine HAVE_SYS_IOCTL_H 1
  423. /* Define to 1 if you have the <sys/param.h> header file. */
  424. #cmakedefine HAVE_SYS_PARAM_H 1
  425. /* Define to 1 if you have the <sys/poll.h> header file. */
  426. #cmakedefine HAVE_SYS_POLL_H 1
  427. /* Define to 1 if you have the <sys/resource.h> header file. */
  428. #cmakedefine HAVE_SYS_RESOURCE_H 1
  429. /* Define to 1 if you have the <sys/select.h> header file. */
  430. #cmakedefine HAVE_SYS_SELECT_H 1
  431. /* Define to 1 if you have the <sys/socket.h> header file. */
  432. #cmakedefine HAVE_SYS_SOCKET_H 1
  433. /* Define to 1 if you have the <sys/sockio.h> header file. */
  434. #cmakedefine HAVE_SYS_SOCKIO_H 1
  435. /* Define to 1 if you have the <sys/stat.h> header file. */
  436. #cmakedefine HAVE_SYS_STAT_H 1
  437. /* Define to 1 if you have the <sys/time.h> header file. */
  438. #cmakedefine HAVE_SYS_TIME_H 1
  439. /* Define to 1 if you have the <sys/types.h> header file. */
  440. #cmakedefine HAVE_SYS_TYPES_H 1
  441. /* Define to 1 if you have the <sys/uio.h> header file. */
  442. #cmakedefine HAVE_SYS_UIO_H 1
  443. /* Define to 1 if you have the <sys/un.h> header file. */
  444. #cmakedefine HAVE_SYS_UN_H 1
  445. /* Define to 1 if you have the <sys/utime.h> header file. */
  446. #cmakedefine HAVE_SYS_UTIME_H 1
  447. /* Define to 1 if you have the <termios.h> header file. */
  448. #cmakedefine HAVE_TERMIOS_H 1
  449. /* Define to 1 if you have the <termio.h> header file. */
  450. #cmakedefine HAVE_TERMIO_H 1
  451. /* Define to 1 if you have the <time.h> header file. */
  452. #cmakedefine HAVE_TIME_H 1
  453. /* Define to 1 if you have the <tld.h> header file. */
  454. #cmakedefine HAVE_TLD_H 1
  455. /* Define to 1 if you have the `tld_strerror' function. */
  456. #cmakedefine HAVE_TLD_STRERROR 1
  457. /* Define to 1 if you have the `uname' function. */
  458. #cmakedefine HAVE_UNAME 1
  459. /* Define to 1 if you have the <unistd.h> header file. */
  460. #cmakedefine HAVE_UNISTD_H 1
  461. /* Define to 1 if you have the `utime' function. */
  462. #cmakedefine HAVE_UTIME 1
  463. /* Define to 1 if you have the `utimes' function. */
  464. #cmakedefine HAVE_UTIMES 1
  465. /* Define to 1 if you have the <utime.h> header file. */
  466. #cmakedefine HAVE_UTIME_H 1
  467. /* Define to 1 if compiler supports C99 variadic macro style. */
  468. #cmakedefine HAVE_VARIADIC_MACROS_C99 1
  469. /* Define to 1 if compiler supports old gcc variadic macro style. */
  470. #cmakedefine HAVE_VARIADIC_MACROS_GCC 1
  471. /* Define to 1 if you have the winber.h header file. */
  472. #cmakedefine HAVE_WINBER_H 1
  473. /* Define to 1 if you have the windows.h header file. */
  474. #cmakedefine HAVE_WINDOWS_H 1
  475. /* Define to 1 if you have the winldap.h header file. */
  476. #cmakedefine HAVE_WINLDAP_H 1
  477. /* Define to 1 if you have the winsock2.h header file. */
  478. #cmakedefine HAVE_WINSOCK2_H 1
  479. /* Define this symbol if your OS supports changing the contents of argv */
  480. #cmakedefine HAVE_WRITABLE_ARGV 1
  481. /* Define to 1 if you have the writev function. */
  482. #cmakedefine HAVE_WRITEV 1
  483. /* Define to 1 if you have the ws2tcpip.h header file. */
  484. #cmakedefine HAVE_WS2TCPIP_H 1
  485. /* Define to 1 if you have the <x509.h> header file. */
  486. #cmakedefine HAVE_X509_H 1
  487. /* Define if you have the <process.h> header file. */
  488. #cmakedefine HAVE_PROCESS_H 1
  489. /* if you have the zlib.h header file */
  490. #cmakedefine HAVE_ZLIB_H 1
  491. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  492. */
  493. #cmakedefine LT_OBJDIR ${LT_OBJDIR}
  494. /* If you lack a fine basename() prototype */
  495. #cmakedefine NEED_BASENAME_PROTO 1
  496. /* Define to 1 if you need the lber.h header file even with ldap.h */
  497. #cmakedefine NEED_LBER_H 1
  498. /* Define to 1 if you need the malloc.h header file even with stdlib.h */
  499. #cmakedefine NEED_MALLOC_H 1
  500. /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
  501. #cmakedefine NEED_REENTRANT 1
  502. /* cpu-machine-OS */
  503. #cmakedefine OS ${OS}
  504. /* Name of package */
  505. #cmakedefine PACKAGE ${PACKAGE}
  506. /* Define to the address where bug reports for this package should be sent. */
  507. #cmakedefine PACKAGE_BUGREPORT ${PACKAGE_BUGREPORT}
  508. /* Define to the full name of this package. */
  509. #cmakedefine PACKAGE_NAME ${PACKAGE_NAME}
  510. /* Define to the full name and version of this package. */
  511. #cmakedefine PACKAGE_STRING ${PACKAGE_STRING}
  512. /* Define to the one symbol short name of this package. */
  513. #cmakedefine PACKAGE_TARNAME ${PACKAGE_TARNAME}
  514. /* Define to the version of this package. */
  515. #cmakedefine PACKAGE_VERSION ${PACKAGE_VERSION}
  516. /* a suitable file to read random data from */
  517. #cmakedefine RANDOM_FILE "${RANDOM_FILE}"
  518. /* Define to the type of arg 1 for recvfrom. */
  519. #cmakedefine RECVFROM_TYPE_ARG1 ${RECVFROM_TYPE_ARG1}
  520. /* Define to the type pointed by arg 2 for recvfrom. */
  521. #cmakedefine RECVFROM_TYPE_ARG2 ${RECVFROM_TYPE_ARG2}
  522. /* Define to 1 if the type pointed by arg 2 for recvfrom is void. */
  523. #cmakedefine RECVFROM_TYPE_ARG2_IS_VOID 1
  524. /* Define to the type of arg 3 for recvfrom. */
  525. #cmakedefine RECVFROM_TYPE_ARG3 ${RECVFROM_TYPE_ARG3}
  526. /* Define to the type of arg 4 for recvfrom. */
  527. #cmakedefine RECVFROM_TYPE_ARG4 ${RECVFROM_TYPE_ARG4}
  528. /* Define to the type pointed by arg 5 for recvfrom. */
  529. #cmakedefine RECVFROM_TYPE_ARG5 ${RECVFROM_TYPE_ARG5}
  530. /* Define to 1 if the type pointed by arg 5 for recvfrom is void. */
  531. #cmakedefine RECVFROM_TYPE_ARG5_IS_VOID 1
  532. /* Define to the type pointed by arg 6 for recvfrom. */
  533. #cmakedefine RECVFROM_TYPE_ARG6 ${RECVFROM_TYPE_ARG6}
  534. /* Define to 1 if the type pointed by arg 6 for recvfrom is void. */
  535. #cmakedefine RECVFROM_TYPE_ARG6_IS_VOID 1
  536. /* Define to the function return type for recvfrom. */
  537. #cmakedefine RECVFROM_TYPE_RETV ${RECVFROM_TYPE_RETV}
  538. /* Define to the type of arg 1 for recv. */
  539. #cmakedefine RECV_TYPE_ARG1 ${RECV_TYPE_ARG1}
  540. /* Define to the type of arg 2 for recv. */
  541. #cmakedefine RECV_TYPE_ARG2 ${RECV_TYPE_ARG2}
  542. /* Define to the type of arg 3 for recv. */
  543. #cmakedefine RECV_TYPE_ARG3 ${RECV_TYPE_ARG3}
  544. /* Define to the type of arg 4 for recv. */
  545. #cmakedefine RECV_TYPE_ARG4 ${RECV_TYPE_ARG4}
  546. /* Define to the function return type for recv. */
  547. #cmakedefine RECV_TYPE_RETV ${RECV_TYPE_RETV}
  548. /* Define to the type qualifier of arg 5 for select. */
  549. #cmakedefine SELECT_QUAL_ARG5 ${SELECT_QUAL_ARG5}
  550. /* Define to the type of arg 1 for select. */
  551. #cmakedefine SELECT_TYPE_ARG1 ${SELECT_TYPE_ARG1}
  552. /* Define to the type of args 2, 3 and 4 for select. */
  553. #cmakedefine SELECT_TYPE_ARG234 ${SELECT_TYPE_ARG234}
  554. /* Define to the type of arg 5 for select. */
  555. #cmakedefine SELECT_TYPE_ARG5 ${SELECT_TYPE_ARG5}
  556. /* Define to the function return type for select. */
  557. #cmakedefine SELECT_TYPE_RETV ${SELECT_TYPE_RETV}
  558. /* Define to the type qualifier of arg 2 for send. */
  559. #cmakedefine SEND_QUAL_ARG2 ${SEND_QUAL_ARG2}
  560. /* Define to the type of arg 1 for send. */
  561. #cmakedefine SEND_TYPE_ARG1 ${SEND_TYPE_ARG1}
  562. /* Define to the type of arg 2 for send. */
  563. #cmakedefine SEND_TYPE_ARG2 ${SEND_TYPE_ARG2}
  564. /* Define to the type of arg 3 for send. */
  565. #cmakedefine SEND_TYPE_ARG3 ${SEND_TYPE_ARG3}
  566. /* Define to the type of arg 4 for send. */
  567. #cmakedefine SEND_TYPE_ARG4 ${SEND_TYPE_ARG4}
  568. /* Define to the function return type for send. */
  569. #cmakedefine SEND_TYPE_RETV ${SEND_TYPE_RETV}
  570. /*
  571. Note: SIZEOF_* variables are fetched with CMake through check_type_size().
  572. As per CMake documentation on CheckTypeSize, C preprocessor code is
  573. generated by CMake into SIZEOF_*_CODE. This is what we use in the
  574. following statements.
  575. Reference: https://cmake.org/cmake/help/latest/module/CheckTypeSize.html
  576. */
  577. /* The size of `int', as computed by sizeof. */
  578. #define SIZEOF_INT KWIML_ABI_SIZEOF_INT
  579. /* The size of `short', as computed by sizeof. */
  580. #define SIZEOF_SHORT KWIML_ABI_SIZEOF_SHORT
  581. /* The size of `long', as computed by sizeof. */
  582. #define SIZEOF_LONG KWIML_ABI_SIZEOF_LONG
  583. /* The size of `long long', as computed by sizeof. */
  584. #define SIZEOF_LONG_LONG KWIML_ABI_SIZEOF_LONG_LONG
  585. /* The size of `__int64', as computed by sizeof. */
  586. #if KWIML_ABI_SIZEOF___INT64
  587. # define SIZEOF___INT64 KWIML_ABI_SIZEOF___INT64
  588. #endif
  589. /* The size of `off_t', as computed by sizeof. */
  590. ${SIZEOF_OFF_T_CODE}
  591. /* The size of `curl_off_t', as computed by sizeof. */
  592. ${SIZEOF_CURL_OFF_T_CODE}
  593. /* The size of `size_t', as computed by sizeof. */
  594. ${SIZEOF_SIZE_T_CODE}
  595. /* The size of `ssize_t', as computed by sizeof. */
  596. ${SIZEOF_SSIZE_T_CODE}
  597. /* The size of `time_t', as computed by sizeof. */
  598. ${SIZEOF_TIME_T_CODE}
  599. /* Define to 1 if you have the ANSI C header files. */
  600. #cmakedefine STDC_HEADERS 1
  601. /* Define to the type of arg 3 for strerror_r. */
  602. #cmakedefine STRERROR_R_TYPE_ARG3 ${STRERROR_R_TYPE_ARG3}
  603. /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
  604. #cmakedefine TIME_WITH_SYS_TIME 1
  605. /* Define if you want to enable c-ares support */
  606. #cmakedefine USE_ARES 1
  607. /* Define if you want to enable POSIX threaded DNS lookup */
  608. #cmakedefine USE_THREADS_POSIX 1
  609. /* Define if you want to enable WIN32 threaded DNS lookup */
  610. #cmakedefine USE_THREADS_WIN32 1
  611. /* if GnuTLS is enabled */
  612. #cmakedefine USE_GNUTLS 1
  613. /* if Secure Transport is enabled */
  614. #cmakedefine USE_SECTRANSP 1
  615. /* if mbedTLS is enabled */
  616. #cmakedefine USE_MBEDTLS 1
  617. /* if BearSSL is enabled */
  618. #cmakedefine USE_BEARSSL 1
  619. /* if WolfSSL is enabled */
  620. #cmakedefine USE_WOLFSSL 1
  621. /* if libSSH is in use */
  622. #cmakedefine USE_LIBSSH 1
  623. /* if libSSH2 is in use */
  624. #cmakedefine USE_LIBSSH2 1
  625. /* If you want to build curl with the built-in manual */
  626. #cmakedefine USE_MANUAL 1
  627. /* if NSS is enabled */
  628. #cmakedefine USE_NSS 1
  629. /* if you have the PK11_CreateManagedGenericObject function */
  630. #cmakedefine HAVE_PK11_CREATEMANAGEDGENERICOBJECT 1
  631. /* if you want to use OpenLDAP code instead of legacy ldap implementation */
  632. #cmakedefine USE_OPENLDAP 1
  633. /* if OpenSSL is in use */
  634. #cmakedefine USE_OPENSSL 1
  635. /* Define to 1 if you don't want the OpenSSL configuration to be loaded
  636. automatically */
  637. #cmakedefine CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG 1
  638. /* to enable NGHTTP2 */
  639. #cmakedefine USE_NGHTTP2 1
  640. /* to enable NGTCP2 */
  641. #cmakedefine USE_NGTCP2 1
  642. /* to enable NGHTTP3 */
  643. #cmakedefine USE_NGHTTP3 1
  644. /* to enable quiche */
  645. #cmakedefine USE_QUICHE 1
  646. /* Define to 1 if you have the quiche_conn_set_qlog_fd function. */
  647. #cmakedefine HAVE_QUICHE_CONN_SET_QLOG_FD 1
  648. /* to enable msh3 */
  649. #cmakedefine USE_MSH3 1
  650. /* if Unix domain sockets are enabled */
  651. #cmakedefine USE_UNIX_SOCKETS
  652. /* to enable SSPI support */
  653. #cmakedefine USE_WINDOWS_SSPI 1
  654. /* to enable Windows SSL */
  655. #cmakedefine USE_SCHANNEL 1
  656. /* enable multiple SSL backends */
  657. #cmakedefine CURL_WITH_MULTI_SSL 1
  658. /* Define to 1 if using yaSSL in OpenSSL compatibility mode. */
  659. #cmakedefine USE_YASSLEMUL 1
  660. /* Version number of package */
  661. #cmakedefine VERSION ${VERSION}
  662. /* Define to 1 if OS is AIX. */
  663. #ifndef _ALL_SOURCE
  664. # undef _ALL_SOURCE
  665. #endif
  666. /* Number of bits in a file offset, on hosts where this is settable. */
  667. #cmakedefine _FILE_OFFSET_BITS ${_FILE_OFFSET_BITS}
  668. /* Define for large files, on AIX-style hosts. */
  669. #cmakedefine _LARGE_FILES ${_LARGE_FILES}
  670. /* define this if you need it to compile thread-safe code */
  671. #cmakedefine _THREAD_SAFE ${_THREAD_SAFE}
  672. /* Define to empty if `const' does not conform to ANSI C. */
  673. #cmakedefine const ${const}
  674. /* Type to use in place of in_addr_t when system does not provide it. */
  675. #cmakedefine in_addr_t ${in_addr_t}
  676. /* Define to `__inline__' or `__inline' if that's what the C compiler
  677. calls it, or to nothing if 'inline' is not supported under any name. */
  678. #ifndef __cplusplus
  679. #undef inline
  680. #endif
  681. /* Define to `unsigned int' if <sys/types.h> does not define. */
  682. #cmakedefine size_t ${size_t}
  683. /* the signed version of size_t */
  684. #ifndef SIZEOF_SSIZE_T
  685. # if SIZEOF_LONG == SIZEOF_SIZE_T
  686. typedef long ssize_t;
  687. # elif SIZEOF_LONG_LONG == SIZEOF_SIZE_T
  688. typedef long long ssize_t;
  689. # elif SIZEOF___INT64 == SIZEOF_SIZE_T
  690. typedef __int64 ssize_t;
  691. # else
  692. typedef int ssize_t;
  693. # endif
  694. #endif
  695. /* Define to 1 if you have the mach_absolute_time function. */
  696. #cmakedefine HAVE_MACH_ABSOLUTE_TIME 1
  697. /* to enable Windows IDN */
  698. #cmakedefine USE_WIN32_IDN 1
  699. /* to make the compiler know the prototypes of Windows IDN APIs */
  700. #cmakedefine WANT_IDN_PROTOTYPES 1