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