• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/* lib/curl_config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Ignore c-ares deprecation warnings */
4#undef CARES_NO_DEPRECATED
5
6/* to enable curl debug memory tracking */
7#undef CURLDEBUG
8
9/* Location of default ca bundle */
10#undef CURL_CA_BUNDLE
11
12/* define "1" to use built in CA store of SSL library */
13#undef CURL_CA_FALLBACK
14
15/* Location of default ca path */
16#undef CURL_CA_PATH
17
18/* Default SSL backend */
19#undef CURL_DEFAULT_SSL_BACKEND
20
21/* disable alt-svc */
22#undef CURL_DISABLE_ALTSVC
23
24/* to disable AWS sig support */
25#undef CURL_DISABLE_AWS
26
27/* to disable basic authentication */
28#undef CURL_DISABLE_BASIC_AUTH
29
30/* to disable bearer authentication */
31#undef CURL_DISABLE_BEARER_AUTH
32
33/* disable local binding support */
34#undef CURL_DISABLE_BINDLOCAL
35
36/* to disable cookies support */
37#undef CURL_DISABLE_COOKIES
38
39/* to disable DICT */
40#undef CURL_DISABLE_DICT
41
42/* to disable digest authentication */
43#undef CURL_DISABLE_DIGEST_AUTH
44
45/* disable DoH */
46#undef CURL_DISABLE_DOH
47
48/* to disable FILE */
49#undef CURL_DISABLE_FILE
50
51/* disable form API */
52#undef CURL_DISABLE_FORM_API
53
54/* to disable FTP */
55#undef CURL_DISABLE_FTP
56
57/* to disable curl_easy_options */
58#undef CURL_DISABLE_GETOPTIONS
59
60/* to disable Gopher */
61#undef CURL_DISABLE_GOPHER
62
63/* disable headers-api */
64#undef CURL_DISABLE_HEADERS_API
65
66/* disable alt-svc */
67#undef CURL_DISABLE_HSTS
68
69/* to disable HTTP */
70#undef CURL_DISABLE_HTTP
71
72/* disable HTTP authentication */
73#undef CURL_DISABLE_HTTP_AUTH
74
75/* to disable IMAP */
76#undef CURL_DISABLE_IMAP
77
78/* to disable kerberos authentication */
79#undef CURL_DISABLE_KERBEROS_AUTH
80
81/* to disable LDAP */
82#undef CURL_DISABLE_LDAP
83
84/* to disable LDAPS */
85#undef CURL_DISABLE_LDAPS
86
87/* to disable --libcurl C code generation option */
88#undef CURL_DISABLE_LIBCURL_OPTION
89
90/* disable mime API */
91#undef CURL_DISABLE_MIME
92
93/* to disable MQTT */
94#undef CURL_DISABLE_MQTT
95
96/* to disable negotiate authentication */
97#undef CURL_DISABLE_NEGOTIATE_AUTH
98
99/* disable netrc parsing */
100#undef CURL_DISABLE_NETRC
101
102/* to disable NTLM support */
103#undef CURL_DISABLE_NTLM
104
105/* if the OpenSSL configuration won't be loaded automatically */
106#undef CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG
107
108/* disable date parsing */
109#undef CURL_DISABLE_PARSEDATE
110
111/* to disable POP3 */
112#undef CURL_DISABLE_POP3
113
114/* disable progress-meter */
115#undef CURL_DISABLE_PROGRESS_METER
116
117/* to disable proxies */
118#undef CURL_DISABLE_PROXY
119
120/* to disable RTSP */
121#undef CURL_DISABLE_RTSP
122
123/* disable DNS shuffling */
124#undef CURL_DISABLE_SHUFFLE_DNS
125
126/* to disable SMB/CIFS */
127#undef CURL_DISABLE_SMB
128
129/* to disable SMTP */
130#undef CURL_DISABLE_SMTP
131
132/* to disable socketpair support */
133#undef CURL_DISABLE_SOCKETPAIR
134
135/* to disable TELNET */
136#undef CURL_DISABLE_TELNET
137
138/* to disable TFTP */
139#undef CURL_DISABLE_TFTP
140
141/* to disable verbose strings */
142#undef CURL_DISABLE_VERBOSE_STRINGS
143
144/* Definition to make a library symbol externally visible. */
145#undef CURL_EXTERN_SYMBOL
146
147/* IP address type in sockaddr */
148#undef CURL_SA_FAMILY_T
149
150/* built with multiple SSL backends */
151#undef CURL_WITH_MULTI_SSL
152
153/* enable debug build options */
154#undef DEBUGBUILD
155
156/* Define to the type of arg 2 for gethostname. */
157#undef GETHOSTNAME_TYPE_ARG2
158
159/* Define to 1 if you have the alarm function. */
160#undef HAVE_ALARM
161
162/* Define to 1 if you have the `arc4random' function. */
163#undef HAVE_ARC4RANDOM
164
165/* Define to 1 if you have the <arpa/inet.h> header file. */
166#undef HAVE_ARPA_INET_H
167
168/* Define to 1 if you have _Atomic support. */
169#undef HAVE_ATOMIC
170
171/* Define to 1 if you have the basename function. */
172#undef HAVE_BASENAME
173
174/* Define to 1 if bool is an available type. */
175#undef HAVE_BOOL_T
176
177/* if BROTLI is in use */
178#undef HAVE_BROTLI
179
180/* Define to 1 if you have the <brotli/decode.h> header file. */
181#undef HAVE_BROTLI_DECODE_H
182
183/* Define to 1 if you have the __builtin_available function. */
184#undef HAVE_BUILTIN_AVAILABLE
185
186/* Define to 1 if you have the clock_gettime function and monotonic timer. */
187#undef HAVE_CLOCK_GETTIME_MONOTONIC
188
189/* Define to 1 if you have the clock_gettime function and raw monotonic timer.
190   */
191#undef HAVE_CLOCK_GETTIME_MONOTONIC_RAW
192
193/* Define to 1 if you have the closesocket function. */
194#undef HAVE_CLOSESOCKET
195
196/* Define to 1 if you have the CloseSocket camel case function. */
197#undef HAVE_CLOSESOCKET_CAMEL
198
199/* Define to 1 if you have the <crypto.h> header file. */
200#undef HAVE_CRYPTO_H
201
202/* Define to 1 if you have the fseeko declaration */
203#undef HAVE_DECL_FSEEKO
204
205/* Define to 1 if you have the declaration of `getpwuid_r', and to 0 if you
206   don't. */
207#undef HAVE_DECL_GETPWUID_R
208
209/* "Set if getpwuid_r() declaration is missing" */
210#undef HAVE_DECL_GETPWUID_R_MISSING
211
212/* if you have <dirent.h> */
213#undef HAVE_DIRENT_H
214
215/* Define to 1 if you have the <dlfcn.h> header file. */
216#undef HAVE_DLFCN_H
217
218/* Define to 1 if you have the <err.h> header file. */
219#undef HAVE_ERR_H
220
221/* Define to 1 if you have the fcntl function. */
222#undef HAVE_FCNTL
223
224/* Define to 1 if you have the <fcntl.h> header file. */
225#undef HAVE_FCNTL_H
226
227/* Define to 1 if you have a working fcntl O_NONBLOCK function. */
228#undef HAVE_FCNTL_O_NONBLOCK
229
230/* Define to 1 if you have the `fnmatch' function. */
231#undef HAVE_FNMATCH
232
233/* Define to 1 if you have the freeaddrinfo function. */
234#undef HAVE_FREEADDRINFO
235
236/* Define to 1 if you have the `fseeko' function. */
237#undef HAVE_FSEEKO
238
239/* Define to 1 if you have the fsetxattr function. */
240#undef HAVE_FSETXATTR
241
242/* fsetxattr() takes 5 args */
243#undef HAVE_FSETXATTR_5
244
245/* fsetxattr() takes 6 args */
246#undef HAVE_FSETXATTR_6
247
248/* Define to 1 if you have the ftruncate function. */
249#undef HAVE_FTRUNCATE
250
251/* Define to 1 if you have a working getaddrinfo function. */
252#undef HAVE_GETADDRINFO
253
254/* Define to 1 if the getaddrinfo function is threadsafe. */
255#undef HAVE_GETADDRINFO_THREADSAFE
256
257/* Define to 1 if you have the `geteuid' function. */
258#undef HAVE_GETEUID
259
260/* Define to 1 if you have the gethostbyname function. */
261#undef HAVE_GETHOSTBYNAME
262
263/* Define to 1 if you have the gethostbyname_r function. */
264#undef HAVE_GETHOSTBYNAME_R
265
266/* gethostbyname_r() takes 3 args */
267#undef HAVE_GETHOSTBYNAME_R_3
268
269/* gethostbyname_r() takes 5 args */
270#undef HAVE_GETHOSTBYNAME_R_5
271
272/* gethostbyname_r() takes 6 args */
273#undef HAVE_GETHOSTBYNAME_R_6
274
275/* Define to 1 if you have the gethostname function. */
276#undef HAVE_GETHOSTNAME
277
278/* Define to 1 if you have a working getifaddrs function. */
279#undef HAVE_GETIFADDRS
280
281/* Define to 1 if you have the `getpass_r' function. */
282#undef HAVE_GETPASS_R
283
284/* Define to 1 if you have the getpeername function. */
285#undef HAVE_GETPEERNAME
286
287/* Define to 1 if you have the `getppid' function. */
288#undef HAVE_GETPPID
289
290/* Define to 1 if you have the `getpwuid' function. */
291#undef HAVE_GETPWUID
292
293/* Define to 1 if you have the `getpwuid_r' function. */
294#undef HAVE_GETPWUID_R
295
296/* Define to 1 if you have the `getrlimit' function. */
297#undef HAVE_GETRLIMIT
298
299/* Define to 1 if you have the getsockname function. */
300#undef HAVE_GETSOCKNAME
301
302/* Define to 1 if you have the `gettimeofday' function. */
303#undef HAVE_GETTIMEOFDAY
304
305/* Define to 1 if you have a working glibc-style strerror_r function. */
306#undef HAVE_GLIBC_STRERROR_R
307
308/* Define to 1 if you have a working gmtime_r function. */
309#undef HAVE_GMTIME_R
310
311/* if you have the function gnutls_srp_verifier */
312#undef HAVE_GNUTLS_SRP
313
314/* if you have GSS-API libraries */
315#undef HAVE_GSSAPI
316
317/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
318#undef HAVE_GSSAPI_GSSAPI_GENERIC_H
319
320/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
321#undef HAVE_GSSAPI_GSSAPI_H
322
323/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
324#undef HAVE_GSSAPI_GSSAPI_KRB5_H
325
326/* if you have GNU GSS */
327#undef HAVE_GSSGNU
328
329/* Define to 1 if you have the <hyper.h> header file. */
330#undef HAVE_HYPER_H
331
332/* Define to 1 if you have the <idn2.h> header file. */
333#undef HAVE_IDN2_H
334
335/* Define to 1 if you have the <ifaddrs.h> header file. */
336#undef HAVE_IFADDRS_H
337
338/* Define to 1 if you have the `if_nametoindex' function. */
339#undef HAVE_IF_NAMETOINDEX
340
341/* Define to 1 if you have a IPv6 capable working inet_ntop function. */
342#undef HAVE_INET_NTOP
343
344/* Define to 1 if you have a IPv6 capable working inet_pton function. */
345#undef HAVE_INET_PTON
346
347/* Define to 1 if you have the <inttypes.h> header file. */
348#undef HAVE_INTTYPES_H
349
350/* Define to 1 if you have the ioctl function. */
351#undef HAVE_IOCTL
352
353/* Define to 1 if you have the ioctlsocket function. */
354#undef HAVE_IOCTLSOCKET
355
356/* Define to 1 if you have the IoctlSocket camel case function. */
357#undef HAVE_IOCTLSOCKET_CAMEL
358
359/* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
360   */
361#undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO
362
363/* Define to 1 if you have a working ioctlsocket FIONBIO function. */
364#undef HAVE_IOCTLSOCKET_FIONBIO
365
366/* Define to 1 if you have a working ioctl FIONBIO function. */
367#undef HAVE_IOCTL_FIONBIO
368
369/* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
370#undef HAVE_IOCTL_SIOCGIFADDR
371
372/* Define to 1 if you have the <io.h> header file. */
373#undef HAVE_IO_H
374
375/* Define to 1 if you have the lber.h header file. */
376#undef HAVE_LBER_H
377
378/* Define to 1 if you have the ldap.h header file. */
379#undef HAVE_LDAP_H
380
381/* Define to 1 if you have the `ldap_init_fd' function. */
382#undef HAVE_LDAP_INIT_FD
383
384/* Use LDAPS implementation */
385#undef HAVE_LDAP_SSL
386
387/* Define to 1 if you have the ldap_ssl.h header file. */
388#undef HAVE_LDAP_SSL_H
389
390/* Define to 1 if you have the `ldap_url_parse' function. */
391#undef HAVE_LDAP_URL_PARSE
392
393/* Define to 1 if you have the `brotlidec' library (-lbrotlidec). */
394#undef HAVE_LIBBROTLIDEC
395
396/* Define to 1 if you have the <libgen.h> header file. */
397#undef HAVE_LIBGEN_H
398
399/* Define to 1 if you have the `idn2' library (-lidn2). */
400#undef HAVE_LIBIDN2
401
402/* Define to 1 if you have the <libpsl.h> header file. */
403#undef HAVE_LIBPSL_H
404
405/* Define to 1 if using libressl. */
406#undef HAVE_LIBRESSL
407
408/* Define to 1 if you have the <librtmp/rtmp.h> header file. */
409#undef HAVE_LIBRTMP_RTMP_H
410
411/* Define to 1 if you have the `ssh' library (-lssh). */
412#undef HAVE_LIBSSH
413
414/* Define to 1 if you have the `ssh2' library (-lssh2). */
415#undef HAVE_LIBSSH2
416
417/* Define to 1 if you have the `ssl' library (-lssl). */
418#undef HAVE_LIBSSL
419
420/* Define to 1 if you have the `wolfssh' library (-lwolfssh). */
421#undef HAVE_LIBWOLFSSH
422
423/* if zlib is available */
424#undef HAVE_LIBZ
425
426/* Define to 1 if you have the `zstd' library (-lzstd). */
427#undef HAVE_LIBZSTD
428
429/* Define to 1 if you have the <linux/tcp.h> header file. */
430#undef HAVE_LINUX_TCP_H
431
432/* Define to 1 if you have the <locale.h> header file. */
433#undef HAVE_LOCALE_H
434
435/* Define to 1 if the compiler supports the 'long long' data type. */
436#undef HAVE_LONGLONG
437
438/* Define to 1 if you have the `mach_absolute_time' function. */
439#undef HAVE_MACH_ABSOLUTE_TIME
440
441/* Define to 1 if you have the memrchr function or macro. */
442#undef HAVE_MEMRCHR
443
444/* Define to 1 if you have the MSG_NOSIGNAL flag. */
445#undef HAVE_MSG_NOSIGNAL
446
447/* Define to 1 if you have the <msh3.h> header file. */
448#undef HAVE_MSH3_H
449
450/* Define to 1 if you have the <netdb.h> header file. */
451#undef HAVE_NETDB_H
452
453/* Define to 1 if you have the <netinet/in6.h> header file. */
454#undef HAVE_NETINET_IN6_H
455
456/* Define to 1 if you have the <netinet/in.h> header file. */
457#undef HAVE_NETINET_IN_H
458
459/* Define to 1 if you have the <netinet/tcp.h> header file. */
460#undef HAVE_NETINET_TCP_H
461
462/* Define to 1 if you have the <netinet/udp.h> header file. */
463#undef HAVE_NETINET_UDP_H
464
465/* Define to 1 if you have the <net/if.h> header file. */
466#undef HAVE_NET_IF_H
467
468/* Define to 1 if you have the <nghttp2/nghttp2.h> header file. */
469#undef HAVE_NGHTTP2_NGHTTP2_H
470
471/* Define to 1 if you have the <nghttp3/nghttp3.h> header file. */
472#undef HAVE_NGHTTP3_NGHTTP3_H
473
474/* Define to 1 if you have the <ngtcp2/ngtcp2_crypto.h> header file. */
475#undef HAVE_NGTCP2_NGTCP2_CRYPTO_H
476
477/* Define to 1 if you have the <ngtcp2/ngtcp2.h> header file. */
478#undef HAVE_NGTCP2_NGTCP2_H
479
480/* if you have an old MIT Kerberos version, lacking GSS_C_NT_HOSTBASED_SERVICE
481   */
482#undef HAVE_OLD_GSSMIT
483
484/* if you have opendir */
485#undef HAVE_OPENDIR
486
487/* Define to 1 if using OpenSSL 3 or later. */
488#undef HAVE_OPENSSL3
489
490/* Define to 1 if you have the <openssl/crypto.h> header file. */
491#undef HAVE_OPENSSL_CRYPTO_H
492
493/* Define to 1 if you have the <openssl/err.h> header file. */
494#undef HAVE_OPENSSL_ERR_H
495
496/* Define to 1 if you have the <openssl/pem.h> header file. */
497#undef HAVE_OPENSSL_PEM_H
498
499/* if you have the functions OSSL_QUIC_client_method */
500#undef HAVE_OPENSSL_QUIC
501
502/* Define to 1 if you have the <openssl/rsa.h> header file. */
503#undef HAVE_OPENSSL_RSA_H
504
505/* if you have the functions SSL_CTX_set_srp_username and
506   SSL_CTX_set_srp_password */
507#undef HAVE_OPENSSL_SRP
508
509/* Define to 1 if you have the <openssl/ssl.h> header file. */
510#undef HAVE_OPENSSL_SSL_H
511
512/* Define to 1 if you have the <openssl/x509.h> header file. */
513#undef HAVE_OPENSSL_X509_H
514
515/* Define to 1 if you have the <pem.h> header file. */
516#undef HAVE_PEM_H
517
518/* Define to 1 if you have the `pipe' function. */
519#undef HAVE_PIPE
520
521/* If you have a fine poll */
522#undef HAVE_POLL_FINE
523
524/* Define to 1 if you have the <poll.h> header file. */
525#undef HAVE_POLL_H
526
527/* Define to 1 if you have a working POSIX-style strerror_r function. */
528#undef HAVE_POSIX_STRERROR_R
529
530/* Define to 1 if you have the <proto/bsdsocket.h> header file. */
531#undef HAVE_PROTO_BSDSOCKET_H
532
533/* if you have <pthread.h> */
534#undef HAVE_PTHREAD_H
535
536/* Define to 1 if you have the <pwd.h> header file. */
537#undef HAVE_PWD_H
538
539/* Define to 1 if you have the `quiche_conn_set_qlog_fd' function. */
540#undef HAVE_QUICHE_CONN_SET_QLOG_FD
541
542/* Define to 1 if you have the <quiche.h> header file. */
543#undef HAVE_QUICHE_H
544
545/* Define to 1 if you have the recv function. */
546#undef HAVE_RECV
547
548/* Define to 1 if you have the <rsa.h> header file. */
549#undef HAVE_RSA_H
550
551/* Define to 1 if you have the `sched_yield' function. */
552#undef HAVE_SCHED_YIELD
553
554/* Define to 1 if you have the select function. */
555#undef HAVE_SELECT
556
557/* Define to 1 if you have the send function. */
558#undef HAVE_SEND
559
560/* Define to 1 if you have the `sendmsg' function. */
561#undef HAVE_SENDMSG
562
563/* Define to 1 if you have the <setjmp.h> header file. */
564#undef HAVE_SETJMP_H
565
566/* Define to 1 if you have the `setlocale' function. */
567#undef HAVE_SETLOCALE
568
569/* Define to 1 if you have the `setmode' function. */
570#undef HAVE_SETMODE
571
572/* Define to 1 if you have the `setrlimit' function. */
573#undef HAVE_SETRLIMIT
574
575/* Define to 1 if you have the sigaction function. */
576#undef HAVE_SIGACTION
577
578/* Define to 1 if you have the siginterrupt function. */
579#undef HAVE_SIGINTERRUPT
580
581/* Define to 1 if you have the signal function. */
582#undef HAVE_SIGNAL
583
584/* Define to 1 if you have the sigsetjmp function or macro. */
585#undef HAVE_SIGSETJMP
586
587/* Define to 1 if you have the `snprintf' function. */
588#undef HAVE_SNPRINTF
589
590/* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */
591#undef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID
592
593/* Define to 1 if you have the socket function. */
594#undef HAVE_SOCKET
595
596/* Define to 1 if you have the socketpair function. */
597#undef HAVE_SOCKETPAIR
598
599/* Define to 1 if you have the <socket.h> header file. */
600#undef HAVE_SOCKET_H
601
602/* Define to 1 if you have the `SSL_ech_set1_echconfig' function. */
603#undef HAVE_SSL_ECH_SET1_ECHCONFIG
604
605/* Define to 1 if you have the <ssl.h> header file. */
606#undef HAVE_SSL_H
607
608/* Define to 1 if you have the `SSL_set0_wbio' function. */
609#undef HAVE_SSL_SET0_WBIO
610
611/* Define to 1 if you have the `SSL_set1_ech_config_list' function. */
612#undef HAVE_SSL_SET1_ECH_CONFIG_LIST
613
614/* Define to 1 if you have the `SSL_set_quic_use_legacy_codepoint' function.
615   */
616#undef HAVE_SSL_SET_QUIC_USE_LEGACY_CODEPOINT
617
618/* Define to 1 if you have the <stdatomic.h> header file. */
619#undef HAVE_STDATOMIC_H
620
621/* Define to 1 if you have the <stdbool.h> header file. */
622#undef HAVE_STDBOOL_H
623
624/* Define to 1 if you have the <stdint.h> header file. */
625#undef HAVE_STDINT_H
626
627/* Define to 1 if you have the <stdio.h> header file. */
628#undef HAVE_STDIO_H
629
630/* Define to 1 if you have the <stdlib.h> header file. */
631#undef HAVE_STDLIB_H
632
633/* Define to 1 if you have the strcasecmp function. */
634#undef HAVE_STRCASECMP
635
636/* Define to 1 if you have the strcmpi function. */
637#undef HAVE_STRCMPI
638
639/* Define to 1 if you have the strdup function. */
640#undef HAVE_STRDUP
641
642/* Define to 1 if you have the strerror_r function. */
643#undef HAVE_STRERROR_R
644
645/* Define to 1 if you have the stricmp function. */
646#undef HAVE_STRICMP
647
648/* Define to 1 if you have the <strings.h> header file. */
649#undef HAVE_STRINGS_H
650
651/* Define to 1 if you have the <string.h> header file. */
652#undef HAVE_STRING_H
653
654/* Define to 1 if you have the <stropts.h> header file. */
655#undef HAVE_STROPTS_H
656
657/* Define to 1 if you have the strtok_r function. */
658#undef HAVE_STRTOK_R
659
660/* Define to 1 if you have the strtoll function. */
661#undef HAVE_STRTOLL
662
663/* if struct sockaddr_storage is defined */
664#undef HAVE_STRUCT_SOCKADDR_STORAGE
665
666/* Define to 1 if you have the timeval struct. */
667#undef HAVE_STRUCT_TIMEVAL
668
669/* Define to 1 if suseconds_t is an available type. */
670#undef HAVE_SUSECONDS_T
671
672/* Define to 1 if you have the <sys/filio.h> header file. */
673#undef HAVE_SYS_FILIO_H
674
675/* Define to 1 if you have the <sys/ioctl.h> header file. */
676#undef HAVE_SYS_IOCTL_H
677
678/* Define to 1 if you have the <sys/param.h> header file. */
679#undef HAVE_SYS_PARAM_H
680
681/* Define to 1 if you have the <sys/poll.h> header file. */
682#undef HAVE_SYS_POLL_H
683
684/* Define to 1 if you have the <sys/resource.h> header file. */
685#undef HAVE_SYS_RESOURCE_H
686
687/* Define to 1 if you have the <sys/select.h> header file. */
688#undef HAVE_SYS_SELECT_H
689
690/* Define to 1 if you have the <sys/socket.h> header file. */
691#undef HAVE_SYS_SOCKET_H
692
693/* Define to 1 if you have the <sys/sockio.h> header file. */
694#undef HAVE_SYS_SOCKIO_H
695
696/* Define to 1 if you have the <sys/stat.h> header file. */
697#undef HAVE_SYS_STAT_H
698
699/* Define to 1 if you have the <sys/time.h> header file. */
700#undef HAVE_SYS_TIME_H
701
702/* Define to 1 if you have the <sys/types.h> header file. */
703#undef HAVE_SYS_TYPES_H
704
705/* Define to 1 if you have the <sys/un.h> header file. */
706#undef HAVE_SYS_UN_H
707
708/* Define to 1 if you have the <sys/utime.h> header file. */
709#undef HAVE_SYS_UTIME_H
710
711/* Define to 1 if you have the <sys/wait.h> header file. */
712#undef HAVE_SYS_WAIT_H
713
714/* Define to 1 if you have the <sys/xattr.h> header file. */
715#undef HAVE_SYS_XATTR_H
716
717/* Define to 1 if you have the <termios.h> header file. */
718#undef HAVE_TERMIOS_H
719
720/* Define to 1 if you have the <termio.h> header file. */
721#undef HAVE_TERMIO_H
722
723/* Define this if time_t is unsigned */
724#undef HAVE_TIME_T_UNSIGNED
725
726/* Define to 1 if you have the <unistd.h> header file. */
727#undef HAVE_UNISTD_H
728
729/* Define to 1 if you have the `utime' function. */
730#undef HAVE_UTIME
731
732/* Define to 1 if you have the `utimes' function. */
733#undef HAVE_UTIMES
734
735/* Define to 1 if you have the <utime.h> header file. */
736#undef HAVE_UTIME_H
737
738/* Define to 1 if you have the <wolfssh/ssh.h> header file. */
739#undef HAVE_WOLFSSH_SSH_H
740
741/* Define to 1 if you have the `wolfSSL_CTX_GenerateEchConfig' function. */
742#undef HAVE_WOLFSSL_CTX_GENERATEECHCONFIG
743
744/* if you have wolfSSL_DES_ecb_encrypt */
745#undef HAVE_WOLFSSL_DES_ECB_ENCRYPT
746
747/* if you have wolfSSL_BIO_set_shutdown */
748#undef HAVE_WOLFSSL_FULL_BIO
749
750/* Define to 1 if you have the `wolfSSL_get_peer_certificate' function. */
751#undef HAVE_WOLFSSL_GET_PEER_CERTIFICATE
752
753/* Define to 1 if you have the `wolfSSL_UseALPN' function. */
754#undef HAVE_WOLFSSL_USEALPN
755
756/* Define this symbol if your OS supports changing the contents of argv */
757#undef HAVE_WRITABLE_ARGV
758
759/* Define to 1 if you have the <x509.h> header file. */
760#undef HAVE_X509_H
761
762/* if libzstd is in use */
763#undef HAVE_ZSTD
764
765/* Define to 1 if you have the <zstd.h> header file. */
766#undef HAVE_ZSTD_H
767
768/* Define to 1 if you have the `_fseeki64' function. */
769#undef HAVE__FSEEKI64
770
771/* Define to the sub-directory where libtool stores uninstalled libraries. */
772#undef LT_OBJDIR
773
774/* Define to 1 if you need the lber.h header file even with ldap.h */
775#undef NEED_LBER_H
776
777/* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
778#undef NEED_REENTRANT
779
780/* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
781#undef NEED_THREAD_SAFE
782
783/* cpu-machine-OS */
784#undef OS
785
786/* Name of package */
787#undef PACKAGE
788
789/* Define to the address where bug reports for this package should be sent. */
790#undef PACKAGE_BUGREPORT
791
792/* Define to the full name of this package. */
793#undef PACKAGE_NAME
794
795/* Define to the full name and version of this package. */
796#undef PACKAGE_STRING
797
798/* Define to the one symbol short name of this package. */
799#undef PACKAGE_TARNAME
800
801/* Define to the home page for this package. */
802#undef PACKAGE_URL
803
804/* Define to the version of this package. */
805#undef PACKAGE_VERSION
806
807/* a suitable file to read random data from */
808#undef RANDOM_FILE
809
810/* Size of curl_off_t in number of bytes */
811#undef SIZEOF_CURL_OFF_T
812
813/* Size of curl_socket_t in number of bytes */
814#undef SIZEOF_CURL_SOCKET_T
815
816/* Size of int in number of bytes */
817#undef SIZEOF_INT
818
819/* Size of long in number of bytes */
820#undef SIZEOF_LONG
821
822/* Size of long long in number of bytes */
823#undef SIZEOF_LONG_LONG
824
825/* Size of off_t in number of bytes */
826#undef SIZEOF_OFF_T
827
828/* Size of size_t in number of bytes */
829#undef SIZEOF_SIZE_T
830
831/* Size of time_t in number of bytes */
832#undef SIZEOF_TIME_T
833
834/* Define to 1 if all of the C90 standard headers exist (not just the ones
835   required in a freestanding environment). This macro is provided for
836   backward compatibility; new code need not use it. */
837#undef STDC_HEADERS
838
839/* if AmiSSL is in use */
840#undef USE_AMISSL
841
842/* Define to enable c-ares support */
843#undef USE_ARES
844
845/* if BearSSL is enabled */
846#undef USE_BEARSSL
847
848/* if ECH support is available */
849#undef USE_ECH
850
851/* if GnuTLS is enabled */
852#undef USE_GNUTLS
853
854/* GSASL support enabled */
855#undef USE_GSASL
856
857/* force HTTPS RR support for ECH */
858#undef USE_HTTPSRR
859
860/* if hyper is in use */
861#undef USE_HYPER
862
863/* Define if you want to enable IPv6 support */
864#undef USE_IPV6
865
866/* if libpsl is in use */
867#undef USE_LIBPSL
868
869/* if librtmp is in use */
870#undef USE_LIBRTMP
871
872/* if libSSH is in use */
873#undef USE_LIBSSH
874
875/* if libSSH2 is in use */
876#undef USE_LIBSSH2
877
878/* If you want to build curl with the built-in manual */
879#undef USE_MANUAL
880
881/* if mbedTLS is enabled */
882#undef USE_MBEDTLS
883
884/* if msh3 is in use */
885#undef USE_MSH3
886
887/* if nghttp2 is in use */
888#undef USE_NGHTTP2
889
890/* if nghttp3 is in use */
891#undef USE_NGHTTP3
892
893/* if ngtcp2 is in use */
894#undef USE_NGTCP2
895
896/* if ngtcp2_crypto_boringssl is in use */
897#undef USE_NGTCP2_CRYPTO_BORINGSSL
898
899/* if ngtcp2_crypto_gnutls is in use */
900#undef USE_NGTCP2_CRYPTO_GNUTLS
901
902/* if ngtcp2_crypto_quictls is in use */
903#undef USE_NGTCP2_CRYPTO_QUICTLS
904
905/* if ngtcp2_crypto_wolfssl is in use */
906#undef USE_NGTCP2_CRYPTO_WOLFSSL
907
908/* if ngtcp2 + nghttp3 is in use */
909#undef USE_NGTCP2_H3
910
911/* Use OpenLDAP-specific code */
912#undef USE_OPENLDAP
913
914/* if OpenSSL is in use */
915#undef USE_OPENSSL
916
917/* if openssl quic + nghttp3 is in use */
918#undef USE_OPENSSL_H3
919
920/* if openssl QUIC is in use */
921#undef USE_OPENSSL_QUIC
922
923/* if quiche is in use */
924#undef USE_QUICHE
925
926/* if rustls is enabled */
927#undef USE_RUSTLS
928
929/* to enable Windows native SSL/TLS support */
930#undef USE_SCHANNEL
931
932/* enable Secure Transport */
933#undef USE_SECTRANSP
934
935/* if you want POSIX threaded DNS lookup */
936#undef USE_THREADS_POSIX
937
938/* if you want Win32 threaded DNS lookup */
939#undef USE_THREADS_WIN32
940
941/* Use TLS-SRP authentication */
942#undef USE_TLS_SRP
943
944/* Use Unix domain sockets */
945#undef USE_UNIX_SOCKETS
946
947/* enable websockets support */
948#undef USE_WEBSOCKETS
949
950/* Define to 1 if you are building a Windows target with crypto API support.
951   */
952#undef USE_WIN32_CRYPTO
953
954/* Define to 1 if you have the `normaliz' (WinIDN) library (-lnormaliz). */
955#undef USE_WIN32_IDN
956
957/* Define to 1 if you are building a Windows target with large file support.
958   */
959#undef USE_WIN32_LARGE_FILES
960
961/* Use Windows LDAP implementation */
962#undef USE_WIN32_LDAP
963
964/* Define to 1 if you are building a Windows target without large file
965   support. */
966#undef USE_WIN32_SMALL_FILES
967
968/* to enable SSPI support */
969#undef USE_WINDOWS_SSPI
970
971/* if wolfSSH is in use */
972#undef USE_WOLFSSH
973
974/* if wolfSSL is enabled */
975#undef USE_WOLFSSL
976
977/* Version number of package */
978#undef VERSION
979
980/* Define to 1 if OS is AIX. */
981#ifndef _ALL_SOURCE
982#  undef _ALL_SOURCE
983#endif
984
985/* Number of bits in a file offset, on hosts where this is settable. */
986#undef _FILE_OFFSET_BITS
987
988/* Define for large files, on AIX-style hosts. */
989#undef _LARGE_FILES
990
991/* Define to empty if `const' does not conform to ANSI C. */
992#undef const
993
994/* Type to use in place of in_addr_t when system does not provide it. */
995#undef in_addr_t
996
997/* Define to `unsigned int' if <sys/types.h> does not define. */
998#undef size_t
999
1000/* the signed version of size_t */
1001#undef ssize_t
1002