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