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