VirtualBox

source: vbox/trunk/src/libs/curl-8.7.1/lib/curl_config.h.in@ 106542

最後變更 在這個檔案從106542是 104083,由 vboxsync 提交於 11 月 前

curl-8.7.1: Applied and adjusted our curl changes to 8.4.0. bugref:10639

  • 屬性 svn:eol-style 設為 native
檔案大小: 24.2 KB
 
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 fseeko declaration */
203#undef HAVE_DECL_FSEEKO
204
205/* Define to 1 if you have the declaration of `getpwuid_r', and to 0 if you
206 don't. */
207#undef HAVE_DECL_GETPWUID_R
208
209/* "Set if getpwuid_r() declaration is missing" */
210#undef HAVE_DECL_GETPWUID_R_MISSING
211
212/* Define to 1 if you have the <dlfcn.h> header file. */
213#undef HAVE_DLFCN_H
214
215/* Define to 1 if you have the <err.h> header file. */
216#undef HAVE_ERR_H
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/* Define to 1 if you have the <hyper.h> header file. */
327#undef HAVE_HYPER_H
328
329/* Define to 1 if you have the <idn2.h> header file. */
330#undef HAVE_IDN2_H
331
332/* Define to 1 if you have the <ifaddrs.h> header file. */
333#undef HAVE_IFADDRS_H
334
335/* Define to 1 if you have the `if_nametoindex' function. */
336#undef HAVE_IF_NAMETOINDEX
337
338/* Define to 1 if you have a IPv6 capable working inet_ntop function. */
339#undef HAVE_INET_NTOP
340
341/* Define to 1 if you have a IPv6 capable working inet_pton function. */
342#undef HAVE_INET_PTON
343
344/* Define to 1 if you have the <inttypes.h> header file. */
345#undef HAVE_INTTYPES_H
346
347/* Define to 1 if you have the ioctl function. */
348#undef HAVE_IOCTL
349
350/* Define to 1 if you have the ioctlsocket function. */
351#undef HAVE_IOCTLSOCKET
352
353/* Define to 1 if you have the IoctlSocket camel case function. */
354#undef HAVE_IOCTLSOCKET_CAMEL
355
356/* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
357 */
358#undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO
359
360/* Define to 1 if you have a working ioctlsocket FIONBIO function. */
361#undef HAVE_IOCTLSOCKET_FIONBIO
362
363/* Define to 1 if you have a working ioctl FIONBIO function. */
364#undef HAVE_IOCTL_FIONBIO
365
366/* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
367#undef HAVE_IOCTL_SIOCGIFADDR
368
369/* Define to 1 if you have the <io.h> header file. */
370#undef HAVE_IO_H
371
372/* Define to 1 if you have the lber.h header file. */
373#undef HAVE_LBER_H
374
375/* Define to 1 if you have the ldap.h header file. */
376#undef HAVE_LDAP_H
377
378/* Define to 1 if you have the `ldap_init_fd' function. */
379#undef HAVE_LDAP_INIT_FD
380
381/* Use LDAPS implementation */
382#undef HAVE_LDAP_SSL
383
384/* Define to 1 if you have the ldap_ssl.h header file. */
385#undef HAVE_LDAP_SSL_H
386
387/* Define to 1 if you have the `ldap_url_parse' function. */
388#undef HAVE_LDAP_URL_PARSE
389
390/* Define to 1 if you have the `brotlidec' library (-lbrotlidec). */
391#undef HAVE_LIBBROTLIDEC
392
393/* Define to 1 if you have the <libgen.h> header file. */
394#undef HAVE_LIBGEN_H
395
396/* Define to 1 if you have the `idn2' library (-lidn2). */
397#undef HAVE_LIBIDN2
398
399/* Define to 1 if you have the <libpsl.h> header file. */
400#undef HAVE_LIBPSL_H
401
402/* Define to 1 if using libressl. */
403#undef HAVE_LIBRESSL
404
405/* Define to 1 if you have the <librtmp/rtmp.h> header file. */
406#undef HAVE_LIBRTMP_RTMP_H
407
408/* Define to 1 if you have the `ssh' library (-lssh). */
409#undef HAVE_LIBSSH
410
411/* Define to 1 if you have the `ssh2' library (-lssh2). */
412#undef HAVE_LIBSSH2
413
414/* Define to 1 if you have the `ssl' library (-lssl). */
415#undef HAVE_LIBSSL
416
417/* Define to 1 if you have the `wolfssh' library (-lwolfssh). */
418#undef HAVE_LIBWOLFSSH
419
420/* if zlib is available */
421#undef HAVE_LIBZ
422
423/* Define to 1 if you have the `zstd' library (-lzstd). */
424#undef HAVE_LIBZSTD
425
426/* Define to 1 if you have the <linux/tcp.h> header file. */
427#undef HAVE_LINUX_TCP_H
428
429/* Define to 1 if you have the <locale.h> header file. */
430#undef HAVE_LOCALE_H
431
432/* Define to 1 if the compiler supports the 'long long' data type. */
433#undef HAVE_LONGLONG
434
435/* Define to 1 if you have the `mach_absolute_time' function. */
436#undef HAVE_MACH_ABSOLUTE_TIME
437
438/* Define to 1 if you have the memrchr function or macro. */
439#undef HAVE_MEMRCHR
440
441/* Define to 1 if you have the MSG_NOSIGNAL flag. */
442#undef HAVE_MSG_NOSIGNAL
443
444/* Define to 1 if you have the <msh3.h> header file. */
445#undef HAVE_MSH3_H
446
447/* Define to 1 if you have the <netdb.h> header file. */
448#undef HAVE_NETDB_H
449
450/* Define to 1 if you have the <netinet/in6.h> header file. */
451#undef HAVE_NETINET_IN6_H
452
453/* Define to 1 if you have the <netinet/in.h> header file. */
454#undef HAVE_NETINET_IN_H
455
456/* Define to 1 if you have the <netinet/tcp.h> header file. */
457#undef HAVE_NETINET_TCP_H
458
459/* Define to 1 if you have the <netinet/udp.h> header file. */
460#undef HAVE_NETINET_UDP_H
461
462/* Define to 1 if you have the <net/if.h> header file. */
463#undef HAVE_NET_IF_H
464
465/* Define to 1 if you have the <nghttp2/nghttp2.h> header file. */
466#undef HAVE_NGHTTP2_NGHTTP2_H
467
468/* Define to 1 if you have the <nghttp3/nghttp3.h> header file. */
469#undef HAVE_NGHTTP3_NGHTTP3_H
470
471/* Define to 1 if you have the <ngtcp2/ngtcp2_crypto.h> header file. */
472#undef HAVE_NGTCP2_NGTCP2_CRYPTO_H
473
474/* Define to 1 if you have the <ngtcp2/ngtcp2.h> header file. */
475#undef HAVE_NGTCP2_NGTCP2_H
476
477/* if you have an old MIT Kerberos version, lacking GSS_C_NT_HOSTBASED_SERVICE
478 */
479#undef HAVE_OLD_GSSMIT
480
481/* Define to 1 if using OpenSSL 3 or later. */
482#undef HAVE_OPENSSL3
483
484/* Define to 1 if you have the <openssl/crypto.h> header file. */
485#undef HAVE_OPENSSL_CRYPTO_H
486
487/* Define to 1 if you have the <openssl/err.h> header file. */
488#undef HAVE_OPENSSL_ERR_H
489
490/* Define to 1 if you have the <openssl/pem.h> header file. */
491#undef HAVE_OPENSSL_PEM_H
492
493/* if you have the functions OSSL_QUIC_client_method */
494#undef HAVE_OPENSSL_QUIC
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 `SSL_set_quic_use_legacy_codepoint' function.
606 */
607#undef HAVE_SSL_SET_QUIC_USE_LEGACY_CODEPOINT
608
609/* Define to 1 if you have the <stdatomic.h> header file. */
610#undef HAVE_STDATOMIC_H
611
612/* Define to 1 if you have the <stdbool.h> header file. */
613#undef HAVE_STDBOOL_H
614
615/* Define to 1 if you have the <stdint.h> header file. */
616#undef HAVE_STDINT_H
617
618/* Define to 1 if you have the <stdio.h> header file. */
619#undef HAVE_STDIO_H
620
621/* Define to 1 if you have the <stdlib.h> header file. */
622#undef HAVE_STDLIB_H
623
624/* Define to 1 if you have the strcasecmp function. */
625#undef HAVE_STRCASECMP
626
627/* Define to 1 if you have the strcmpi function. */
628#undef HAVE_STRCMPI
629
630/* Define to 1 if you have the strdup function. */
631#undef HAVE_STRDUP
632
633/* Define to 1 if you have the strerror_r function. */
634#undef HAVE_STRERROR_R
635
636/* Define to 1 if you have the stricmp function. */
637#undef HAVE_STRICMP
638
639/* Define to 1 if you have the <strings.h> header file. */
640#undef HAVE_STRINGS_H
641
642/* Define to 1 if you have the <string.h> header file. */
643#undef HAVE_STRING_H
644
645/* Define to 1 if you have the <stropts.h> header file. */
646#undef HAVE_STROPTS_H
647
648/* Define to 1 if you have the strtok_r function. */
649#undef HAVE_STRTOK_R
650
651/* Define to 1 if you have the strtoll function. */
652#undef HAVE_STRTOLL
653
654/* if struct sockaddr_storage is defined */
655#undef HAVE_STRUCT_SOCKADDR_STORAGE
656
657/* Define to 1 if you have the timeval struct. */
658#undef HAVE_STRUCT_TIMEVAL
659
660/* Define to 1 if suseconds_t is an available type. */
661#undef HAVE_SUSECONDS_T
662
663/* Define to 1 if you have the <sys/filio.h> header file. */
664#undef HAVE_SYS_FILIO_H
665
666/* Define to 1 if you have the <sys/ioctl.h> header file. */
667#undef HAVE_SYS_IOCTL_H
668
669/* Define to 1 if you have the <sys/param.h> header file. */
670#undef HAVE_SYS_PARAM_H
671
672/* Define to 1 if you have the <sys/poll.h> header file. */
673#undef HAVE_SYS_POLL_H
674
675/* Define to 1 if you have the <sys/resource.h> header file. */
676#undef HAVE_SYS_RESOURCE_H
677
678/* Define to 1 if you have the <sys/select.h> header file. */
679#undef HAVE_SYS_SELECT_H
680
681/* Define to 1 if you have the <sys/socket.h> header file. */
682#undef HAVE_SYS_SOCKET_H
683
684/* Define to 1 if you have the <sys/sockio.h> header file. */
685#undef HAVE_SYS_SOCKIO_H
686
687/* Define to 1 if you have the <sys/stat.h> header file. */
688#undef HAVE_SYS_STAT_H
689
690/* Define to 1 if you have the <sys/time.h> header file. */
691#undef HAVE_SYS_TIME_H
692
693/* Define to 1 if you have the <sys/types.h> header file. */
694#undef HAVE_SYS_TYPES_H
695
696/* Define to 1 if you have the <sys/un.h> header file. */
697#undef HAVE_SYS_UN_H
698
699/* Define to 1 if you have the <sys/utime.h> header file. */
700#undef HAVE_SYS_UTIME_H
701
702/* Define to 1 if you have the <sys/wait.h> header file. */
703#undef HAVE_SYS_WAIT_H
704
705/* Define to 1 if you have the <sys/xattr.h> header file. */
706#undef HAVE_SYS_XATTR_H
707
708/* Define to 1 if you have the <termios.h> header file. */
709#undef HAVE_TERMIOS_H
710
711/* Define to 1 if you have the <termio.h> header file. */
712#undef HAVE_TERMIO_H
713
714/* Define this if time_t is unsigned */
715#undef HAVE_TIME_T_UNSIGNED
716
717/* Define to 1 if you have the <unistd.h> header file. */
718#undef HAVE_UNISTD_H
719
720/* Define to 1 if you have the `utime' function. */
721#undef HAVE_UTIME
722
723/* Define to 1 if you have the `utimes' function. */
724#undef HAVE_UTIMES
725
726/* Define to 1 if you have the <utime.h> header file. */
727#undef HAVE_UTIME_H
728
729/* Define to 1 if you have the <wolfssh/ssh.h> header file. */
730#undef HAVE_WOLFSSH_SSH_H
731
732/* if you have wolfSSL_DES_ecb_encrypt */
733#undef HAVE_WOLFSSL_DES_ECB_ENCRYPT
734
735/* if you have wolfSSL_BIO_set_shutdown */
736#undef HAVE_WOLFSSL_FULL_BIO
737
738/* Define to 1 if you have the `wolfSSL_get_peer_certificate' function. */
739#undef HAVE_WOLFSSL_GET_PEER_CERTIFICATE
740
741/* Define to 1 if you have the `wolfSSL_UseALPN' function. */
742#undef HAVE_WOLFSSL_USEALPN
743
744/* Define this symbol if your OS supports changing the contents of argv */
745#undef HAVE_WRITABLE_ARGV
746
747/* Define to 1 if you have the <x509.h> header file. */
748#undef HAVE_X509_H
749
750/* if libzstd is in use */
751#undef HAVE_ZSTD
752
753/* Define to 1 if you have the <zstd.h> header file. */
754#undef HAVE_ZSTD_H
755
756/* Define to 1 if you have the `_fseeki64' function. */
757#undef HAVE__FSEEKI64
758
759/* Define to the sub-directory where libtool stores uninstalled libraries. */
760#undef LT_OBJDIR
761
762/* Define to 1 if you need the lber.h header file even with ldap.h */
763#undef NEED_LBER_H
764
765/* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
766#undef NEED_REENTRANT
767
768/* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
769#undef NEED_THREAD_SAFE
770
771/* Define to enable NTLM delegation to winbind's ntlm_auth helper. */
772#undef NTLM_WB_ENABLED
773
774/* Define absolute filename for winbind's ntlm_auth helper. */
775#undef NTLM_WB_FILE
776
777/* cpu-machine-OS */
778#undef OS
779
780/* Name of package */
781#undef PACKAGE
782
783/* Define to the address where bug reports for this package should be sent. */
784#undef PACKAGE_BUGREPORT
785
786/* Define to the full name of this package. */
787#undef PACKAGE_NAME
788
789/* Define to the full name and version of this package. */
790#undef PACKAGE_STRING
791
792/* Define to the one symbol short name of this package. */
793#undef PACKAGE_TARNAME
794
795/* Define to the home page for this package. */
796#undef PACKAGE_URL
797
798/* Define to the version of this package. */
799#undef PACKAGE_VERSION
800
801/* a suitable file to read random data from */
802#undef RANDOM_FILE
803
804/* Size of curl_off_t in number of bytes */
805#undef SIZEOF_CURL_OFF_T
806
807/* Size of curl_socket_t in number of bytes */
808#undef SIZEOF_CURL_SOCKET_T
809
810/* Size of int in number of bytes */
811#undef SIZEOF_INT
812
813/* Size of long in number of bytes */
814#undef SIZEOF_LONG
815
816/* Size of long long in number of bytes */
817#undef SIZEOF_LONG_LONG
818
819/* Size of off_t in number of bytes */
820#undef SIZEOF_OFF_T
821
822/* Size of size_t in number of bytes */
823#undef SIZEOF_SIZE_T
824
825/* Size of time_t in number of bytes */
826#undef SIZEOF_TIME_T
827
828/* Define to 1 if all of the C90 standard headers exist (not just the ones
829 required in a freestanding environment). This macro is provided for
830 backward compatibility; new code need not use it. */
831#undef STDC_HEADERS
832
833/* if AmiSSL is in use */
834#undef USE_AMISSL
835
836/* Define to enable c-ares support */
837#undef USE_ARES
838
839/* if BearSSL is enabled */
840#undef USE_BEARSSL
841
842/* if ECH support is available */
843#undef USE_ECH
844
845/* if GnuTLS is enabled */
846#undef USE_GNUTLS
847
848/* GSASL support enabled */
849#undef USE_GSASL
850
851/* if hyper is in use */
852#undef USE_HYPER
853
854/* if libpsl is in use */
855#undef USE_LIBPSL
856
857/* if librtmp is in use */
858#undef USE_LIBRTMP
859
860/* if libSSH is in use */
861#undef USE_LIBSSH
862
863/* if libSSH2 is in use */
864#undef USE_LIBSSH2
865
866/* If you want to build curl with the built-in manual */
867#undef USE_MANUAL
868
869/* if mbedTLS is enabled */
870#undef USE_MBEDTLS
871
872/* if msh3 is in use */
873#undef USE_MSH3
874
875/* if nghttp2 is in use */
876#undef USE_NGHTTP2
877
878/* if nghttp3 is in use */
879#undef USE_NGHTTP3
880
881/* if ngtcp2 is in use */
882#undef USE_NGTCP2
883
884/* if ngtcp2_crypto_boringssl is in use */
885#undef USE_NGTCP2_CRYPTO_BORINGSSL
886
887/* if ngtcp2_crypto_gnutls is in use */
888#undef USE_NGTCP2_CRYPTO_GNUTLS
889
890/* if ngtcp2_crypto_quictls is in use */
891#undef USE_NGTCP2_CRYPTO_QUICTLS
892
893/* if ngtcp2_crypto_wolfssl is in use */
894#undef USE_NGTCP2_CRYPTO_WOLFSSL
895
896/* if ngtcp2 + nghttp3 is in use */
897#undef USE_NGTCP2_H3
898
899/* Use OpenLDAP-specific code */
900#undef USE_OPENLDAP
901
902/* if OpenSSL is in use */
903#undef USE_OPENSSL
904
905/* if openssl quic + nghttp3 is in use */
906#undef USE_OPENSSL_H3
907
908/* if openssl QUIC is in use */
909#undef USE_OPENSSL_QUIC
910
911/* if quiche is in use */
912#undef USE_QUICHE
913
914/* if rustls is enabled */
915#undef USE_RUSTLS
916
917/* to enable Windows native SSL/TLS support */
918#undef USE_SCHANNEL
919
920/* enable Secure Transport */
921#undef USE_SECTRANSP
922
923/* if you want POSIX threaded DNS lookup */
924#undef USE_THREADS_POSIX
925
926/* if you want Win32 threaded DNS lookup */
927#undef USE_THREADS_WIN32
928
929/* Use TLS-SRP authentication */
930#undef USE_TLS_SRP
931
932/* Use Unix domain sockets */
933#undef USE_UNIX_SOCKETS
934
935/* enable websockets support */
936#undef USE_WEBSOCKETS
937
938/* Define to 1 if you are building a Windows target with crypto API support.
939 */
940#undef USE_WIN32_CRYPTO
941
942/* Define to 1 if you have the `normaliz' (WinIDN) library (-lnormaliz). */
943#undef USE_WIN32_IDN
944
945/* Define to 1 if you are building a Windows target with large file support.
946 */
947#undef USE_WIN32_LARGE_FILES
948
949/* Use Windows LDAP implementation */
950#undef USE_WIN32_LDAP
951
952/* Define to 1 if you are building a Windows target without large file
953 support. */
954#undef USE_WIN32_SMALL_FILES
955
956/* to enable SSPI support */
957#undef USE_WINDOWS_SSPI
958
959/* if wolfSSH is in use */
960#undef USE_WOLFSSH
961
962/* if wolfSSL is enabled */
963#undef USE_WOLFSSL
964
965/* Version number of package */
966#undef VERSION
967
968/* Define to 1 if OS is AIX. */
969#ifndef _ALL_SOURCE
970# undef _ALL_SOURCE
971#endif
972
973/* Number of bits in a file offset, on hosts where this is settable. */
974#undef _FILE_OFFSET_BITS
975
976/* Define for large files, on AIX-style hosts. */
977#undef _LARGE_FILES
978
979/* Define to empty if `const' does not conform to ANSI C. */
980#undef const
981
982/* Type to use in place of in_addr_t when system does not provide it. */
983#undef in_addr_t
984
985/* Define to `__inline__' or `__inline' if that's what the C compiler
986 calls it, or to nothing if 'inline' is not supported under any name. */
987#ifndef __cplusplus
988#undef inline
989#endif
990
991/* Define to `unsigned int' if <sys/types.h> does not define. */
992#undef size_t
993
994/* the signed version of size_t */
995#undef ssize_t
注意: 瀏覽 TracBrowser 來幫助您使用儲存庫瀏覽器

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