• 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/* to disable cookies support */
19#undef CURL_DISABLE_COOKIES
20
21/* to disable cryptographic authentication */
22#undef CURL_DISABLE_CRYPTO_AUTH
23
24/* to disable DICT */
25#undef CURL_DISABLE_DICT
26
27/* disable DoH */
28#undef CURL_DISABLE_DOH
29
30/* to disable FILE */
31#undef CURL_DISABLE_FILE
32
33/* to disable FTP */
34#undef CURL_DISABLE_FTP
35
36/* to disable curl_easy_options */
37#undef CURL_DISABLE_GETOPTIONS
38
39/* to disable Gopher */
40#undef CURL_DISABLE_GOPHER
41
42/* to disable HTTP */
43#undef CURL_DISABLE_HTTP
44
45/* disable HTTP authentication */
46#undef CURL_DISABLE_HTTP_AUTH
47
48/* to disable IMAP */
49#undef CURL_DISABLE_IMAP
50
51/* to disable LDAP */
52#undef CURL_DISABLE_LDAP
53
54/* to disable LDAPS */
55#undef CURL_DISABLE_LDAPS
56
57/* to disable --libcurl C code generation option */
58#undef CURL_DISABLE_LIBCURL_OPTION
59
60/* disable mime API */
61#undef CURL_DISABLE_MIME
62
63/* to disable MQTT */
64#undef CURL_DISABLE_MQTT
65
66/* disable netrc parsing */
67#undef CURL_DISABLE_NETRC
68
69/* if the OpenSSL configuration won't be loaded automatically */
70#undef CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG
71
72/* disable date parsing */
73#undef CURL_DISABLE_PARSEDATE
74
75/* to disable POP3 */
76#undef CURL_DISABLE_POP3
77
78/* disable progress-meter */
79#undef CURL_DISABLE_PROGRESS_METER
80
81/* to disable proxies */
82#undef CURL_DISABLE_PROXY
83
84/* to disable RTSP */
85#undef CURL_DISABLE_RTSP
86
87/* disable DNS shuffling */
88#undef CURL_DISABLE_SHUFFLE_DNS
89
90/* to disable SMB/CIFS */
91#undef CURL_DISABLE_SMB
92
93/* to disable SMTP */
94#undef CURL_DISABLE_SMTP
95
96/* to disable socketpair support */
97#undef CURL_DISABLE_SOCKETPAIR
98
99/* to disable TELNET */
100#undef CURL_DISABLE_TELNET
101
102/* to disable TFTP */
103#undef CURL_DISABLE_TFTP
104
105/* to disable verbose strings */
106#undef CURL_DISABLE_VERBOSE_STRINGS
107
108/* Definition to make a library symbol externally visible. */
109#undef CURL_EXTERN_SYMBOL
110
111/* IP address type in sockaddr */
112#undef CURL_SA_FAMILY_T
113
114/* built with multiple SSL backends */
115#undef CURL_WITH_MULTI_SSL
116
117/* enable debug build options */
118#undef DEBUGBUILD
119
120/* your Entropy Gathering Daemon socket pathname */
121#undef EGD_SOCKET
122
123/* Define if you want to enable IPv6 support */
124#undef ENABLE_IPV6
125
126/* Define to the type of arg 2 for gethostname. */
127#undef GETHOSTNAME_TYPE_ARG2
128
129/* Specifies the number of arguments to getservbyport_r */
130#undef GETSERVBYPORT_R_ARGS
131
132/* Specifies the size of the buffer to pass to getservbyport_r */
133#undef GETSERVBYPORT_R_BUFSIZE
134
135/* Define to 1 if you have the alarm function. */
136#undef HAVE_ALARM
137
138/* Define to 1 if you have the <alloca.h> header file. */
139#undef HAVE_ALLOCA_H
140
141/* Define to 1 if you have the <arpa/inet.h> header file. */
142#undef HAVE_ARPA_INET_H
143
144/* Define to 1 if you have the <arpa/tftp.h> header file. */
145#undef HAVE_ARPA_TFTP_H
146
147/* Define to 1 if you have the <assert.h> header file. */
148#undef HAVE_ASSERT_H
149
150/* Define to 1 if you have the basename function. */
151#undef HAVE_BASENAME
152
153/* Define to 1 if bool is an available type. */
154#undef HAVE_BOOL_T
155
156/* Define to 1 if using BoringSSL. */
157#undef HAVE_BORINGSSL
158
159/* if BROTLI is in use */
160#undef HAVE_BROTLI
161
162/* Define to 1 if you have the <brotli/decode.h> header file. */
163#undef HAVE_BROTLI_DECODE_H
164
165/* Define to 1 if you have the __builtin_available function. */
166#undef HAVE_BUILTIN_AVAILABLE
167
168/* Define to 1 if you have the clock_gettime function and monotonic timer. */
169#undef HAVE_CLOCK_GETTIME_MONOTONIC
170
171/* Define to 1 if you have the closesocket function. */
172#undef HAVE_CLOSESOCKET
173
174/* Define to 1 if you have the CloseSocket camel case function. */
175#undef HAVE_CLOSESOCKET_CAMEL
176
177/* Define to 1 if you have the connect function. */
178#undef HAVE_CONNECT
179
180/* Define to 1 if you have the <crypto.h> header file. */
181#undef HAVE_CRYPTO_H
182
183/* Define to 1 if you have the declaration of `getpwuid_r', and to 0 if you
184   don't. */
185#undef HAVE_DECL_GETPWUID_R
186
187/* "Set if getpwuid_r() declaration is missing" */
188#undef HAVE_DECL_GETPWUID_R_MISSING
189
190/* Define to 1 if you have the <dlfcn.h> header file. */
191#undef HAVE_DLFCN_H
192
193/* Define to 1 if you have the <errno.h> header file. */
194#undef HAVE_ERRNO_H
195
196/* Define to 1 if you have the <err.h> header file. */
197#undef HAVE_ERR_H
198
199/* Define to 1 if you have the fcntl function. */
200#undef HAVE_FCNTL
201
202/* Define to 1 if you have the <fcntl.h> header file. */
203#undef HAVE_FCNTL_H
204
205/* Define to 1 if you have a working fcntl O_NONBLOCK function. */
206#undef HAVE_FCNTL_O_NONBLOCK
207
208/* Define to 1 if you have the `fnmatch' function. */
209#undef HAVE_FNMATCH
210
211/* Define to 1 if you have the freeaddrinfo function. */
212#undef HAVE_FREEADDRINFO
213
214/* Define to 1 if you have the freeifaddrs function. */
215#undef HAVE_FREEIFADDRS
216
217/* Define to 1 if you have the fsetxattr function. */
218#undef HAVE_FSETXATTR
219
220/* fsetxattr() takes 5 args */
221#undef HAVE_FSETXATTR_5
222
223/* fsetxattr() takes 6 args */
224#undef HAVE_FSETXATTR_6
225
226/* Define to 1 if you have the ftruncate function. */
227#undef HAVE_FTRUNCATE
228
229/* Define to 1 if you have the gai_strerror function. */
230#undef HAVE_GAI_STRERROR
231
232/* Define to 1 if you have a working getaddrinfo function. */
233#undef HAVE_GETADDRINFO
234
235/* Define to 1 if the getaddrinfo function is threadsafe. */
236#undef HAVE_GETADDRINFO_THREADSAFE
237
238/* Define to 1 if you have the `geteuid' function. */
239#undef HAVE_GETEUID
240
241/* Define to 1 if you have the gethostbyaddr function. */
242#undef HAVE_GETHOSTBYADDR
243
244/* Define to 1 if you have the gethostbyaddr_r function. */
245#undef HAVE_GETHOSTBYADDR_R
246
247/* gethostbyaddr_r() takes 5 args */
248#undef HAVE_GETHOSTBYADDR_R_5
249
250/* gethostbyaddr_r() takes 7 args */
251#undef HAVE_GETHOSTBYADDR_R_7
252
253/* gethostbyaddr_r() takes 8 args */
254#undef HAVE_GETHOSTBYADDR_R_8
255
256/* Define to 1 if you have the gethostbyname function. */
257#undef HAVE_GETHOSTBYNAME
258
259/* Define to 1 if you have the gethostbyname_r function. */
260#undef HAVE_GETHOSTBYNAME_R
261
262/* gethostbyname_r() takes 3 args */
263#undef HAVE_GETHOSTBYNAME_R_3
264
265/* gethostbyname_r() takes 5 args */
266#undef HAVE_GETHOSTBYNAME_R_5
267
268/* gethostbyname_r() takes 6 args */
269#undef HAVE_GETHOSTBYNAME_R_6
270
271/* Define to 1 if you have the gethostname function. */
272#undef HAVE_GETHOSTNAME
273
274/* Define to 1 if you have a working getifaddrs function. */
275#undef HAVE_GETIFADDRS
276
277/* Define to 1 if you have the `getpass_r' function. */
278#undef HAVE_GETPASS_R
279
280/* Define to 1 if you have the getpeername function. */
281#undef HAVE_GETPEERNAME
282
283/* Define to 1 if you have the `getppid' function. */
284#undef HAVE_GETPPID
285
286/* Define to 1 if you have the `getpwuid' function. */
287#undef HAVE_GETPWUID
288
289/* Define to 1 if you have the `getpwuid_r' function. */
290#undef HAVE_GETPWUID_R
291
292/* Define to 1 if you have the `getrlimit' function. */
293#undef HAVE_GETRLIMIT
294
295/* Define to 1 if you have the getservbyport_r function. */
296#undef HAVE_GETSERVBYPORT_R
297
298/* Define to 1 if you have the getsockname function. */
299#undef HAVE_GETSOCKNAME
300
301/* Define to 1 if you have the `gettimeofday' function. */
302#undef HAVE_GETTIMEOFDAY
303
304/* Define to 1 if you have a working glibc-style strerror_r function. */
305#undef HAVE_GLIBC_STRERROR_R
306
307/* Define to 1 if you have a working gmtime_r function. */
308#undef HAVE_GMTIME_R
309
310/* if you have the function gnutls_srp_verifier */
311#undef HAVE_GNUTLS_SRP
312
313/* if you have GSS-API libraries */
314#undef HAVE_GSSAPI
315
316/* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
317#undef HAVE_GSSAPI_GSSAPI_GENERIC_H
318
319/* Define to 1 if you have the <gssapi/gssapi.h> header file. */
320#undef HAVE_GSSAPI_GSSAPI_H
321
322/* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
323#undef HAVE_GSSAPI_GSSAPI_KRB5_H
324
325/* if you have GNU GSS */
326#undef HAVE_GSSGNU
327
328/* if you have Heimdal */
329#undef HAVE_GSSHEIMDAL
330
331/* if you have MIT Kerberos */
332#undef HAVE_GSSMIT
333
334/* Define to 1 if you have the <idn2.h> header file. */
335#undef HAVE_IDN2_H
336
337/* Define to 1 if you have the <ifaddrs.h> header file. */
338#undef HAVE_IFADDRS_H
339
340/* Define to 1 if you have the `if_nametoindex' function. */
341#undef HAVE_IF_NAMETOINDEX
342
343/* Define to 1 if you have the inet_ntoa_r function. */
344#undef HAVE_INET_NTOA_R
345
346/* inet_ntoa_r() takes 2 args */
347#undef HAVE_INET_NTOA_R_2
348
349/* inet_ntoa_r() takes 3 args */
350#undef HAVE_INET_NTOA_R_3
351
352/* Define to 1 if you have a IPv6 capable working inet_ntop function. */
353#undef HAVE_INET_NTOP
354
355/* Define to 1 if you have a IPv6 capable working inet_pton function. */
356#undef HAVE_INET_PTON
357
358/* Define to 1 if you have the <inttypes.h> header file. */
359#undef HAVE_INTTYPES_H
360
361/* Define to 1 if you have the ioctl function. */
362#undef HAVE_IOCTL
363
364/* Define to 1 if you have the ioctlsocket function. */
365#undef HAVE_IOCTLSOCKET
366
367/* Define to 1 if you have the IoctlSocket camel case function. */
368#undef HAVE_IOCTLSOCKET_CAMEL
369
370/* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
371   */
372#undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO
373
374/* Define to 1 if you have a working ioctlsocket FIONBIO function. */
375#undef HAVE_IOCTLSOCKET_FIONBIO
376
377/* Define to 1 if you have a working ioctl FIONBIO function. */
378#undef HAVE_IOCTL_FIONBIO
379
380/* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
381#undef HAVE_IOCTL_SIOCGIFADDR
382
383/* Define to 1 if you have the <io.h> header file. */
384#undef HAVE_IO_H
385
386/* Define to 1 if you have the lber.h header file. */
387#undef HAVE_LBER_H
388
389/* Define to 1 if you have the ldapssl.h header file. */
390#undef HAVE_LDAPSSL_H
391
392/* Define to 1 if you have the ldap.h header file. */
393#undef HAVE_LDAP_H
394
395/* Define to 1 if you have the `ldap_init_fd' function. */
396#undef HAVE_LDAP_INIT_FD
397
398/* Use LDAPS implementation */
399#undef HAVE_LDAP_SSL
400
401/* Define to 1 if you have the ldap_ssl.h header file. */
402#undef HAVE_LDAP_SSL_H
403
404/* Define to 1 if you have the `ldap_url_parse' function. */
405#undef HAVE_LDAP_URL_PARSE
406
407/* Define to 1 if you have the `brotlidec' library (-lbrotlidec). */
408#undef HAVE_LIBBROTLIDEC
409
410/* Define to 1 if you have the <libgen.h> header file. */
411#undef HAVE_LIBGEN_H
412
413/* Define to 1 if you have the `idn2' library (-lidn2). */
414#undef HAVE_LIBIDN2
415
416/* Define to 1 if using libressl. */
417#undef HAVE_LIBRESSL
418
419/* Define to 1 if you have the <librtmp/rtmp.h> header file. */
420#undef HAVE_LIBRTMP_RTMP_H
421
422/* Define to 1 if you have the `ssh' library (-lssh). */
423#undef HAVE_LIBSSH
424
425/* Define to 1 if you have the `ssh2' library (-lssh2). */
426#undef HAVE_LIBSSH2
427
428/* Define to 1 if you have the <libssh2.h> header file. */
429#undef HAVE_LIBSSH2_H
430
431/* Define to 1 if you have the <libssh/libssh.h> header file. */
432#undef HAVE_LIBSSH_LIBSSH_H
433
434/* Define to 1 if you have the `ssl' library (-lssl). */
435#undef HAVE_LIBSSL
436
437/* Define to 1 if you have the `wolfssh' library (-lwolfssh). */
438#undef HAVE_LIBWOLFSSH
439
440/* if zlib is available */
441#undef HAVE_LIBZ
442
443/* Define to 1 if you have the `zstd' library (-lzstd). */
444#undef HAVE_LIBZSTD
445
446/* Define to 1 if you have the <linux/tcp.h> header file. */
447#undef HAVE_LINUX_TCP_H
448
449/* if your compiler supports LL */
450#undef HAVE_LL
451
452/* Define to 1 if you have the <locale.h> header file. */
453#undef HAVE_LOCALE_H
454
455/* Define to 1 if you have a working localtime_r function. */
456#undef HAVE_LOCALTIME_R
457
458/* Define to 1 if the compiler supports the 'long long' data type. */
459#undef HAVE_LONGLONG
460
461/* Define to 1 if you have the `mach_absolute_time' function. */
462#undef HAVE_MACH_ABSOLUTE_TIME
463
464/* Define to 1 if you have the malloc.h header file. */
465#undef HAVE_MALLOC_H
466
467/* Define to 1 if you have the memory.h header file. */
468#undef HAVE_MEMORY_H
469
470/* Define to 1 if you have the memrchr function or macro. */
471#undef HAVE_MEMRCHR
472
473/* Define to 1 if you have the MSG_NOSIGNAL flag. */
474#undef HAVE_MSG_NOSIGNAL
475
476/* Define to 1 if you have the <netdb.h> header file. */
477#undef HAVE_NETDB_H
478
479/* Define to 1 if you have the <netinet/in6.h> header file. */
480#undef HAVE_NETINET_IN6_H
481
482/* Define to 1 if you have the <netinet/in.h> header file. */
483#undef HAVE_NETINET_IN_H
484
485/* Define to 1 if you have the <netinet/tcp.h> header file. */
486#undef HAVE_NETINET_TCP_H
487
488/* Define to 1 if you have the <net/if.h> header file. */
489#undef HAVE_NET_IF_H
490
491/* Define to 1 if you have the <nghttp2/nghttp2.h> header file. */
492#undef HAVE_NGHTTP2_NGHTTP2_H
493
494/* Define to 1 if you have the <nghttp3/nghttp3.h> header file. */
495#undef HAVE_NGHTTP3_NGHTTP3_H
496
497/* Define to 1 if you have the <ngtcp2/ngtcp2_crypto.h> header file. */
498#undef HAVE_NGTCP2_NGTCP2_CRYPTO_H
499
500/* Define to 1 if you have the <ngtcp2/ngtcp2.h> header file. */
501#undef HAVE_NGTCP2_NGTCP2_H
502
503/* if you have an old MIT Kerberos version, lacking GSS_C_NT_HOSTBASED_SERVICE
504   */
505#undef HAVE_OLD_GSSMIT
506
507/* Define to 1 if using OpenSSL 3 or later. */
508#undef HAVE_OPENSSL3
509
510/* Define to 1 if you have the <openssl/crypto.h> header file. */
511#undef HAVE_OPENSSL_CRYPTO_H
512
513/* Define to 1 if you have the <openssl/err.h> header file. */
514#undef HAVE_OPENSSL_ERR_H
515
516/* Define to 1 if you have the <openssl/pem.h> header file. */
517#undef HAVE_OPENSSL_PEM_H
518
519/* Define to 1 if you have the <openssl/rsa.h> header file. */
520#undef HAVE_OPENSSL_RSA_H
521
522/* if you have the function SRP_Calc_client_key */
523#undef HAVE_OPENSSL_SRP
524
525/* Define to 1 if you have the <openssl/ssl.h> header file. */
526#undef HAVE_OPENSSL_SSL_H
527
528/* Define to 1 if you have the `OpenSSL_version' function. */
529#undef HAVE_OPENSSL_VERSION
530
531/* Define to 1 if you have the <openssl/x509.h> header file. */
532#undef HAVE_OPENSSL_X509_H
533
534/* Define to 1 if you have the <pem.h> header file. */
535#undef HAVE_PEM_H
536
537/* Define to 1 if you have the `pipe' function. */
538#undef HAVE_PIPE
539
540/* if you have the PK11_CreateManagedGenericObject function */
541#undef HAVE_PK11_CREATEMANAGEDGENERICOBJECT
542
543/* Define to 1 if you have a working poll function. */
544#undef HAVE_POLL
545
546/* If you have a fine poll */
547#undef HAVE_POLL_FINE
548
549/* Define to 1 if you have the <poll.h> header file. */
550#undef HAVE_POLL_H
551
552/* Define to 1 if you have a working POSIX-style strerror_r function. */
553#undef HAVE_POSIX_STRERROR_R
554
555/* Define to 1 if you have the <proto/bsdsocket.h> header file. */
556#undef HAVE_PROTO_BSDSOCKET_H
557
558/* if you have <pthread.h> */
559#undef HAVE_PTHREAD_H
560
561/* Define to 1 if you have the <pwd.h> header file. */
562#undef HAVE_PWD_H
563
564/* Define to 1 if you have the `quiche_conn_set_qlog_fd' function. */
565#undef HAVE_QUICHE_CONN_SET_QLOG_FD
566
567/* Define to 1 if you have the <quiche.h> header file. */
568#undef HAVE_QUICHE_H
569
570/* Define to 1 if you have the `RAND_egd' function. */
571#undef HAVE_RAND_EGD
572
573/* Define to 1 if you have the recv function. */
574#undef HAVE_RECV
575
576/* Define to 1 if you have the <rsa.h> header file. */
577#undef HAVE_RSA_H
578
579/* Define to 1 if you have the select function. */
580#undef HAVE_SELECT
581
582/* Define to 1 if you have the send function. */
583#undef HAVE_SEND
584
585/* Define to 1 if you have the <setjmp.h> header file. */
586#undef HAVE_SETJMP_H
587
588/* Define to 1 if you have the `setlocale' function. */
589#undef HAVE_SETLOCALE
590
591/* Define to 1 if you have the `setmode' function. */
592#undef HAVE_SETMODE
593
594/* Define to 1 if you have the `setrlimit' function. */
595#undef HAVE_SETRLIMIT
596
597/* Define to 1 if you have the setsockopt function. */
598#undef HAVE_SETSOCKOPT
599
600/* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
601#undef HAVE_SETSOCKOPT_SO_NONBLOCK
602
603/* Define to 1 if you have the <sgtty.h> header file. */
604#undef HAVE_SGTTY_H
605
606/* Define to 1 if you have the sigaction function. */
607#undef HAVE_SIGACTION
608
609/* Define to 1 if you have the siginterrupt function. */
610#undef HAVE_SIGINTERRUPT
611
612/* Define to 1 if you have the signal function. */
613#undef HAVE_SIGNAL
614
615/* Define to 1 if you have the <signal.h> header file. */
616#undef HAVE_SIGNAL_H
617
618/* Define to 1 if you have the sigsetjmp function or macro. */
619#undef HAVE_SIGSETJMP
620
621/* Define to 1 if sig_atomic_t is an available typedef. */
622#undef HAVE_SIG_ATOMIC_T
623
624/* Define to 1 if sig_atomic_t is already defined as volatile. */
625#undef HAVE_SIG_ATOMIC_T_VOLATILE
626
627/* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */
628#undef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID
629
630/* Define to 1 if you have the socket function. */
631#undef HAVE_SOCKET
632
633/* Define to 1 if you have the socketpair function. */
634#undef HAVE_SOCKETPAIR
635
636/* Define to 1 if you have the <socket.h> header file. */
637#undef HAVE_SOCKET_H
638
639/* Define to 1 if you have the `SSLv2_client_method' function. */
640#undef HAVE_SSLV2_CLIENT_METHOD
641
642/* Define to 1 if you have the `SSL_get_ech_status' function. */
643#undef HAVE_SSL_GET_ECH_STATUS
644
645/* Define to 1 if you have the <ssl.h> header file. */
646#undef HAVE_SSL_H
647
648/* Define to 1 if you have the <stdbool.h> header file. */
649#undef HAVE_STDBOOL_H
650
651/* Define to 1 if you have the <stdint.h> header file. */
652#undef HAVE_STDINT_H
653
654/* Define to 1 if you have the <stdlib.h> header file. */
655#undef HAVE_STDLIB_H
656
657/* Define to 1 if you have the strcasecmp function. */
658#undef HAVE_STRCASECMP
659
660/* Define to 1 if you have the strcmpi function. */
661#undef HAVE_STRCMPI
662
663/* Define to 1 if you have the strdup function. */
664#undef HAVE_STRDUP
665
666/* Define to 1 if you have the strerror_r function. */
667#undef HAVE_STRERROR_R
668
669/* Define to 1 if you have the stricmp function. */
670#undef HAVE_STRICMP
671
672/* Define to 1 if you have the <strings.h> header file. */
673#undef HAVE_STRINGS_H
674
675/* Define to 1 if you have the <string.h> header file. */
676#undef HAVE_STRING_H
677
678/* Define to 1 if you have the strncasecmp function. */
679#undef HAVE_STRNCASECMP
680
681/* Define to 1 if you have the strncmpi function. */
682#undef HAVE_STRNCMPI
683
684/* Define to 1 if you have the strnicmp function. */
685#undef HAVE_STRNICMP
686
687/* Define to 1 if you have the <stropts.h> header file. */
688#undef HAVE_STROPTS_H
689
690/* Define to 1 if you have the strstr function. */
691#undef HAVE_STRSTR
692
693/* Define to 1 if you have the strtok_r function. */
694#undef HAVE_STRTOK_R
695
696/* Define to 1 if you have the strtoll function. */
697#undef HAVE_STRTOLL
698
699/* if struct sockaddr_storage is defined */
700#undef HAVE_STRUCT_SOCKADDR_STORAGE
701
702/* Define to 1 if you have the timeval struct. */
703#undef HAVE_STRUCT_TIMEVAL
704
705/* Define to 1 if suseconds_t is an available type. */
706#undef HAVE_SUSECONDS_T
707
708/* Define to 1 if you have the <sys/filio.h> header file. */
709#undef HAVE_SYS_FILIO_H
710
711/* Define to 1 if you have the <sys/ioctl.h> header file. */
712#undef HAVE_SYS_IOCTL_H
713
714/* Define to 1 if you have the <sys/param.h> header file. */
715#undef HAVE_SYS_PARAM_H
716
717/* Define to 1 if you have the <sys/poll.h> header file. */
718#undef HAVE_SYS_POLL_H
719
720/* Define to 1 if you have the <sys/resource.h> header file. */
721#undef HAVE_SYS_RESOURCE_H
722
723/* Define to 1 if you have the <sys/select.h> header file. */
724#undef HAVE_SYS_SELECT_H
725
726/* Define to 1 if you have the <sys/socket.h> header file. */
727#undef HAVE_SYS_SOCKET_H
728
729/* Define to 1 if you have the <sys/sockio.h> header file. */
730#undef HAVE_SYS_SOCKIO_H
731
732/* Define to 1 if you have the <sys/stat.h> header file. */
733#undef HAVE_SYS_STAT_H
734
735/* Define to 1 if you have the <sys/time.h> header file. */
736#undef HAVE_SYS_TIME_H
737
738/* Define to 1 if you have the <sys/types.h> header file. */
739#undef HAVE_SYS_TYPES_H
740
741/* Define to 1 if you have the <sys/uio.h> header file. */
742#undef HAVE_SYS_UIO_H
743
744/* Define to 1 if you have the <sys/un.h> header file. */
745#undef HAVE_SYS_UN_H
746
747/* Define to 1 if you have the <sys/utime.h> header file. */
748#undef HAVE_SYS_UTIME_H
749
750/* Define to 1 if you have the <sys/wait.h> header file. */
751#undef HAVE_SYS_WAIT_H
752
753/* Define to 1 if you have the <sys/xattr.h> header file. */
754#undef HAVE_SYS_XATTR_H
755
756/* Define to 1 if you have the <termios.h> header file. */
757#undef HAVE_TERMIOS_H
758
759/* Define to 1 if you have the <termio.h> header file. */
760#undef HAVE_TERMIO_H
761
762/* Define to 1 if you have the <time.h> header file. */
763#undef HAVE_TIME_H
764
765/* Define this if time_t is unsigned */
766#undef HAVE_TIME_T_UNSIGNED
767
768/* Define to 1 if you have the <unistd.h> header file. */
769#undef HAVE_UNISTD_H
770
771/* Define to 1 if you have the `usleep' function. */
772#undef HAVE_USLEEP
773
774/* Define to 1 if you have the `utime' function. */
775#undef HAVE_UTIME
776
777/* Define to 1 if you have the `utimes' function. */
778#undef HAVE_UTIMES
779
780/* Define to 1 if you have the <utime.h> header file. */
781#undef HAVE_UTIME_H
782
783/* Define to 1 if compiler supports C99 variadic macro style. */
784#undef HAVE_VARIADIC_MACROS_C99
785
786/* Define to 1 if compiler supports old gcc variadic macro style. */
787#undef HAVE_VARIADIC_MACROS_GCC
788
789/* Define to 1 if you have the winber.h header file. */
790#undef HAVE_WINBER_H
791
792/* Define to 1 if you have the windows.h header file. */
793#undef HAVE_WINDOWS_H
794
795/* Define to 1 if you have the winldap.h header file. */
796#undef HAVE_WINLDAP_H
797
798/* Define to 1 if you have the winsock2.h header file. */
799#undef HAVE_WINSOCK2_H
800
801/* Define to 1 if you have the winsock.h header file. */
802#undef HAVE_WINSOCK_H
803
804/* Define to 1 if you have the <wolfssh/ssh.h> header file. */
805#undef HAVE_WOLFSSH_SSH_H
806
807/* Define to 1 if you have the `wolfSSLv3_client_method' function. */
808#undef HAVE_WOLFSSLV3_CLIENT_METHOD
809
810/* if you have wolfSSL_DES_ecb_encrypt */
811#undef HAVE_WOLFSSL_DES_ECB_ENCRYPT
812
813/* Define to 1 if you have the `wolfSSL_get_peer_certificate' function. */
814#undef HAVE_WOLFSSL_GET_PEER_CERTIFICATE
815
816/* Define to 1 if you have the `wolfSSL_UseALPN' function. */
817#undef HAVE_WOLFSSL_USEALPN
818
819/* Define this symbol if your OS supports changing the contents of argv */
820#undef HAVE_WRITABLE_ARGV
821
822/* Define to 1 if you have the writev function. */
823#undef HAVE_WRITEV
824
825/* Define to 1 if you have the ws2tcpip.h header file. */
826#undef HAVE_WS2TCPIP_H
827
828/* Define to 1 if you have the <x509.h> header file. */
829#undef HAVE_X509_H
830
831/* if you have the zlib.h header file */
832#undef HAVE_ZLIB_H
833
834/* if libzstd is in use */
835#undef HAVE_ZSTD
836
837/* Define to 1 if you have the <zstd.h> header file. */
838#undef HAVE_ZSTD_H
839
840/* Define to the sub-directory where libtool stores uninstalled libraries. */
841#undef LT_OBJDIR
842
843/* Define to 1 if you need the lber.h header file even with ldap.h */
844#undef NEED_LBER_H
845
846/* Define to 1 if you need the malloc.h header file even with stdlib.h */
847#undef NEED_MALLOC_H
848
849/* Define to 1 if you need the memory.h header file even with stdlib.h */
850#undef NEED_MEMORY_H
851
852/* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
853#undef NEED_REENTRANT
854
855/* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
856#undef NEED_THREAD_SAFE
857
858/* Define to enable NTLM delegation to winbind's ntlm_auth helper. */
859#undef NTLM_WB_ENABLED
860
861/* Define absolute filename for winbind's ntlm_auth helper. */
862#undef NTLM_WB_FILE
863
864/* cpu-machine-OS */
865#undef OS
866
867/* Name of package */
868#undef PACKAGE
869
870/* Define to the address where bug reports for this package should be sent. */
871#undef PACKAGE_BUGREPORT
872
873/* Define to the full name of this package. */
874#undef PACKAGE_NAME
875
876/* Define to the full name and version of this package. */
877#undef PACKAGE_STRING
878
879/* Define to the one symbol short name of this package. */
880#undef PACKAGE_TARNAME
881
882/* Define to the home page for this package. */
883#undef PACKAGE_URL
884
885/* Define to the version of this package. */
886#undef PACKAGE_VERSION
887
888/* a suitable file to read random data from */
889#undef RANDOM_FILE
890
891/* Define to the type of arg 1 for recv. */
892#undef RECV_TYPE_ARG1
893
894/* Define to the type of arg 2 for recv. */
895#undef RECV_TYPE_ARG2
896
897/* Define to the type of arg 3 for recv. */
898#undef RECV_TYPE_ARG3
899
900/* Define to the type of arg 4 for recv. */
901#undef RECV_TYPE_ARG4
902
903/* Define to the function return type for recv. */
904#undef RECV_TYPE_RETV
905
906/* Define as the return type of signal handlers (`int' or `void'). */
907#undef RETSIGTYPE
908
909/* Define to the type qualifier of arg 5 for select. */
910#undef SELECT_QUAL_ARG5
911
912/* Define to the type of arg 1 for select. */
913#undef SELECT_TYPE_ARG1
914
915/* Define to the type of args 2, 3 and 4 for select. */
916#undef SELECT_TYPE_ARG234
917
918/* Define to the type of arg 5 for select. */
919#undef SELECT_TYPE_ARG5
920
921/* Define to the function return type for select. */
922#undef SELECT_TYPE_RETV
923
924/* Define to the type qualifier of arg 2 for send. */
925#undef SEND_QUAL_ARG2
926
927/* Define to the type of arg 1 for send. */
928#undef SEND_TYPE_ARG1
929
930/* Define to the type of arg 2 for send. */
931#undef SEND_TYPE_ARG2
932
933/* Define to the type of arg 3 for send. */
934#undef SEND_TYPE_ARG3
935
936/* Define to the type of arg 4 for send. */
937#undef SEND_TYPE_ARG4
938
939/* Define to the function return type for send. */
940#undef SEND_TYPE_RETV
941
942/* The number of bytes in type curl_off_t */
943#undef SIZEOF_CURL_OFF_T
944
945/* The number of bytes in type int */
946#undef SIZEOF_INT
947
948/* The number of bytes in type long */
949#undef SIZEOF_LONG
950
951/* The number of bytes in type long long */
952#undef SIZEOF_LONG_LONG
953
954/* The number of bytes in type off_t */
955#undef SIZEOF_OFF_T
956
957/* The number of bytes in type short */
958#undef SIZEOF_SHORT
959
960/* The number of bytes in type size_t */
961#undef SIZEOF_SIZE_T
962
963/* The number of bytes in type time_t */
964#undef SIZEOF_TIME_T
965
966/* Define to 1 if you have the ANSI C header files. */
967#undef STDC_HEADERS
968
969/* Define to the type of arg 3 for strerror_r. */
970#undef STRERROR_R_TYPE_ARG3
971
972/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
973#undef TIME_WITH_SYS_TIME
974
975/* to enable alt-svc */
976#undef USE_ALTSVC
977
978/* if AmiSSL is in use */
979#undef USE_AMISSL
980
981/* Define to enable c-ares support */
982#undef USE_ARES
983
984/* if BearSSL is enabled */
985#undef USE_BEARSSL
986
987/* if ECH support is available */
988#undef USE_ECH
989
990/* if GnuTLS is enabled */
991#undef USE_GNUTLS
992
993/* if GnuTLS uses nettle as crypto backend */
994#undef USE_GNUTLS_NETTLE
995
996/* PSL support enabled */
997#undef USE_LIBPSL
998
999/* if librtmp is in use */
1000#undef USE_LIBRTMP
1001
1002/* if libSSH is in use */
1003#undef USE_LIBSSH
1004
1005/* if libSSH2 is in use */
1006#undef USE_LIBSSH2
1007
1008/* If you want to build curl with the built-in manual */
1009#undef USE_MANUAL
1010
1011/* if mbedTLS is enabled */
1012#undef USE_MBEDTLS
1013
1014/* if MesaLink is enabled */
1015#undef USE_MESALINK
1016
1017/* Define to enable metalink support */
1018#undef USE_METALINK
1019
1020/* if nghttp2 is in use */
1021#undef USE_NGHTTP2
1022
1023/* if nghttp3 is in use */
1024#undef USE_NGHTTP3
1025
1026/* if ngtcp2 is in use */
1027#undef USE_NGTCP2
1028
1029/* if ngtcp2_crypto_gnutls is in use */
1030#undef USE_NGTCP2_CRYPTO_GNUTLS
1031
1032/* if ngtcp2_crypto_openssl is in use */
1033#undef USE_NGTCP2_CRYPTO_OPENSSL
1034
1035/* if NSS is enabled */
1036#undef USE_NSS
1037
1038/* Use OpenLDAP-specific code */
1039#undef USE_OPENLDAP
1040
1041/* if OpenSSL is in use */
1042#undef USE_OPENSSL
1043
1044/* if quiche is in use */
1045#undef USE_QUICHE
1046
1047/* to enable Windows native SSL/TLS support */
1048#undef USE_SCHANNEL
1049
1050/* enable Secure Transport */
1051#undef USE_SECTRANSP
1052
1053/* if you want POSIX threaded DNS lookup */
1054#undef USE_THREADS_POSIX
1055
1056/* if you want Win32 threaded DNS lookup */
1057#undef USE_THREADS_WIN32
1058
1059/* Use TLS-SRP authentication */
1060#undef USE_TLS_SRP
1061
1062/* Use Unix domain sockets */
1063#undef USE_UNIX_SOCKETS
1064
1065/* Define to 1 if you have the `normaliz' (WinIDN) library (-lnormaliz). */
1066#undef USE_WIN32_IDN
1067
1068/* Define to 1 if you are building a Windows target with large file support.
1069   */
1070#undef USE_WIN32_LARGE_FILES
1071
1072/* Use Windows LDAP implementation */
1073#undef USE_WIN32_LDAP
1074
1075/* Define to 1 if you are building a Windows target without large file
1076   support. */
1077#undef USE_WIN32_SMALL_FILES
1078
1079/* to enable SSPI support */
1080#undef USE_WINDOWS_SSPI
1081
1082/* if wolfSSH is in use */
1083#undef USE_WOLFSSH
1084
1085/* if wolfSSL is enabled */
1086#undef USE_WOLFSSL
1087
1088/* Version number of package */
1089#undef VERSION
1090
1091/* Define to 1 to provide own prototypes. */
1092#undef WANT_IDN_PROTOTYPES
1093
1094/* Define to 1 if OS is AIX. */
1095#ifndef _ALL_SOURCE
1096#  undef _ALL_SOURCE
1097#endif
1098
1099/* Enable large inode numbers on Mac OS X 10.5.  */
1100#ifndef _DARWIN_USE_64_BIT_INODE
1101# define _DARWIN_USE_64_BIT_INODE 1
1102#endif
1103
1104/* Number of bits in a file offset, on hosts where this is settable. */
1105#undef _FILE_OFFSET_BITS
1106
1107/* Define for large files, on AIX-style hosts. */
1108#undef _LARGE_FILES
1109
1110/* Define to empty if `const' does not conform to ANSI C. */
1111#undef const
1112
1113/* Type to use in place of in_addr_t when system does not provide it. */
1114#undef in_addr_t
1115
1116/* Define to `__inline__' or `__inline' if that's what the C compiler
1117   calls it, or to nothing if 'inline' is not supported under any name.  */
1118#ifndef __cplusplus
1119#undef inline
1120#endif
1121
1122/* Define to `unsigned int' if <sys/types.h> does not define. */
1123#undef size_t
1124
1125/* the signed version of size_t */
1126#undef ssize_t
1127