VirtualBox

source: vbox/trunk/src/libs/curl-7.87.0/lib/curl_config.h.in@ 98929

Last change on this file since 98929 was 98326, checked in by vboxsync, 2 years ago

curl-7.87.0: Applied and adjusted our curl changes to 7.83.1. bugref:10356

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

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette