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