VirtualBox

source: vbox/trunk/src/libs/curl-8.11.1/lib/curl_config.h.in@ 108333

最後變更 在這個檔案從108333是 108048,由 vboxsync 提交於 7 週 前

curl-8.11.1: Applied and adjusted our curl changes to 8.7.1. jiraref:VBP-1535

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

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