curl_config.h.cmake 31 KB

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