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 |
|
---|
26 | /* Location of default ca bundle */
|
---|
27 | #cmakedefine CURL_CA_BUNDLE "${CURL_CA_BUNDLE}"
|
---|
28 |
|
---|
29 | /* define "1" to use built-in ca store of TLS backend */
|
---|
30 | #cmakedefine CURL_CA_FALLBACK 1
|
---|
31 |
|
---|
32 | /* Location of default ca path */
|
---|
33 | #cmakedefine CURL_CA_PATH "${CURL_CA_PATH}"
|
---|
34 |
|
---|
35 | /* Default SSL backend */
|
---|
36 | #cmakedefine CURL_DEFAULT_SSL_BACKEND "${CURL_DEFAULT_SSL_BACKEND}"
|
---|
37 |
|
---|
38 | /* disables alt-svc */
|
---|
39 | #cmakedefine CURL_DISABLE_ALTSVC 1
|
---|
40 |
|
---|
41 | /* disables cookies support */
|
---|
42 | #cmakedefine CURL_DISABLE_COOKIES 1
|
---|
43 |
|
---|
44 | /* disables Basic authentication */
|
---|
45 | #cmakedefine CURL_DISABLE_BASIC_AUTH 1
|
---|
46 |
|
---|
47 | /* disables Bearer authentication */
|
---|
48 | #cmakedefine CURL_DISABLE_BEARER_AUTH 1
|
---|
49 |
|
---|
50 | /* disables Digest authentication */
|
---|
51 | #cmakedefine CURL_DISABLE_DIGEST_AUTH 1
|
---|
52 |
|
---|
53 | /* disables Kerberos authentication */
|
---|
54 | #cmakedefine CURL_DISABLE_KERBEROS_AUTH 1
|
---|
55 |
|
---|
56 | /* disables negotiate authentication */
|
---|
57 | #cmakedefine CURL_DISABLE_NEGOTIATE_AUTH 1
|
---|
58 |
|
---|
59 | /* disables AWS-SIG4 */
|
---|
60 | #cmakedefine CURL_DISABLE_AWS 1
|
---|
61 |
|
---|
62 | /* disables DICT */
|
---|
63 | #cmakedefine CURL_DISABLE_DICT 1
|
---|
64 |
|
---|
65 | /* disables DNS-over-HTTPS */
|
---|
66 | #cmakedefine CURL_DISABLE_DOH 1
|
---|
67 |
|
---|
68 | /* disables FILE */
|
---|
69 | #cmakedefine CURL_DISABLE_FILE 1
|
---|
70 |
|
---|
71 | /* disables form api */
|
---|
72 | #cmakedefine CURL_DISABLE_FORM_API 1
|
---|
73 |
|
---|
74 | /* disables FTP */
|
---|
75 | #cmakedefine CURL_DISABLE_FTP 1
|
---|
76 |
|
---|
77 | /* disables curl_easy_options API for existing options to curl_easy_setopt */
|
---|
78 | #cmakedefine CURL_DISABLE_GETOPTIONS 1
|
---|
79 |
|
---|
80 | /* disables GOPHER */
|
---|
81 | #cmakedefine CURL_DISABLE_GOPHER 1
|
---|
82 |
|
---|
83 | /* disables headers-api support */
|
---|
84 | #cmakedefine CURL_DISABLE_HEADERS_API 1
|
---|
85 |
|
---|
86 | /* disables HSTS support */
|
---|
87 | #cmakedefine CURL_DISABLE_HSTS 1
|
---|
88 |
|
---|
89 | /* disables HTTP */
|
---|
90 | #cmakedefine CURL_DISABLE_HTTP 1
|
---|
91 |
|
---|
92 | /* disables IMAP */
|
---|
93 | #cmakedefine CURL_DISABLE_IMAP 1
|
---|
94 |
|
---|
95 | /* disables LDAP */
|
---|
96 | #cmakedefine CURL_DISABLE_LDAP 1
|
---|
97 |
|
---|
98 | /* disables LDAPS */
|
---|
99 | #cmakedefine CURL_DISABLE_LDAPS 1
|
---|
100 |
|
---|
101 | /* disables --libcurl option from the curl tool */
|
---|
102 | #cmakedefine CURL_DISABLE_LIBCURL_OPTION 1
|
---|
103 |
|
---|
104 | /* disables MIME support */
|
---|
105 | #cmakedefine CURL_DISABLE_MIME 1
|
---|
106 |
|
---|
107 | /* disables local binding support */
|
---|
108 | #cmakedefine CURL_DISABLE_BINDLOCAL 1
|
---|
109 |
|
---|
110 | /* disables MQTT */
|
---|
111 | #cmakedefine CURL_DISABLE_MQTT 1
|
---|
112 |
|
---|
113 | /* disables netrc parser */
|
---|
114 | #cmakedefine CURL_DISABLE_NETRC 1
|
---|
115 |
|
---|
116 | /* disables NTLM support */
|
---|
117 | #cmakedefine CURL_DISABLE_NTLM 1
|
---|
118 |
|
---|
119 | /* disables date parsing */
|
---|
120 | #cmakedefine CURL_DISABLE_PARSEDATE 1
|
---|
121 |
|
---|
122 | /* disables POP3 */
|
---|
123 | #cmakedefine CURL_DISABLE_POP3 1
|
---|
124 |
|
---|
125 | /* disables built-in progress meter */
|
---|
126 | #cmakedefine CURL_DISABLE_PROGRESS_METER 1
|
---|
127 |
|
---|
128 | /* disables proxies */
|
---|
129 | #cmakedefine CURL_DISABLE_PROXY 1
|
---|
130 |
|
---|
131 | /* disables RTSP */
|
---|
132 | #cmakedefine CURL_DISABLE_RTSP 1
|
---|
133 |
|
---|
134 | /* disables SMB */
|
---|
135 | #cmakedefine CURL_DISABLE_SMB 1
|
---|
136 |
|
---|
137 | /* disables SMTP */
|
---|
138 | #cmakedefine CURL_DISABLE_SMTP 1
|
---|
139 |
|
---|
140 | /* disables use of socketpair for curl_multi_poll */
|
---|
141 | #cmakedefine CURL_DISABLE_SOCKETPAIR 1
|
---|
142 |
|
---|
143 | /* disables TELNET */
|
---|
144 | #cmakedefine CURL_DISABLE_TELNET 1
|
---|
145 |
|
---|
146 | /* disables TFTP */
|
---|
147 | #cmakedefine CURL_DISABLE_TFTP 1
|
---|
148 |
|
---|
149 | /* disables verbose strings */
|
---|
150 | #cmakedefine CURL_DISABLE_VERBOSE_STRINGS 1
|
---|
151 |
|
---|
152 | /* to make a symbol visible */
|
---|
153 | #cmakedefine CURL_EXTERN_SYMBOL ${CURL_EXTERN_SYMBOL}
|
---|
154 | /* Ensure using CURL_EXTERN_SYMBOL is possible */
|
---|
155 | #ifndef CURL_EXTERN_SYMBOL
|
---|
156 | #define CURL_EXTERN_SYMBOL
|
---|
157 | #endif
|
---|
158 |
|
---|
159 | /* Allow SMB to work on Windows */
|
---|
160 | #cmakedefine USE_WIN32_CRYPTO 1
|
---|
161 |
|
---|
162 | /* Use Windows LDAP implementation */
|
---|
163 | #cmakedefine USE_WIN32_LDAP 1
|
---|
164 |
|
---|
165 | /* Define if you want to enable IPv6 support */
|
---|
166 | #cmakedefine ENABLE_IPV6 1
|
---|
167 |
|
---|
168 | /* Define to 1 if you have the alarm function. */
|
---|
169 | #cmakedefine HAVE_ALARM 1
|
---|
170 |
|
---|
171 | /* Define to 1 if you have the arc4random function. */
|
---|
172 | #cmakedefine HAVE_ARC4RANDOM 1
|
---|
173 |
|
---|
174 | /* Define to 1 if you have the <arpa/inet.h> header file. */
|
---|
175 | #cmakedefine HAVE_ARPA_INET_H 1
|
---|
176 |
|
---|
177 | /* Define to 1 if you have _Atomic support. */
|
---|
178 | #cmakedefine HAVE_ATOMIC 1
|
---|
179 |
|
---|
180 | /* Define to 1 if you have the `fnmatch' function. */
|
---|
181 | #cmakedefine HAVE_FNMATCH 1
|
---|
182 |
|
---|
183 | /* Define to 1 if you have the `basename' function. */
|
---|
184 | #cmakedefine HAVE_BASENAME 1
|
---|
185 |
|
---|
186 | /* Define to 1 if bool is an available type. */
|
---|
187 | #cmakedefine HAVE_BOOL_T 1
|
---|
188 |
|
---|
189 | /* Define to 1 if you have the __builtin_available function. */
|
---|
190 | #cmakedefine HAVE_BUILTIN_AVAILABLE 1
|
---|
191 |
|
---|
192 | /* Define to 1 if you have the clock_gettime function and monotonic timer. */
|
---|
193 | #cmakedefine HAVE_CLOCK_GETTIME_MONOTONIC 1
|
---|
194 |
|
---|
195 | /* Define to 1 if you have the clock_gettime function and raw monotonic timer.
|
---|
196 | */
|
---|
197 | #cmakedefine HAVE_CLOCK_GETTIME_MONOTONIC_RAW 1
|
---|
198 |
|
---|
199 | /* Define to 1 if you have the `closesocket' function. */
|
---|
200 | #cmakedefine HAVE_CLOSESOCKET 1
|
---|
201 |
|
---|
202 | /* Define to 1 if you have the fcntl function. */
|
---|
203 | #cmakedefine HAVE_FCNTL 1
|
---|
204 |
|
---|
205 | /* Define to 1 if you have the <fcntl.h> header file. */
|
---|
206 | #cmakedefine HAVE_FCNTL_H 1
|
---|
207 |
|
---|
208 | /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
|
---|
209 | #cmakedefine HAVE_FCNTL_O_NONBLOCK 1
|
---|
210 |
|
---|
211 | /* Define to 1 if you have the freeaddrinfo function. */
|
---|
212 | #cmakedefine HAVE_FREEADDRINFO 1
|
---|
213 |
|
---|
214 | /* Define to 1 if you have the fseeko function. */
|
---|
215 | #cmakedefine HAVE_FSEEKO 1
|
---|
216 |
|
---|
217 | /* Define to 1 if you have the fseeko declaration. */
|
---|
218 | #cmakedefine HAVE_DECL_FSEEKO 1
|
---|
219 |
|
---|
220 | /* Define to 1 if you have the _fseeki64 function. */
|
---|
221 | #cmakedefine HAVE__FSEEKI64 1
|
---|
222 |
|
---|
223 | /* Define to 1 if you have the ftruncate function. */
|
---|
224 | #cmakedefine HAVE_FTRUNCATE 1
|
---|
225 |
|
---|
226 | /* Define to 1 if you have a working getaddrinfo function. */
|
---|
227 | #cmakedefine HAVE_GETADDRINFO 1
|
---|
228 |
|
---|
229 | /* Define to 1 if the getaddrinfo function is threadsafe. */
|
---|
230 | #cmakedefine HAVE_GETADDRINFO_THREADSAFE 1
|
---|
231 |
|
---|
232 | /* Define to 1 if you have the `geteuid' function. */
|
---|
233 | #cmakedefine HAVE_GETEUID 1
|
---|
234 |
|
---|
235 | /* Define to 1 if you have the `getppid' function. */
|
---|
236 | #cmakedefine HAVE_GETPPID 1
|
---|
237 |
|
---|
238 | /* Define to 1 if you have the gethostbyname_r function. */
|
---|
239 | #cmakedefine HAVE_GETHOSTBYNAME_R 1
|
---|
240 |
|
---|
241 | /* gethostbyname_r() takes 3 args */
|
---|
242 | #cmakedefine HAVE_GETHOSTBYNAME_R_3 1
|
---|
243 |
|
---|
244 | /* gethostbyname_r() takes 5 args */
|
---|
245 | #cmakedefine HAVE_GETHOSTBYNAME_R_5 1
|
---|
246 |
|
---|
247 | /* gethostbyname_r() takes 6 args */
|
---|
248 | #cmakedefine HAVE_GETHOSTBYNAME_R_6 1
|
---|
249 |
|
---|
250 | /* Define to 1 if you have the gethostname function. */
|
---|
251 | #cmakedefine HAVE_GETHOSTNAME 1
|
---|
252 |
|
---|
253 | /* Define to 1 if you have a working getifaddrs function. */
|
---|
254 | #cmakedefine HAVE_GETIFADDRS 1
|
---|
255 |
|
---|
256 | /* Define to 1 if you have the `getpass_r' function. */
|
---|
257 | #cmakedefine HAVE_GETPASS_R 1
|
---|
258 |
|
---|
259 | /* Define to 1 if you have the `getpeername' function. */
|
---|
260 | #cmakedefine HAVE_GETPEERNAME 1
|
---|
261 |
|
---|
262 | /* Define to 1 if you have the `getsockname' function. */
|
---|
263 | #cmakedefine HAVE_GETSOCKNAME 1
|
---|
264 |
|
---|
265 | /* Define to 1 if you have the `if_nametoindex' function. */
|
---|
266 | #cmakedefine HAVE_IF_NAMETOINDEX 1
|
---|
267 |
|
---|
268 | /* Define to 1 if you have the `getpwuid' function. */
|
---|
269 | #cmakedefine HAVE_GETPWUID 1
|
---|
270 |
|
---|
271 | /* Define to 1 if you have the `getpwuid_r' function. */
|
---|
272 | #cmakedefine HAVE_GETPWUID_R 1
|
---|
273 |
|
---|
274 | /* Define to 1 if you have the `getrlimit' function. */
|
---|
275 | #cmakedefine HAVE_GETRLIMIT 1
|
---|
276 |
|
---|
277 | /* Define to 1 if you have the `gettimeofday' function. */
|
---|
278 | #cmakedefine HAVE_GETTIMEOFDAY 1
|
---|
279 |
|
---|
280 | /* Define to 1 if you have a working glibc-style strerror_r function. */
|
---|
281 | #cmakedefine HAVE_GLIBC_STRERROR_R 1
|
---|
282 |
|
---|
283 | /* Define to 1 if you have a working gmtime_r function. */
|
---|
284 | #cmakedefine HAVE_GMTIME_R 1
|
---|
285 |
|
---|
286 | /* if you have the gssapi libraries */
|
---|
287 | #cmakedefine HAVE_GSSAPI 1
|
---|
288 |
|
---|
289 | /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
|
---|
290 | #cmakedefine HAVE_GSSAPI_GSSAPI_GENERIC_H 1
|
---|
291 |
|
---|
292 | /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
|
---|
293 | #cmakedefine HAVE_GSSAPI_GSSAPI_H 1
|
---|
294 |
|
---|
295 | /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
|
---|
296 | #cmakedefine HAVE_GSSAPI_GSSAPI_KRB5_H 1
|
---|
297 |
|
---|
298 | /* if you have the GNU gssapi libraries */
|
---|
299 | #cmakedefine HAVE_GSSGNU 1
|
---|
300 |
|
---|
301 | /* Define to 1 if you have the `idna_strerror' function. */
|
---|
302 | #cmakedefine HAVE_IDNA_STRERROR 1
|
---|
303 |
|
---|
304 | /* Define to 1 if you have the <ifaddrs.h> header file. */
|
---|
305 | #cmakedefine HAVE_IFADDRS_H 1
|
---|
306 |
|
---|
307 | /* Define to 1 if you have a IPv6 capable working inet_ntop function. */
|
---|
308 | #cmakedefine HAVE_INET_NTOP 1
|
---|
309 |
|
---|
310 | /* Define to 1 if you have a IPv6 capable working inet_pton function. */
|
---|
311 | #cmakedefine HAVE_INET_PTON 1
|
---|
312 |
|
---|
313 | /* Define to 1 if symbol `sa_family_t' exists */
|
---|
314 | #cmakedefine HAVE_SA_FAMILY_T 1
|
---|
315 |
|
---|
316 | /* Define to 1 if symbol `ADDRESS_FAMILY' exists */
|
---|
317 | #cmakedefine HAVE_ADDRESS_FAMILY 1
|
---|
318 |
|
---|
319 | /* Define to 1 if you have the ioctlsocket function. */
|
---|
320 | #cmakedefine HAVE_IOCTLSOCKET 1
|
---|
321 |
|
---|
322 | /* Define to 1 if you have the IoctlSocket camel case function. */
|
---|
323 | #cmakedefine HAVE_IOCTLSOCKET_CAMEL 1
|
---|
324 |
|
---|
325 | /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
|
---|
326 | */
|
---|
327 | #cmakedefine HAVE_IOCTLSOCKET_CAMEL_FIONBIO 1
|
---|
328 |
|
---|
329 | /* Define to 1 if you have a working ioctlsocket FIONBIO function. */
|
---|
330 | #cmakedefine HAVE_IOCTLSOCKET_FIONBIO 1
|
---|
331 |
|
---|
332 | /* Define to 1 if you have a working ioctl FIONBIO function. */
|
---|
333 | #cmakedefine HAVE_IOCTL_FIONBIO 1
|
---|
334 |
|
---|
335 | /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
|
---|
336 | #cmakedefine HAVE_IOCTL_SIOCGIFADDR 1
|
---|
337 |
|
---|
338 | /* Define to 1 if you have the <io.h> header file. */
|
---|
339 | #cmakedefine HAVE_IO_H 1
|
---|
340 |
|
---|
341 | /* Define to 1 if you have the lber.h header file. */
|
---|
342 | #cmakedefine HAVE_LBER_H 1
|
---|
343 |
|
---|
344 | /* Define to 1 if you have the ldap.h header file. */
|
---|
345 | #cmakedefine HAVE_LDAP_H 1
|
---|
346 |
|
---|
347 | /* Use LDAPS implementation */
|
---|
348 | #cmakedefine HAVE_LDAP_SSL 1
|
---|
349 |
|
---|
350 | /* Define to 1 if you have the ldap_ssl.h header file. */
|
---|
351 | #cmakedefine HAVE_LDAP_SSL_H 1
|
---|
352 |
|
---|
353 | /* Define to 1 if you have the `ldap_url_parse' function. */
|
---|
354 | #cmakedefine HAVE_LDAP_URL_PARSE 1
|
---|
355 |
|
---|
356 | /* Define to 1 if you have the <libgen.h> header file. */
|
---|
357 | #cmakedefine HAVE_LIBGEN_H 1
|
---|
358 |
|
---|
359 | /* Define to 1 if you have the `idn2' library (-lidn2). */
|
---|
360 | #cmakedefine HAVE_LIBIDN2 1
|
---|
361 |
|
---|
362 | /* Define to 1 if you have the idn2.h header file. */
|
---|
363 | #cmakedefine HAVE_IDN2_H 1
|
---|
364 |
|
---|
365 | /* Define to 1 if you have the `socket' library (-lsocket). */
|
---|
366 | #cmakedefine HAVE_LIBSOCKET 1
|
---|
367 |
|
---|
368 | /* Define to 1 if you have the `ssh2' library (-lssh2). */
|
---|
369 | #cmakedefine HAVE_LIBSSH2 1
|
---|
370 |
|
---|
371 | /* if zlib is available */
|
---|
372 | #cmakedefine HAVE_LIBZ 1
|
---|
373 |
|
---|
374 | /* if brotli is available */
|
---|
375 | #cmakedefine HAVE_BROTLI 1
|
---|
376 |
|
---|
377 | /* if zstd is available */
|
---|
378 | #cmakedefine HAVE_ZSTD 1
|
---|
379 |
|
---|
380 | /* Define to 1 if you have the <locale.h> header file. */
|
---|
381 | #cmakedefine HAVE_LOCALE_H 1
|
---|
382 |
|
---|
383 | /* Define to 1 if the compiler supports the 'long long' data type. */
|
---|
384 | #cmakedefine HAVE_LONGLONG 1
|
---|
385 |
|
---|
386 | /* Define to 1 if you have the 'suseconds_t' data type. */
|
---|
387 | #cmakedefine HAVE_SUSECONDS_T 1
|
---|
388 |
|
---|
389 | /* Define to 1 if you have the MSG_NOSIGNAL flag. */
|
---|
390 | #cmakedefine HAVE_MSG_NOSIGNAL 1
|
---|
391 |
|
---|
392 | /* Define to 1 if you have the <netdb.h> header file. */
|
---|
393 | #cmakedefine HAVE_NETDB_H 1
|
---|
394 |
|
---|
395 | /* Define to 1 if you have the <netinet/in.h> header file. */
|
---|
396 | #cmakedefine HAVE_NETINET_IN_H 1
|
---|
397 |
|
---|
398 | /* Define to 1 if you have the <netinet/tcp.h> header file. */
|
---|
399 | #cmakedefine HAVE_NETINET_TCP_H 1
|
---|
400 |
|
---|
401 | /* Define to 1 if you have the <netinet/udp.h> header file. */
|
---|
402 | #cmakedefine HAVE_NETINET_UDP_H 1
|
---|
403 |
|
---|
404 | /* Define to 1 if you have the <linux/tcp.h> header file. */
|
---|
405 | #cmakedefine HAVE_LINUX_TCP_H 1
|
---|
406 |
|
---|
407 | /* Define to 1 if you have the <net/if.h> header file. */
|
---|
408 | #cmakedefine HAVE_NET_IF_H 1
|
---|
409 |
|
---|
410 | /* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE */
|
---|
411 | #cmakedefine HAVE_OLD_GSSMIT 1
|
---|
412 |
|
---|
413 | /* Define to 1 if you have the `pipe' function. */
|
---|
414 | #cmakedefine HAVE_PIPE 1
|
---|
415 |
|
---|
416 | /* If you have a fine poll */
|
---|
417 | #cmakedefine HAVE_POLL_FINE 1
|
---|
418 |
|
---|
419 | /* Define to 1 if you have the <poll.h> header file. */
|
---|
420 | #cmakedefine HAVE_POLL_H 1
|
---|
421 |
|
---|
422 | /* Define to 1 if you have a working POSIX-style strerror_r function. */
|
---|
423 | #cmakedefine HAVE_POSIX_STRERROR_R 1
|
---|
424 |
|
---|
425 | /* Define to 1 if you have the <pthread.h> header file */
|
---|
426 | #cmakedefine HAVE_PTHREAD_H 1
|
---|
427 |
|
---|
428 | /* Define to 1 if you have the <pwd.h> header file. */
|
---|
429 | #cmakedefine HAVE_PWD_H 1
|
---|
430 |
|
---|
431 | /* Define to 1 if OpenSSL has the `SSL_set0_wbio` function. */
|
---|
432 | #cmakedefine HAVE_SSL_SET0_WBIO 1
|
---|
433 |
|
---|
434 | /* Define to 1 if you have the recv function. */
|
---|
435 | #cmakedefine HAVE_RECV 1
|
---|
436 |
|
---|
437 | /* Define to 1 if you have the select function. */
|
---|
438 | #cmakedefine HAVE_SELECT 1
|
---|
439 |
|
---|
440 | /* Define to 1 if you have the sched_yield function. */
|
---|
441 | #cmakedefine HAVE_SCHED_YIELD 1
|
---|
442 |
|
---|
443 | /* Define to 1 if you have the send function. */
|
---|
444 | #cmakedefine HAVE_SEND 1
|
---|
445 |
|
---|
446 | /* Define to 1 if you have the sendmsg function. */
|
---|
447 | #cmakedefine HAVE_SENDMSG 1
|
---|
448 |
|
---|
449 | /* Define to 1 if you have the 'fsetxattr' function. */
|
---|
450 | #cmakedefine HAVE_FSETXATTR 1
|
---|
451 |
|
---|
452 | /* fsetxattr() takes 5 args */
|
---|
453 | #cmakedefine HAVE_FSETXATTR_5 1
|
---|
454 |
|
---|
455 | /* fsetxattr() takes 6 args */
|
---|
456 | #cmakedefine HAVE_FSETXATTR_6 1
|
---|
457 |
|
---|
458 | /* Define to 1 if you have the `setlocale' function. */
|
---|
459 | #cmakedefine HAVE_SETLOCALE 1
|
---|
460 |
|
---|
461 | /* Define to 1 if you have the `setmode' function. */
|
---|
462 | #cmakedefine HAVE_SETMODE 1
|
---|
463 |
|
---|
464 | /* Define to 1 if you have the `setrlimit' function. */
|
---|
465 | #cmakedefine HAVE_SETRLIMIT 1
|
---|
466 |
|
---|
467 | /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
|
---|
468 | #cmakedefine HAVE_SETSOCKOPT_SO_NONBLOCK 1
|
---|
469 |
|
---|
470 | /* Define to 1 if you have the sigaction function. */
|
---|
471 | #cmakedefine HAVE_SIGACTION 1
|
---|
472 |
|
---|
473 | /* Define to 1 if you have the siginterrupt function. */
|
---|
474 | #cmakedefine HAVE_SIGINTERRUPT 1
|
---|
475 |
|
---|
476 | /* Define to 1 if you have the signal function. */
|
---|
477 | #cmakedefine HAVE_SIGNAL 1
|
---|
478 |
|
---|
479 | /* Define to 1 if you have the sigsetjmp function or macro. */
|
---|
480 | #cmakedefine HAVE_SIGSETJMP 1
|
---|
481 |
|
---|
482 | /* Define to 1 if you have the `snprintf' function. */
|
---|
483 | #cmakedefine HAVE_SNPRINTF 1
|
---|
484 |
|
---|
485 | /* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */
|
---|
486 | #cmakedefine HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
|
---|
487 |
|
---|
488 | /* Define to 1 if you have the `socket' function. */
|
---|
489 | #cmakedefine HAVE_SOCKET 1
|
---|
490 |
|
---|
491 | /* Define to 1 if you have the socketpair function. */
|
---|
492 | #cmakedefine HAVE_SOCKETPAIR 1
|
---|
493 |
|
---|
494 | /* Define to 1 if you have the <stdatomic.h> header file. */
|
---|
495 | #cmakedefine HAVE_STDATOMIC_H 1
|
---|
496 |
|
---|
497 | /* Define to 1 if you have the <stdbool.h> header file. */
|
---|
498 | #cmakedefine HAVE_STDBOOL_H 1
|
---|
499 |
|
---|
500 | /* Define to 1 if you have the strcasecmp function. */
|
---|
501 | #cmakedefine HAVE_STRCASECMP 1
|
---|
502 |
|
---|
503 | /* Define to 1 if you have the strcmpi function. */
|
---|
504 | #cmakedefine HAVE_STRCMPI 1
|
---|
505 |
|
---|
506 | /* Define to 1 if you have the strdup function. */
|
---|
507 | #cmakedefine HAVE_STRDUP 1
|
---|
508 |
|
---|
509 | /* Define to 1 if you have the strerror_r function. */
|
---|
510 | #cmakedefine HAVE_STRERROR_R 1
|
---|
511 |
|
---|
512 | /* Define to 1 if you have the stricmp function. */
|
---|
513 | #cmakedefine HAVE_STRICMP 1
|
---|
514 |
|
---|
515 | /* Define to 1 if you have the <strings.h> header file. */
|
---|
516 | #cmakedefine HAVE_STRINGS_H 1
|
---|
517 |
|
---|
518 | /* Define to 1 if you have the <stropts.h> header file. */
|
---|
519 | #cmakedefine HAVE_STROPTS_H 1
|
---|
520 |
|
---|
521 | /* Define to 1 if you have the strtok_r function. */
|
---|
522 | #cmakedefine HAVE_STRTOK_R 1
|
---|
523 |
|
---|
524 | /* Define to 1 if you have the strtoll function. */
|
---|
525 | #cmakedefine HAVE_STRTOLL 1
|
---|
526 |
|
---|
527 | /* Define to 1 if you have the memrchr function. */
|
---|
528 | #cmakedefine HAVE_MEMRCHR 1
|
---|
529 |
|
---|
530 | /* if struct sockaddr_storage is defined */
|
---|
531 | #cmakedefine HAVE_STRUCT_SOCKADDR_STORAGE 1
|
---|
532 |
|
---|
533 | /* Define to 1 if you have the timeval struct. */
|
---|
534 | #cmakedefine HAVE_STRUCT_TIMEVAL 1
|
---|
535 |
|
---|
536 | /* Define to 1 if you have the <sys/filio.h> header file. */
|
---|
537 | #cmakedefine HAVE_SYS_FILIO_H 1
|
---|
538 |
|
---|
539 | /* Define to 1 if you have the <sys/wait.h> header file. */
|
---|
540 | #cmakedefine HAVE_SYS_WAIT_H 1
|
---|
541 |
|
---|
542 | /* Define to 1 if you have the <sys/ioctl.h> header file. */
|
---|
543 | #cmakedefine HAVE_SYS_IOCTL_H 1
|
---|
544 |
|
---|
545 | /* Define to 1 if you have the <sys/param.h> header file. */
|
---|
546 | #cmakedefine HAVE_SYS_PARAM_H 1
|
---|
547 |
|
---|
548 | /* Define to 1 if you have the <sys/poll.h> header file. */
|
---|
549 | #cmakedefine HAVE_SYS_POLL_H 1
|
---|
550 |
|
---|
551 | /* Define to 1 if you have the <sys/resource.h> header file. */
|
---|
552 | #cmakedefine HAVE_SYS_RESOURCE_H 1
|
---|
553 |
|
---|
554 | /* Define to 1 if you have the <sys/select.h> header file. */
|
---|
555 | #cmakedefine HAVE_SYS_SELECT_H 1
|
---|
556 |
|
---|
557 | /* Define to 1 if you have the <sys/socket.h> header file. */
|
---|
558 | #cmakedefine HAVE_SYS_SOCKET_H 1
|
---|
559 |
|
---|
560 | /* Define to 1 if you have the <sys/sockio.h> header file. */
|
---|
561 | #cmakedefine HAVE_SYS_SOCKIO_H 1
|
---|
562 |
|
---|
563 | /* Define to 1 if you have the <sys/stat.h> header file. */
|
---|
564 | #cmakedefine HAVE_SYS_STAT_H 1
|
---|
565 |
|
---|
566 | /* Define to 1 if you have the <sys/time.h> header file. */
|
---|
567 | #cmakedefine HAVE_SYS_TIME_H 1
|
---|
568 |
|
---|
569 | /* Define to 1 if you have the <sys/types.h> header file. */
|
---|
570 | #cmakedefine HAVE_SYS_TYPES_H 1
|
---|
571 |
|
---|
572 | /* Define to 1 if you have the <sys/un.h> header file. */
|
---|
573 | #cmakedefine HAVE_SYS_UN_H 1
|
---|
574 |
|
---|
575 | /* Define to 1 if you have the <sys/utime.h> header file. */
|
---|
576 | #cmakedefine HAVE_SYS_UTIME_H 1
|
---|
577 |
|
---|
578 | /* Define to 1 if you have the <termios.h> header file. */
|
---|
579 | #cmakedefine HAVE_TERMIOS_H 1
|
---|
580 |
|
---|
581 | /* Define to 1 if you have the <termio.h> header file. */
|
---|
582 | #cmakedefine HAVE_TERMIO_H 1
|
---|
583 |
|
---|
584 | /* Define to 1 if you have the <unistd.h> header file. */
|
---|
585 | #cmakedefine HAVE_UNISTD_H 1
|
---|
586 |
|
---|
587 | /* Define to 1 if you have the `utime' function. */
|
---|
588 | #cmakedefine HAVE_UTIME 1
|
---|
589 |
|
---|
590 | /* Define to 1 if you have the `utimes' function. */
|
---|
591 | #cmakedefine HAVE_UTIMES 1
|
---|
592 |
|
---|
593 | /* Define to 1 if you have the <utime.h> header file. */
|
---|
594 | #cmakedefine HAVE_UTIME_H 1
|
---|
595 |
|
---|
596 | /* Define this symbol if your OS supports changing the contents of argv */
|
---|
597 | #cmakedefine HAVE_WRITABLE_ARGV 1
|
---|
598 |
|
---|
599 | /* Define to 1 if you need the lber.h header file even with ldap.h */
|
---|
600 | #cmakedefine NEED_LBER_H 1
|
---|
601 |
|
---|
602 | /* Define to 1 if you need the malloc.h header file even with stdlib.h */
|
---|
603 | #cmakedefine NEED_MALLOC_H 1
|
---|
604 |
|
---|
605 | /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
|
---|
606 | #cmakedefine NEED_REENTRANT 1
|
---|
607 |
|
---|
608 | /* cpu-machine-OS */
|
---|
609 | #cmakedefine OS ${OS}
|
---|
610 |
|
---|
611 | /* Name of package */
|
---|
612 | #cmakedefine PACKAGE ${PACKAGE}
|
---|
613 |
|
---|
614 | /* Define to the address where bug reports for this package should be sent. */
|
---|
615 | #cmakedefine PACKAGE_BUGREPORT ${PACKAGE_BUGREPORT}
|
---|
616 |
|
---|
617 | /* Define to the full name of this package. */
|
---|
618 | #cmakedefine PACKAGE_NAME ${PACKAGE_NAME}
|
---|
619 |
|
---|
620 | /* Define to the full name and version of this package. */
|
---|
621 | #cmakedefine PACKAGE_STRING ${PACKAGE_STRING}
|
---|
622 |
|
---|
623 | /* Define to the one symbol short name of this package. */
|
---|
624 | #cmakedefine PACKAGE_TARNAME ${PACKAGE_TARNAME}
|
---|
625 |
|
---|
626 | /* Define to the version of this package. */
|
---|
627 | #cmakedefine PACKAGE_VERSION ${PACKAGE_VERSION}
|
---|
628 |
|
---|
629 | /* a suitable file to read random data from */
|
---|
630 | #cmakedefine RANDOM_FILE "${RANDOM_FILE}"
|
---|
631 |
|
---|
632 | /*
|
---|
633 | Note: SIZEOF_* variables are fetched with CMake through check_type_size().
|
---|
634 | As per CMake documentation on CheckTypeSize, C preprocessor code is
|
---|
635 | generated by CMake into SIZEOF_*_CODE. This is what we use in the
|
---|
636 | following statements.
|
---|
637 |
|
---|
638 | Reference: https://cmake.org/cmake/help/latest/module/CheckTypeSize.html
|
---|
639 | */
|
---|
640 |
|
---|
641 | /* The size of `int', as computed by sizeof. */
|
---|
642 | ${SIZEOF_INT_CODE}
|
---|
643 |
|
---|
644 | /* The size of `long', as computed by sizeof. */
|
---|
645 | ${SIZEOF_LONG_CODE}
|
---|
646 |
|
---|
647 | /* The size of `long long', as computed by sizeof. */
|
---|
648 | ${SIZEOF_LONG_LONG_CODE}
|
---|
649 |
|
---|
650 | /* The size of `off_t', as computed by sizeof. */
|
---|
651 | ${SIZEOF_OFF_T_CODE}
|
---|
652 |
|
---|
653 | /* The size of `curl_off_t', as computed by sizeof. */
|
---|
654 | ${SIZEOF_CURL_OFF_T_CODE}
|
---|
655 |
|
---|
656 | /* The size of `curl_socket_t', as computed by sizeof. */
|
---|
657 | ${SIZEOF_CURL_SOCKET_T_CODE}
|
---|
658 |
|
---|
659 | /* The size of `size_t', as computed by sizeof. */
|
---|
660 | ${SIZEOF_SIZE_T_CODE}
|
---|
661 |
|
---|
662 | /* The size of `time_t', as computed by sizeof. */
|
---|
663 | ${SIZEOF_TIME_T_CODE}
|
---|
664 |
|
---|
665 | /* Define to 1 if you have the ANSI C header files. */
|
---|
666 | #cmakedefine STDC_HEADERS 1
|
---|
667 |
|
---|
668 | /* Define if you want to enable c-ares support */
|
---|
669 | #cmakedefine USE_ARES 1
|
---|
670 |
|
---|
671 | /* Define if you want to enable POSIX threaded DNS lookup */
|
---|
672 | #cmakedefine USE_THREADS_POSIX 1
|
---|
673 |
|
---|
674 | /* Define if you want to enable WIN32 threaded DNS lookup */
|
---|
675 | #cmakedefine USE_THREADS_WIN32 1
|
---|
676 |
|
---|
677 | /* if GnuTLS is enabled */
|
---|
678 | #cmakedefine USE_GNUTLS 1
|
---|
679 |
|
---|
680 | /* if Secure Transport is enabled */
|
---|
681 | #cmakedefine USE_SECTRANSP 1
|
---|
682 |
|
---|
683 | /* if mbedTLS is enabled */
|
---|
684 | #cmakedefine USE_MBEDTLS 1
|
---|
685 |
|
---|
686 | /* if BearSSL is enabled */
|
---|
687 | #cmakedefine USE_BEARSSL 1
|
---|
688 |
|
---|
689 | /* if WolfSSL is enabled */
|
---|
690 | #cmakedefine USE_WOLFSSL 1
|
---|
691 |
|
---|
692 | /* if libSSH is in use */
|
---|
693 | #cmakedefine USE_LIBSSH 1
|
---|
694 |
|
---|
695 | /* if libSSH2 is in use */
|
---|
696 | #cmakedefine USE_LIBSSH2 1
|
---|
697 |
|
---|
698 | /* if libPSL is in use */
|
---|
699 | #cmakedefine USE_LIBPSL 1
|
---|
700 |
|
---|
701 | /* if you want to use OpenLDAP code instead of legacy ldap implementation */
|
---|
702 | #cmakedefine USE_OPENLDAP 1
|
---|
703 |
|
---|
704 | /* if OpenSSL is in use */
|
---|
705 | #cmakedefine USE_OPENSSL 1
|
---|
706 |
|
---|
707 | /* Define to 1 if you don't want the OpenSSL configuration to be loaded
|
---|
708 | automatically */
|
---|
709 | #cmakedefine CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG 1
|
---|
710 |
|
---|
711 | /* to enable NGHTTP2 */
|
---|
712 | #cmakedefine USE_NGHTTP2 1
|
---|
713 |
|
---|
714 | /* to enable NGTCP2 */
|
---|
715 | #cmakedefine USE_NGTCP2 1
|
---|
716 |
|
---|
717 | /* to enable NGHTTP3 */
|
---|
718 | #cmakedefine USE_NGHTTP3 1
|
---|
719 |
|
---|
720 | /* to enable quiche */
|
---|
721 | #cmakedefine USE_QUICHE 1
|
---|
722 |
|
---|
723 | /* to enable openssl + nghttp3 */
|
---|
724 | #cmakedefine USE_OPENSSL_QUIC 1
|
---|
725 |
|
---|
726 | /* Define to 1 if you have the quiche_conn_set_qlog_fd function. */
|
---|
727 | #cmakedefine HAVE_QUICHE_CONN_SET_QLOG_FD 1
|
---|
728 |
|
---|
729 | /* to enable msh3 */
|
---|
730 | #cmakedefine USE_MSH3 1
|
---|
731 |
|
---|
732 | /* if Unix domain sockets are enabled */
|
---|
733 | #cmakedefine USE_UNIX_SOCKETS 1
|
---|
734 |
|
---|
735 | /* Define to 1 if you are building a Windows target with large file support. */
|
---|
736 | #cmakedefine USE_WIN32_LARGE_FILES 1
|
---|
737 |
|
---|
738 | /* to enable SSPI support */
|
---|
739 | #cmakedefine USE_WINDOWS_SSPI 1
|
---|
740 |
|
---|
741 | /* to enable Windows SSL */
|
---|
742 | #cmakedefine USE_SCHANNEL 1
|
---|
743 |
|
---|
744 | /* enable multiple SSL backends */
|
---|
745 | #cmakedefine CURL_WITH_MULTI_SSL 1
|
---|
746 |
|
---|
747 | /* Version number of package */
|
---|
748 | #cmakedefine VERSION ${VERSION}
|
---|
749 |
|
---|
750 | /* Define to 1 if OS is AIX. */
|
---|
751 | #ifndef _ALL_SOURCE
|
---|
752 | # undef _ALL_SOURCE
|
---|
753 | #endif
|
---|
754 |
|
---|
755 | /* Number of bits in a file offset, on hosts where this is settable. */
|
---|
756 | #cmakedefine _FILE_OFFSET_BITS ${_FILE_OFFSET_BITS}
|
---|
757 |
|
---|
758 | /* Define for large files, on AIX-style hosts. */
|
---|
759 | #cmakedefine _LARGE_FILES ${_LARGE_FILES}
|
---|
760 |
|
---|
761 | /* define this if you need it to compile thread-safe code */
|
---|
762 | #cmakedefine _THREAD_SAFE ${_THREAD_SAFE}
|
---|
763 |
|
---|
764 | /* Define to empty if `const' does not conform to ANSI C. */
|
---|
765 | #cmakedefine const ${const}
|
---|
766 |
|
---|
767 | /* Type to use in place of in_addr_t when system does not provide it. */
|
---|
768 | #cmakedefine in_addr_t ${in_addr_t}
|
---|
769 |
|
---|
770 | /* Define to `__inline__' or `__inline' if that's what the C compiler
|
---|
771 | calls it, or to nothing if 'inline' is not supported under any name. */
|
---|
772 | #ifndef __cplusplus
|
---|
773 | #undef inline
|
---|
774 | #endif
|
---|
775 |
|
---|
776 | /* Define to `unsigned int' if <sys/types.h> does not define. */
|
---|
777 | #cmakedefine size_t ${size_t}
|
---|
778 |
|
---|
779 | /* the signed version of size_t */
|
---|
780 | #cmakedefine ssize_t ${ssize_t}
|
---|
781 |
|
---|
782 | /* Define to 1 if you have the mach_absolute_time function. */
|
---|
783 | #cmakedefine HAVE_MACH_ABSOLUTE_TIME 1
|
---|
784 |
|
---|
785 | /* to enable Windows IDN */
|
---|
786 | #cmakedefine USE_WIN32_IDN 1
|
---|
787 |
|
---|
788 | /* Define to 1 to enable websocket support. */
|
---|
789 | #cmakedefine USE_WEBSOCKETS 1
|
---|
790 |
|
---|
791 | /* Define to 1 if OpenSSL has the SSL_CTX_set_srp_username function. */
|
---|
792 | #cmakedefine HAVE_OPENSSL_SRP 1
|
---|
793 |
|
---|
794 | /* Define to 1 if GnuTLS has the gnutls_srp_verifier function. */
|
---|
795 | #cmakedefine HAVE_GNUTLS_SRP 1
|
---|
796 |
|
---|
797 | /* Define to 1 to enable TLS-SRP support. */
|
---|
798 | #cmakedefine USE_TLS_SRP 1
|
---|