VirtualBox

source: vbox/trunk/src/libs/curl-7.83.1/lib/curl_config.h.in@ 97138

最後變更 在這個檔案從97138是 95312,由 vboxsync 提交於 3 年 前

libs/{curl,libxml2}: OSE export fixes, bugref:8515

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

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