1/***************************************************************************
2 * _ _ ____ _
3 * Project ___| | | | _ \| |
4 * / __| | | | |_) | |
5 * | (__| |_| | _ <| |___
6 * \___|\___/|_| \_\_____|
7 *
8 * Copyright (C) 1998 - 2021, 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 ***************************************************************************/
22/* lib/curl_config.h.in. Generated somehow by cmake. */
23
24/* when building libcurl itself */
25/* #undef BUILDING_LIBCURL */
26
27/* Location of default ca bundle */
28#define CURL_CA_BUNDLE "/etc/ssl/certs/ca-certificates.crt"
29
30/* define "1" to use built-in ca store of TLS backend */
31/* #undef CURL_CA_FALLBACK */
32
33/* Location of default ca path */
34#define CURL_CA_PATH "/etc/ssl/certs"
35
36/* disables alt-svc */
37/* #undef CURL_DISABLE_ALTSVC */
38
39/* disables cookies support */
40/* #undef CURL_DISABLE_COOKIES */
41
42/* disables cryptographic authentication */
43/* #undef CURL_DISABLE_CRYPTO_AUTH */
44
45/* disables DICT */
46/* #undef CURL_DISABLE_DICT */
47
48/* disables DNS-over-HTTPS */
49/* #undef CURL_DISABLE_DOH */
50
51/* disables FILE */
52/* #undef CURL_DISABLE_FILE */
53
54/* disables FTP */
55/* #undef CURL_DISABLE_FTP */
56
57/* disables GOPHER */
58/* #undef CURL_DISABLE_GOPHER */
59
60/* disables HSTS support */
61/* #undef CURL_DISABLE_HSTS */
62
63/* disables HTTP */
64/* #undef CURL_DISABLE_HTTP */
65
66/* disables IMAP */
67/* #undef CURL_DISABLE_IMAP */
68
69/* disables LDAP */
70#define CURL_DISABLE_LDAP 1
71
72/* disables LDAPS */
73#define CURL_DISABLE_LDAPS 1
74
75/* disables --libcurl option from the curl tool */
76/* #undef CURL_DISABLE_LIBCURL_OPTION */
77
78/* disables MIME support */
79/* #undef CURL_DISABLE_MIME */
80
81/* disables MQTT */
82/* #undef CURL_DISABLE_MQTT */
83
84/* disables netrc parser */
85/* #undef CURL_DISABLE_NETRC */
86
87/* disables NTLM support */
88/* #undef CURL_DISABLE_NTLM */
89
90/* disables date parsing */
91/* #undef CURL_DISABLE_PARSEDATE */
92
93/* disables POP3 */
94/* #undef CURL_DISABLE_POP3 */
95
96/* disables built-in progress meter */
97/* #undef CURL_DISABLE_PROGRESS_METER */
98
99/* disables proxies */
100/* #undef CURL_DISABLE_PROXY */
101
102/* disables RTSP */
103/* #undef CURL_DISABLE_RTSP */
104
105/* disables SMB */
106/* #undef CURL_DISABLE_SMB */
107
108/* disables SMTP */
109/* #undef CURL_DISABLE_SMTP */
110
111/* disables use of socketpair for curl_multi_poll */
112/* #undef CURL_DISABLE_SOCKETPAIR */
113
114/* disables TELNET */
115/* #undef CURL_DISABLE_TELNET */
116
117/* disables TFTP */
118/* #undef CURL_DISABLE_TFTP */
119
120/* disables verbose strings */
121/* #undef CURL_DISABLE_VERBOSE_STRINGS */
122
123/* to make a symbol visible */
124#define CURL_EXTERN_SYMBOL __attribute__ ((__visibility__ ("default")))
125/* Ensure using CURL_EXTERN_SYMBOL is possible */
126#ifndef CURL_EXTERN_SYMBOL
127#define CURL_EXTERN_SYMBOL
128#endif
129
130/* Allow SMB to work on Windows */
131/* #undef USE_WIN32_CRYPTO */
132
133/* Use Windows LDAP implementation */
134/* #undef USE_WIN32_LDAP */
135
136/* when not building a shared library */
137#define CURL_STATICLIB 1
138
139/* your Entropy Gathering Daemon socket pathname */
140/* #undef EGD_SOCKET */
141
142/* Define if you want to enable IPv6 support */
143#define ENABLE_IPV6 1
144
145/* Define to 1 if you have the alarm function. */
146#define HAVE_ALARM 1
147
148/* Define to 1 if you have the <alloca.h> header file. */
149#define HAVE_ALLOCA_H 1
150
151/* Define to 1 if you have the <arpa/inet.h> header file. */
152#define HAVE_ARPA_INET_H 1
153
154/* Define to 1 if you have the <arpa/tftp.h> header file. */
155#define HAVE_ARPA_TFTP_H 1
156
157/* Define to 1 if you have the <assert.h> header file. */
158#define HAVE_ASSERT_H 1
159
160/* Define to 1 if you have the `basename' function. */
161#define HAVE_BASENAME 1
162
163/* Define to 1 if bool is an available type. */
164#define HAVE_BOOL_T 1
165
166/* Define to 1 if you have the __builtin_available function. */
167#define HAVE_BUILTIN_AVAILABLE 1
168
169/* Define to 1 if you have the clock_gettime function and monotonic timer. */
170#define HAVE_CLOCK_GETTIME_MONOTONIC 1
171
172/* Define to 1 if you have the `closesocket' function. */
173/* #undef HAVE_CLOSESOCKET */
174
175/* Define to 1 if you have the `CRYPTO_cleanup_all_ex_data' function. */
176/* #undef HAVE_CRYPTO_CLEANUP_ALL_EX_DATA */
177
178/* Define to 1 if you have the <dlfcn.h> header file. */
179#define HAVE_DLFCN_H 1
180
181/* Define to 1 if you have the <errno.h> header file. */
182#define HAVE_ERRNO_H 1
183
184/* Define to 1 if you have the fcntl function. */
185#define HAVE_FCNTL 1
186
187/* Define to 1 if you have the <fcntl.h> header file. */
188#define HAVE_FCNTL_H 1
189
190/* Define to 1 if you have a working fcntl O_NONBLOCK function. */
191#define HAVE_FCNTL_O_NONBLOCK 1
192
193/* Define to 1 if you have the freeaddrinfo function. */
194#define HAVE_FREEADDRINFO 1
195
196/* Define to 1 if you have the ftruncate function. */
197#define HAVE_FTRUNCATE 1
198
199/* Define to 1 if you have a working getaddrinfo function. */
200#define HAVE_GETADDRINFO 1
201
202/* Define to 1 if you have the `geteuid' function. */
203#define HAVE_GETEUID 1
204
205/* Define to 1 if you have the `getppid' function. */
206#define HAVE_GETPPID 1
207
208/* Define to 1 if you have the gethostbyname function. */
209#define HAVE_GETHOSTBYNAME 1
210
211/* Define to 1 if you have the gethostbyname_r function. */
212#define HAVE_GETHOSTBYNAME_R 1
213
214/* gethostbyname_r() takes 3 args */
215/* #undef HAVE_GETHOSTBYNAME_R_3 */
216
217/* gethostbyname_r() takes 5 args */
218/* #undef HAVE_GETHOSTBYNAME_R_5 */
219
220/* gethostbyname_r() takes 6 args */
221#define HAVE_GETHOSTBYNAME_R_6 1
222
223/* Define to 1 if you have the gethostname function. */
224#define HAVE_GETHOSTNAME 1
225
226/* Define to 1 if you have a working getifaddrs function. */
227/* #undef HAVE_GETIFADDRS */
228
229/* Define to 1 if you have the `getpass_r' function. */
230/* #undef HAVE_GETPASS_R */
231
232/* Define to 1 if you have the `getppid' function. */
233#define HAVE_GETPPID 1
234
235/* Define to 1 if you have the `getprotobyname' function. */
236#define HAVE_GETPROTOBYNAME 1
237
238/* Define to 1 if you have the `getpeername' function. */
239#define HAVE_GETPEERNAME 1
240
241/* Define to 1 if you have the `getsockname' function. */
242#define HAVE_GETSOCKNAME 1
243
244/* Define to 1 if you have the `if_nametoindex' function. */
245#define HAVE_IF_NAMETOINDEX 1
246
247/* Define to 1 if you have the `getpwuid' function. */
248#define HAVE_GETPWUID 1
249
250/* Define to 1 if you have the `getpwuid_r' function. */
251#define HAVE_GETPWUID_R 1
252
253/* Define to 1 if you have the `getrlimit' function. */
254#define HAVE_GETRLIMIT 1
255
256/* Define to 1 if you have the `gettimeofday' function. */
257#define HAVE_GETTIMEOFDAY 1
258
259/* Define to 1 if you have a working glibc-style strerror_r function. */
260/* #undef HAVE_GLIBC_STRERROR_R */
261
262/* Define to 1 if you have a working gmtime_r function. */
263#define HAVE_GMTIME_R 1
264
265/* if you have the gssapi libraries */
266/* #undef HAVE_GSSAPI */
267
268/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
269/* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
270
271/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
272/* #undef HAVE_GSSAPI_GSSAPI_H */
273
274/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
275/* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
276
277/* if you have the GNU gssapi libraries */
278/* #undef HAVE_GSSGNU */
279
280/* if you have the Heimdal gssapi libraries */
281/* #undef HAVE_GSSHEIMDAL */
282
283/* if you have the MIT gssapi libraries */
284/* #undef HAVE_GSSMIT */
285
286/* Define to 1 if you have the `idna_strerror' function. */
287/* #undef HAVE_IDNA_STRERROR */
288
289/* Define to 1 if you have the `idn_free' function. */
290/* #undef HAVE_IDN_FREE */
291
292/* Define to 1 if you have the <idn-free.h> header file. */
293/* #undef HAVE_IDN_FREE_H */
294
295/* Define to 1 if you have the <ifaddrs.h> header file. */
296#define HAVE_IFADDRS_H 1
297
298/* Define to 1 if you have the `inet_addr' function. */
299#define HAVE_INET_ADDR 1
300
301/* Define to 1 if you have a IPv6 capable working inet_ntop function. */
302/* #undef HAVE_INET_NTOP */
303
304/* Define to 1 if you have a IPv6 capable working inet_pton function. */
305#define HAVE_INET_PTON 1
306
307/* Define to 1 if symbol `sa_family_t' exists */
308#define HAVE_SA_FAMILY_T 1
309
310/* Define to 1 if symbol `ADDRESS_FAMILY' exists */
311/* #undef HAVE_ADDRESS_FAMILY */
312
313/* Define to 1 if you have the <inttypes.h> header file. */
314#define HAVE_INTTYPES_H 1
315
316/* Define to 1 if you have the ioctl function. */
317#define HAVE_IOCTL 1
318
319/* Define to 1 if you have the ioctlsocket function. */
320/* #undef HAVE_IOCTLSOCKET */
321
322/* Define to 1 if you have the IoctlSocket camel case function. */
323/* #undef HAVE_IOCTLSOCKET_CAMEL */
324
325/* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
326 */
327/* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */
328
329/* Define to 1 if you have a working ioctlsocket FIONBIO function. */
330/* #undef HAVE_IOCTLSOCKET_FIONBIO */
331
332/* Define to 1 if you have a working ioctl FIONBIO function. */
333#define HAVE_IOCTL_FIONBIO 1
334
335/* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
336#define HAVE_IOCTL_SIOCGIFADDR 1
337
338/* Define to 1 if you have the <io.h> header file. */
339/* #undef HAVE_IO_H */
340
341/* if you have the Kerberos4 libraries (including -ldes) */
342/* #undef HAVE_KRB4 */
343
344/* Define to 1 if you have the `krb_get_our_ip_for_realm' function. */
345/* #undef HAVE_KRB_GET_OUR_IP_FOR_REALM */
346
347/* Define to 1 if you have the <krb.h> header file. */
348/* #undef HAVE_KRB_H */
349
350/* Define to 1 if you have the lber.h header file. */
351/* #undef HAVE_LBER_H */
352
353/* Define to 1 if you have the ldapssl.h header file. */
354/* #undef HAVE_LDAPSSL_H */
355
356/* Define to 1 if you have the ldap.h header file. */
357/* #undef HAVE_LDAP_H */
358
359/* Use LDAPS implementation */
360/* #undef HAVE_LDAP_SSL */
361
362/* Define to 1 if you have the ldap_ssl.h header file. */
363/* #undef HAVE_LDAP_SSL_H */
364
365/* Define to 1 if you have the `ldap_url_parse' function. */
366#define HAVE_LDAP_URL_PARSE 1
367
368/* Define to 1 if you have the <libgen.h> header file. */
369#define HAVE_LIBGEN_H 1
370
371/* Define to 1 if you have the `idn2' library (-lidn2). */
372/* #undef HAVE_LIBIDN2 */
373
374/* Define to 1 if you have the idn2.h header file. */
375/* #undef HAVE_IDN2_H */
376
377/* Define to 1 if you have the `resolv' library (-lresolv). */
378/* #undef HAVE_LIBRESOLV */
379
380/* Define to 1 if you have the `resolve' library (-lresolve). */
381/* #undef HAVE_LIBRESOLVE */
382
383/* Define to 1 if you have the `socket' library (-lsocket). */
384/* #undef HAVE_LIBSOCKET */
385
386/* Define to 1 if you have the `ssh2' library (-lssh2). */
387/* #undef HAVE_LIBSSH2 */
388
389/* Define to 1 if you have the <libssh2.h> header file. */
390/* #undef HAVE_LIBSSH2_H */
391
392/* Define to 1 if you have the <libssh/libssh.h> header file. */
393/* #undef HAVE_LIBSSH_LIBSSH_H */
394
395/* if zlib is available */
396#define HAVE_LIBZ 1
397
398/* if brotli is available */
399/* #undef HAVE_BROTLI */
400
401/* if zstd is available */
402/* #undef HAVE_ZSTD */
403
404/* if your compiler supports LL */
405#define HAVE_LL 1
406
407/* Define to 1 if you have the <locale.h> header file. */
408#define HAVE_LOCALE_H 1
409
410/* Define to 1 if you have a working localtime_r function. */
411#define HAVE_LOCALTIME_R 1
412
413/* Define to 1 if the compiler supports the 'long long' data type. */
414#define HAVE_LONGLONG 1
415
416/* Define to 1 if you have the malloc.h header file. */
417#define HAVE_MALLOC_H 1
418
419/* Define to 1 if you have the <memory.h> header file. */
420#define HAVE_MEMORY_H 1
421
422/* Define to 1 if you have the MSG_NOSIGNAL flag. */
423#define HAVE_MSG_NOSIGNAL 1
424
425/* Define to 1 if you have the <netdb.h> header file. */
426#define HAVE_NETDB_H 1
427
428/* Define to 1 if you have the <netinet/in.h> header file. */
429#define HAVE_NETINET_IN_H 1
430
431/* Define to 1 if you have the <netinet/tcp.h> header file. */
432#define HAVE_NETINET_TCP_H 1
433
434/* Define to 1 if you have the <linux/tcp.h> header file. */
435#define HAVE_LINUX_TCP_H 1
436
437/* Define to 1 if you have the <net/if.h> header file. */
438#define HAVE_NET_IF_H 1
439
440/* Define to 1 if NI_WITHSCOPEID exists and works. */
441/* #undef HAVE_NI_WITHSCOPEID */
442
443/* if you have an old MIT gssapi library, lacking GSS_C_NT_HOSTBASED_SERVICE */
444/* #undef HAVE_OLD_GSSMIT */
445
446/* Define to 1 if you have the <openssl/crypto.h> header file. */
447/* #undef HAVE_OPENSSL_CRYPTO_H */
448
449/* Define to 1 if you have the <openssl/err.h> header file. */
450/* #undef HAVE_OPENSSL_ERR_H */
451
452/* Define to 1 if you have the <openssl/pem.h> header file. */
453/* #undef HAVE_OPENSSL_PEM_H */
454
455/* Define to 1 if you have the <openssl/pkcs12.h> header file. */
456/* #undef HAVE_OPENSSL_PKCS12_H */
457
458/* Define to 1 if you have the <openssl/rsa.h> header file. */
459/* #undef HAVE_OPENSSL_RSA_H */
460
461/* Define to 1 if you have the <openssl/ssl.h> header file. */
462/* #undef HAVE_OPENSSL_SSL_H */
463
464/* Define to 1 if you have the <openssl/x509.h> header file. */
465/* #undef HAVE_OPENSSL_X509_H */
466
467/* Define to 1 if you have the <pem.h> header file. */
468/* #undef HAVE_PEM_H */
469
470/* Define to 1 if you have the `pipe' function. */
471#define HAVE_PIPE 1
472
473/* Define to 1 if you have a working poll function. */
474#define HAVE_POLL 1
475
476/* If you have a fine poll */
477#define HAVE_POLL_FINE 1
478
479/* Define to 1 if you have the <poll.h> header file. */
480#define HAVE_POLL_H 1
481
482/* Define to 1 if you have a working POSIX-style strerror_r function. */
483#define HAVE_POSIX_STRERROR_R 1
484
485/* Define to 1 if you have the <pthread.h> header file */
486#define HAVE_PTHREAD_H 1
487
488/* Define to 1 if you have the <pwd.h> header file. */
489#define HAVE_PWD_H 1
490
491/* Define to 1 if you have the `RAND_egd' function. */
492/* #undef HAVE_RAND_EGD */
493
494/* Define to 1 if you have the `RAND_screen' function. */
495/* #undef HAVE_RAND_SCREEN */
496
497/* Define to 1 if you have the `RAND_status' function. */
498/* #undef HAVE_RAND_STATUS */
499
500/* Define to 1 if you have the recv function. */
501#define HAVE_RECV 1
502
503/* Define to 1 if you have the recvfrom function. */
504/* #undef HAVE_RECVFROM */
505
506/* Define to 1 if you have the select function. */
507#define HAVE_SELECT 1
508
509/* Define to 1 if you have the send function. */
510#define HAVE_SEND 1
511
512/* Define to 1 if you have the 'fsetxattr' function. */
513#define HAVE_FSETXATTR 1
514
515/* fsetxattr() takes 5 args */
516#define HAVE_FSETXATTR_5 1
517
518/* fsetxattr() takes 6 args */
519/* #undef HAVE_FSETXATTR_6 */
520
521/* Define to 1 if you have the <setjmp.h> header file. */
522#define HAVE_SETJMP_H 1
523
524/* Define to 1 if you have the `setlocale' function. */
525#define HAVE_SETLOCALE 1
526
527/* Define to 1 if you have the `setmode' function. */
528/* #undef HAVE_SETMODE */
529
530/* Define to 1 if you have the `setrlimit' function. */
531#define HAVE_SETRLIMIT 1
532
533/* Define to 1 if you have the setsockopt function. */
534#define HAVE_SETSOCKOPT 1
535
536/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
537/* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
538
539/* Define to 1 if you have the sigaction function. */
540#define HAVE_SIGACTION 1
541
542/* Define to 1 if you have the siginterrupt function. */
543#define HAVE_SIGINTERRUPT 1
544
545/* Define to 1 if you have the signal function. */
546#define HAVE_SIGNAL 1
547
548/* Define to 1 if you have the <signal.h> header file. */
549#define HAVE_SIGNAL_H 1
550
551/* Define to 1 if you have the sigsetjmp function or macro. */
552#define HAVE_SIGSETJMP 1
553
554/* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */
555#define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
556
557/* Define to 1 if you have the `socket' function. */
558#define HAVE_SOCKET 1
559
560/* Define to 1 if you have the <ssl.h> header file. */
561/* #undef HAVE_SSL_H */
562
563/* Define to 1 if you have the <stdbool.h> header file. */
564#define HAVE_STDBOOL_H 1
565
566/* Define to 1 if you have the <stdint.h> header file. */
567#define HAVE_STDINT_H 1
568
569/* Define to 1 if you have the <stdio.h> header file. */
570#define HAVE_STDIO_H 1
571
572/* Define to 1 if you have the <stdlib.h> header file. */
573#define HAVE_STDLIB_H 1
574
575/* Define to 1 if you have the strcasecmp function. */
576#define HAVE_STRCASECMP 1
577
578/* Define to 1 if you have the strcasestr function. */
579/* #undef HAVE_STRCASESTR */
580
581/* Define to 1 if you have the strcmpi function. */
582/* #undef HAVE_STRCMPI */
583
584/* Define to 1 if you have the strdup function. */
585#define HAVE_STRDUP 1
586
587/* Define to 1 if you have the strerror_r function. */
588#define HAVE_STRERROR_R 1
589
590/* Define to 1 if you have the stricmp function. */
591/* #undef HAVE_STRICMP */
592
593/* Define to 1 if you have the <strings.h> header file. */
594#define HAVE_STRINGS_H 1
595
596/* Define to 1 if you have the <string.h> header file. */
597#define HAVE_STRING_H 1
598
599/* Define to 1 if you have the strncmpi function. */
600/* #undef HAVE_STRNCMPI */
601
602/* Define to 1 if you have the strnicmp function. */
603/* #undef HAVE_STRNICMP */
604
605/* Define to 1 if you have the <stropts.h> header file. */
606/* #undef HAVE_STROPTS_H */
607
608/* Define to 1 if you have the strstr function. */
609#define HAVE_STRSTR 1
610
611/* Define to 1 if you have the strtok_r function. */
612#define HAVE_STRTOK_R 1
613
614/* Define to 1 if you have the strtoll function. */
615#define HAVE_STRTOLL 1
616
617/* if struct sockaddr_storage is defined */
618#define HAVE_STRUCT_SOCKADDR_STORAGE 1
619
620/* Define to 1 if you have the timeval struct. */
621#define HAVE_STRUCT_TIMEVAL 1
622
623/* Define to 1 if you have the <sys/filio.h> header file. */
624/* #undef HAVE_SYS_FILIO_H */
625
626/* Define to 1 if you have the <sys/ioctl.h> header file. */
627#define HAVE_SYS_IOCTL_H 1
628
629/* Define to 1 if you have the <sys/param.h> header file. */
630#define HAVE_SYS_PARAM_H 1
631
632/* Define to 1 if you have the <sys/poll.h> header file. */
633#define HAVE_SYS_POLL_H 1
634
635/* Define to 1 if you have the <sys/resource.h> header file. */
636#define HAVE_SYS_RESOURCE_H 1
637
638/* Define to 1 if you have the <sys/select.h> header file. */
639#define HAVE_SYS_SELECT_H 1
640
641/* Define to 1 if you have the <sys/socket.h> header file. */
642#define HAVE_SYS_SOCKET_H 1
643
644/* Define to 1 if you have the <sys/sockio.h> header file. */
645/* #undef HAVE_SYS_SOCKIO_H */
646
647/* Define to 1 if you have the <sys/stat.h> header file. */
648#define HAVE_SYS_STAT_H 1
649
650/* Define to 1 if you have the <sys/time.h> header file. */
651#define HAVE_SYS_TIME_H 1
652
653/* Define to 1 if you have the <sys/types.h> header file. */
654#define HAVE_SYS_TYPES_H 1
655
656/* Define to 1 if you have the <sys/uio.h> header file. */
657#define HAVE_SYS_UIO_H 1
658
659/* Define to 1 if you have the <sys/un.h> header file. */
660#define HAVE_SYS_UN_H 1
661
662/* Define to 1 if you have the <sys/utime.h> header file. */
663/* #undef HAVE_SYS_UTIME_H */
664
665/* Define to 1 if you have the <termios.h> header file. */
666#define HAVE_TERMIOS_H 1
667
668/* Define to 1 if you have the <termio.h> header file. */
669#define HAVE_TERMIO_H 1
670
671/* Define to 1 if you have the <time.h> header file. */
672#define HAVE_TIME_H 1
673
674/* Define to 1 if you have the <tld.h> header file. */
675/* #undef HAVE_TLD_H */
676
677/* Define to 1 if you have the `tld_strerror' function. */
678/* #undef HAVE_TLD_STRERROR */
679
680/* Define to 1 if you have the `uname' function. */
681#define HAVE_UNAME 1
682
683/* Define to 1 if you have the <unistd.h> header file. */
684#define HAVE_UNISTD_H 1
685
686/* Define to 1 if you have the `utime' function. */
687#define HAVE_UTIME 1
688
689/* Define to 1 if you have the `utimes' function. */
690#define HAVE_UTIMES 1
691
692/* Define to 1 if you have the <utime.h> header file. */
693#define HAVE_UTIME_H 1
694
695/* Define to 1 if compiler supports C99 variadic macro style. */
696#define HAVE_VARIADIC_MACROS_C99 1
697
698/* Define to 1 if compiler supports old gcc variadic macro style. */
699#define HAVE_VARIADIC_MACROS_GCC 1
700
701/* Define to 1 if you have the winber.h header file. */
702/* #undef HAVE_WINBER_H */
703
704/* Define to 1 if you have the windows.h header file. */
705/* #undef HAVE_WINDOWS_H */
706
707/* Define to 1 if you have the winldap.h header file. */
708/* #undef HAVE_WINLDAP_H */
709
710/* Define to 1 if you have the winsock2.h header file. */
711/* #undef HAVE_WINSOCK2_H */
712
713/* Define to 1 if you have the winsock.h header file. */
714/* #undef HAVE_WINSOCK_H */
715
716/* Define this symbol if your OS supports changing the contents of argv */
717/* #undef HAVE_WRITABLE_ARGV */
718
719/* Define to 1 if you have the writev function. */
720/* #undef HAVE_WRITEV */
721
722/* Define to 1 if you have the ws2tcpip.h header file. */
723/* #undef HAVE_WS2TCPIP_H */
724
725/* Define to 1 if you have the <x509.h> header file. */
726/* #undef HAVE_X509_H */
727
728/* Define if you have the <process.h> header file. */
729/* #undef HAVE_PROCESS_H */
730
731/* if you have the zlib.h header file */
732#define HAVE_ZLIB_H 1
733
734/* Define to the sub-directory in which libtool stores uninstalled libraries.
735 */
736/* #undef LT_OBJDIR */
737
738/* If you lack a fine basename() prototype */
739/* #undef NEED_BASENAME_PROTO */
740
741/* Define to 1 if you need the lber.h header file even with ldap.h */
742/* #undef NEED_LBER_H */
743
744/* Define to 1 if you need the malloc.h header file even with stdlib.h */
745/* #undef NEED_MALLOC_H */
746
747/* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
748/* #undef NEED_REENTRANT */
749
750/* cpu-machine-OS */
751#define OS "Linux"
752
753/* Name of package */
754/* #undef PACKAGE */
755
756/* Define to the address where bug reports for this package should be sent. */
757/* #undef PACKAGE_BUGREPORT */
758
759/* Define to the full name of this package. */
760/* #undef PACKAGE_NAME */
761
762/* Define to the full name and version of this package. */
763/* #undef PACKAGE_STRING */
764
765/* Define to the one symbol short name of this package. */
766/* #undef PACKAGE_TARNAME */
767
768/* Define to the version of this package. */
769/* #undef PACKAGE_VERSION */
770
771/* a suitable file to read random data from */
772#define RANDOM_FILE "/dev/urandom"
773
774/* Define to the type of arg 1 for recvfrom. */
775/* #undef RECVFROM_TYPE_ARG1 */
776
777/* Define to the type pointed by arg 2 for recvfrom. */
778/* #undef RECVFROM_TYPE_ARG2 */
779
780/* Define to 1 if the type pointed by arg 2 for recvfrom is void. */
781/* #undef RECVFROM_TYPE_ARG2_IS_VOID */
782
783/* Define to the type of arg 3 for recvfrom. */
784/* #undef RECVFROM_TYPE_ARG3 */
785
786/* Define to the type of arg 4 for recvfrom. */
787/* #undef RECVFROM_TYPE_ARG4 */
788
789/* Define to the type pointed by arg 5 for recvfrom. */
790/* #undef RECVFROM_TYPE_ARG5 */
791
792/* Define to 1 if the type pointed by arg 5 for recvfrom is void. */
793/* #undef RECVFROM_TYPE_ARG5_IS_VOID */
794
795/* Define to the type pointed by arg 6 for recvfrom. */
796/* #undef RECVFROM_TYPE_ARG6 */
797
798/* Define to 1 if the type pointed by arg 6 for recvfrom is void. */
799/* #undef RECVFROM_TYPE_ARG6_IS_VOID */
800
801/* Define to the function return type for recvfrom. */
802/* #undef RECVFROM_TYPE_RETV */
803
804/* Define to the type of arg 1 for recv. */
805#define RECV_TYPE_ARG1 int
806
807/* Define to the type of arg 2 for recv. */
808#define RECV_TYPE_ARG2 void *
809
810/* Define to the type of arg 3 for recv. */
811#define RECV_TYPE_ARG3 size_t
812
813/* Define to the type of arg 4 for recv. */
814#define RECV_TYPE_ARG4 int
815
816/* Define to the function return type for recv. */
817#define RECV_TYPE_RETV ssize_t
818
819/* Define to the type qualifier of arg 5 for select. */
820/* #undef SELECT_QUAL_ARG5 */
821
822/* Define to the type of arg 1 for select. */
823/* #undef SELECT_TYPE_ARG1 */
824
825/* Define to the type of args 2, 3 and 4 for select. */
826/* #undef SELECT_TYPE_ARG234 */
827
828/* Define to the type of arg 5 for select. */
829/* #undef SELECT_TYPE_ARG5 */
830
831/* Define to the function return type for select. */
832/* #undef SELECT_TYPE_RETV */
833
834/* Define to the type qualifier of arg 2 for send. */
835#define SEND_QUAL_ARG2 const
836
837/* Define to the type of arg 1 for send. */
838#define SEND_TYPE_ARG1 int
839
840/* Define to the type of arg 2 for send. */
841#define SEND_TYPE_ARG2 void *
842
843/* Define to the type of arg 3 for send. */
844#define SEND_TYPE_ARG3 size_t
845
846/* Define to the type of arg 4 for send. */
847#define SEND_TYPE_ARG4 int
848
849/* Define to the function return type for send. */
850#define SEND_TYPE_RETV ssize_t
851
852/*
853 Note: SIZEOF_* variables are fetched with CMake through check_type_size().
854 As per CMake documentation on CheckTypeSize, C preprocessor code is
855 generated by CMake into SIZEOF_*_CODE. This is what we use in the
856 following statements.
857
858 Reference: https://cmake.org/cmake/help/latest/module/CheckTypeSize.html
859*/
860
861/* The size of `int', as computed by sizeof. */
862#define SIZEOF_INT 4
863
864/* The size of `short', as computed by sizeof. */
865#define SIZEOF_SHORT 2
866
867/* The size of `long', as computed by sizeof. */
868#define SIZEOF_LONG 8
869
870/* The size of `off_t', as computed by sizeof. */
871#define SIZEOF_OFF_T 8
872
873/* The size of `curl_off_t', as computed by sizeof. */
874#define SIZEOF_CURL_OFF_T 8
875
876/* The size of `size_t', as computed by sizeof. */
877#define SIZEOF_SIZE_T 8
878
879/* The size of `time_t', as computed by sizeof. */
880#define SIZEOF_TIME_T 8
881
882/* Define to 1 if you have the ANSI C header files. */
883#define STDC_HEADERS 1
884
885/* Define to the type of arg 3 for strerror_r. */
886/* #undef STRERROR_R_TYPE_ARG3 */
887
888/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
889#define TIME_WITH_SYS_TIME 1
890
891/* Define if you want to enable c-ares support */
892/* #undef USE_ARES */
893
894/* Define if you want to enable POSIX threaded DNS lookup */
895#define USE_THREADS_POSIX 1
896
897/* Define if you want to enable WIN32 threaded DNS lookup */
898/* #undef USE_THREADS_WIN32 */
899
900/* if GnuTLS is enabled */
901/* #undef USE_GNUTLS */
902
903/* if Secure Transport is enabled */
904/* #undef USE_SECTRANSP */
905
906/* if mbedTLS is enabled */
907/* #undef USE_MBEDTLS */
908
909/* if BearSSL is enabled */
910/* #undef USE_BEARSSL */
911
912/* if WolfSSL is enabled */
913/* #undef USE_WOLFSSL */
914
915/* if libSSH is in use */
916/* #undef USE_LIBSSH */
917
918/* if libSSH2 is in use */
919/* #undef USE_LIBSSH2 */
920
921/* If you want to build curl with the built-in manual */
922/* #undef USE_MANUAL */
923
924/* if NSS is enabled */
925/* #undef USE_NSS */
926
927/* if you have the PK11_CreateManagedGenericObject function */
928/* #undef HAVE_PK11_CREATEMANAGEDGENERICOBJECT */
929
930/* if you want to use OpenLDAP code instead of legacy ldap implementation */
931/* #undef USE_OPENLDAP */
932
933/* if OpenSSL is in use */
934/* #undef USE_OPENSSL */
935
936/* Define to 1 if you don't want the OpenSSL configuration to be loaded
937 automatically */
938/* #undef CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG */
939
940/* to enable NGHTTP2 */
941/* #undef USE_NGHTTP2 */
942
943/* to enable NGTCP2 */
944/* #undef USE_NGTCP2 */
945
946/* to enable NGHTTP3 */
947/* #undef USE_NGHTTP3 */
948
949/* to enable quiche */
950/* #undef USE_QUICHE */
951
952/* Define to 1 if you have the quiche_conn_set_qlog_fd function. */
953/* #undef HAVE_QUICHE_CONN_SET_QLOG_FD */
954
955/* if Unix domain sockets are enabled */
956#define USE_UNIX_SOCKETS
957
958/* Define to 1 if you are building a Windows target with large file support. */
959/* #undef USE_WIN32_LARGE_FILES */
960
961/* to enable SSPI support */
962/* #undef USE_WINDOWS_SSPI */
963
964/* to enable Windows SSL */
965/* #undef USE_SCHANNEL */
966
967/* enable multiple SSL backends */
968/* #undef CURL_WITH_MULTI_SSL */
969
970/* Define to 1 if using yaSSL in OpenSSL compatibility mode. */
971/* #undef USE_YASSLEMUL */
972
973/* Version number of package */
974/* #undef VERSION */
975
976/* Define to 1 if OS is AIX. */
977#ifndef _ALL_SOURCE
978# undef _ALL_SOURCE
979#endif
980
981/* Number of bits in a file offset, on hosts where this is settable. */
982#define _FILE_OFFSET_BITS 64
983
984/* Define for large files, on AIX-style hosts. */
985/* #undef _LARGE_FILES */
986
987/* define this if you need it to compile thread-safe code */
988/* #undef _THREAD_SAFE */
989
990/* Define to empty if `const' does not conform to ANSI C. */
991/* #undef const */
992
993/* Type to use in place of in_addr_t when system does not provide it. */
994/* #undef in_addr_t */
995
996/* Define to `__inline__' or `__inline' if that's what the C compiler
997 calls it, or to nothing if 'inline' is not supported under any name. */
998#ifndef __cplusplus
999#undef inline
1000#endif
1001
1002/* Define to `unsigned int' if <sys/types.h> does not define. */
1003/* #undef size_t */
1004
1005/* the signed version of size_t */
1006/* #undef ssize_t */
1007
1008/* Define to 1 if you have the mach_absolute_time function. */
1009/* #undef HAVE_MACH_ABSOLUTE_TIME */
1010
1011/* to enable Windows IDN */
1012/* #undef USE_WIN32_IDN */
1013
1014/* to make the compiler know the prototypes of Windows IDN APIs */
1015/* #undef WANT_IDN_PROTOTYPES */
1016