• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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 /* to enable curl debug memory tracking */
5 /* #undef CURLDEBUG */
6 
7 /* Location of default ca bundle */
8 /* #undef CURL_CA_BUNDLE */
9 
10 /* define "1" to use built in CA store of SSL library */
11 /* #undef CURL_CA_FALLBACK */
12 
13 /* Location of default ca path */
14 #define CURL_CA_PATH "/system/etc/security/cacerts"
15 
16 /* Default SSL backend */
17 /* #undef CURL_DEFAULT_SSL_BACKEND */
18 
19 /* to disable cookies support */
20 /* #undef CURL_DISABLE_COOKIES */
21 
22 /* to disable cryptographic authentication */
23 /* #undef CURL_DISABLE_CRYPTO_AUTH */
24 
25 /* to disable DICT */
26 #define CURL_DISABLE_DICT 1
27 
28 /* disable DoH */
29 /* #undef CURL_DISABLE_DOH */
30 
31 /* to disable FILE */
32 /* #undef CURL_DISABLE_FILE */
33 
34 /* to disable FTP */
35 #define CURL_DISABLE_FTP 1
36 
37 /* to disable curl_easy_options */
38 /* #undef CURL_DISABLE_GETOPTIONS */
39 
40 /* to disable Gopher */
41 #define CURL_DISABLE_GOPHER 1
42 
43 /* to disable HTTP */
44 /* #undef CURL_DISABLE_HTTP */
45 
46 /* disable HTTP authentication */
47 /* #undef CURL_DISABLE_HTTP_AUTH */
48 
49 /* to disable IMAP */
50 #define CURL_DISABLE_IMAP 1
51 
52 /* to disable LDAP */
53 #define CURL_DISABLE_LDAP 1
54 
55 /* to disable LDAPS */
56 #define CURL_DISABLE_LDAPS 1
57 
58 /* to disable --libcurl C code generation option */
59 /* #undef CURL_DISABLE_LIBCURL_OPTION */
60 
61 /* disable mime API */
62 /* #undef CURL_DISABLE_MIME */
63 
64 /* to disable MQTT */
65 /* #undef CURL_DISABLE_MQTT */
66 
67 /* disable netrc parsing */
68 /* #undef CURL_DISABLE_NETRC */
69 
70 /* if the OpenSSL configuration won't be loaded automatically */
71 /* #undef CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG */
72 
73 /* disable date parsing */
74 /* #undef CURL_DISABLE_PARSEDATE */
75 
76 /* to disable POP3 */
77 #define CURL_DISABLE_POP3 1
78 
79 /* disable progress-meter */
80 /* #undef CURL_DISABLE_PROGRESS_METER */
81 
82 /* to disable proxies */
83 /* #undef CURL_DISABLE_PROXY */
84 
85 /* to disable RTSP */
86 #define CURL_DISABLE_RTSP 1
87 
88 /* disable DNS shuffling */
89 /* #undef CURL_DISABLE_SHUFFLE_DNS */
90 
91 /* to disable SMB/CIFS */
92 #define CURL_DISABLE_SMB 1
93 
94 /* to disable SMTP */
95 #define CURL_DISABLE_SMTP 1
96 
97 /* to disable socketpair support */
98 /* #undef CURL_DISABLE_SOCKETPAIR */
99 
100 /* to disable TELNET */
101 #define CURL_DISABLE_TELNET 1
102 
103 /* to disable TFTP */
104 #define CURL_DISABLE_TFTP 1
105 
106 /* to disable verbose strings */
107 /* #undef CURL_DISABLE_VERBOSE_STRINGS */
108 
109 /* Definition to make a library symbol externally visible. */
110 #define CURL_EXTERN_SYMBOL __attribute__ ((__visibility__ ("default")))
111 
112 /* IP address type in sockaddr */
113 #define CURL_SA_FAMILY_T sa_family_t
114 
115 /* built with multiple SSL backends */
116 /* #undef CURL_WITH_MULTI_SSL */
117 
118 /* enable debug build options */
119 /* #undef DEBUGBUILD */
120 
121 /* your Entropy Gathering Daemon socket pathname */
122 /* #undef EGD_SOCKET */
123 
124 /* Define if you want to enable IPv6 support */
125 #define ENABLE_IPV6 1
126 
127 /* Define to the type of arg 2 for gethostname. */
128 #define GETHOSTNAME_TYPE_ARG2 size_t
129 
130 /* Specifies the number of arguments to getservbyport_r */
131 /* #undef GETSERVBYPORT_R_ARGS */
132 
133 /* Specifies the size of the buffer to pass to getservbyport_r */
134 /* #undef GETSERVBYPORT_R_BUFSIZE */
135 
136 /* Define to 1 if you have the alarm function. */
137 #define HAVE_ALARM 1
138 
139 /* Define to 1 if you have the <alloca.h> header file. */
140 #define HAVE_ALLOCA_H 1
141 
142 /* Define to 1 if you have the <arpa/inet.h> header file. */
143 #define HAVE_ARPA_INET_H 1
144 
145 /* Define to 1 if you have the <arpa/tftp.h> header file. */
146 #define HAVE_ARPA_TFTP_H 1
147 
148 /* Define to 1 if you have the <assert.h> header file. */
149 #define HAVE_ASSERT_H 1
150 
151 /* Define to 1 if you have the basename function. */
152 #define HAVE_BASENAME 1
153 
154 /* Define to 1 if bool is an available type. */
155 #define HAVE_BOOL_T 1
156 
157 /* Define to 1 if using BoringSSL. */
158 #define HAVE_BORINGSSL 1
159 
160 /* if BROTLI is in use */
161 /* #undef HAVE_BROTLI */
162 
163 /* Define to 1 if you have the <brotli/decode.h> header file. */
164 /* #undef HAVE_BROTLI_DECODE_H */
165 
166 /* Define to 1 if you have the __builtin_available function. */
167 #define HAVE_BUILTIN_AVAILABLE 1
168 
169 /* Define to 1 if you have the clock_gettime function and monotonic timer. */
170 #define HAVE_CLOCK_GETTIME_MONOTONIC 1
171 
172 /* Define to 1 if you have the closesocket function. */
173 /* #undef HAVE_CLOSESOCKET */
174 
175 /* Define to 1 if you have the CloseSocket camel case function. */
176 /* #undef HAVE_CLOSESOCKET_CAMEL */
177 
178 /* Define to 1 if you have the connect function. */
179 #define HAVE_CONNECT 1
180 
181 /* Define to 1 if you have the <crypto.h> header file. */
182 /* #undef HAVE_CRYPTO_H */
183 
184 /* Define to 1 if you have the declaration of `getpwuid_r', and to 0 if you
185    don't. */
186 #define HAVE_DECL_GETPWUID_R 1
187 
188 /* "Set if getpwuid_r() declaration is missing" */
189 /* #undef HAVE_DECL_GETPWUID_R_MISSING */
190 
191 /* Define to 1 if you have the <dlfcn.h> header file. */
192 #define HAVE_DLFCN_H 1
193 
194 /* Define to 1 if you have the <errno.h> header file. */
195 #define HAVE_ERRNO_H 1
196 
197 /* Define to 1 if you have the <err.h> header file. */
198 /* #undef HAVE_ERR_H */
199 
200 /* Define to 1 if you have the fcntl function. */
201 #define HAVE_FCNTL 1
202 
203 /* Define to 1 if you have the <fcntl.h> header file. */
204 #define HAVE_FCNTL_H 1
205 
206 /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
207 #define HAVE_FCNTL_O_NONBLOCK 1
208 
209 /* Define to 1 if you have the `fnmatch' function. */
210 #define HAVE_FNMATCH 1
211 
212 /* Define to 1 if you have the freeaddrinfo function. */
213 #define HAVE_FREEADDRINFO 1
214 
215 /* Define to 1 if you have the freeifaddrs function. */
216 #define HAVE_FREEIFADDRS 1
217 
218 /* Define to 1 if you have the fsetxattr function. */
219 #define HAVE_FSETXATTR 1
220 
221 /* fsetxattr() takes 5 args */
222 #define HAVE_FSETXATTR_5 1
223 
224 /* fsetxattr() takes 6 args */
225 /* #undef HAVE_FSETXATTR_6 */
226 
227 /* Define to 1 if you have the ftruncate function. */
228 #define HAVE_FTRUNCATE 1
229 
230 /* Define to 1 if you have the gai_strerror function. */
231 #define HAVE_GAI_STRERROR 1
232 
233 /* Define to 1 if you have a working getaddrinfo function. */
234 #define HAVE_GETADDRINFO 1
235 
236 /* Define to 1 if the getaddrinfo function is threadsafe. */
237 #define HAVE_GETADDRINFO_THREADSAFE 1
238 
239 /* Define to 1 if you have the `geteuid' function. */
240 #define HAVE_GETEUID 1
241 
242 /* Define to 1 if you have the gethostbyaddr function. */
243 #define HAVE_GETHOSTBYADDR 1
244 
245 /* Define to 1 if you have the gethostbyaddr_r function. */
246 #define HAVE_GETHOSTBYADDR_R 1
247 
248 /* gethostbyaddr_r() takes 5 args */
249 /* #undef HAVE_GETHOSTBYADDR_R_5 */
250 
251 /* gethostbyaddr_r() takes 7 args */
252 /* #undef HAVE_GETHOSTBYADDR_R_7 */
253 
254 /* gethostbyaddr_r() takes 8 args */
255 #define HAVE_GETHOSTBYADDR_R_8 1
256 
257 /* Define to 1 if you have the gethostbyname function. */
258 #define HAVE_GETHOSTBYNAME 1
259 
260 /* Define to 1 if you have the gethostbyname_r function. */
261 #define HAVE_GETHOSTBYNAME_R 1
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 #define HAVE_GETHOSTBYNAME_R_6 1
271 
272 /* Define to 1 if you have the gethostname function. */
273 #define HAVE_GETHOSTNAME 1
274 
275 /* Define to 1 if you have a working getifaddrs function. */
276 #define HAVE_GETIFADDRS 1
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 #define HAVE_GETPEERNAME 1
283 
284 /* Define to 1 if you have the `getppid' function. */
285 #define HAVE_GETPPID 1
286 
287 /* Define to 1 if you have the `getpwuid' function. */
288 #define HAVE_GETPWUID 1
289 
290 /* Define to 1 if you have the `getpwuid_r' function. */
291 #define HAVE_GETPWUID_R 1
292 
293 /* Define to 1 if you have the `getrlimit' function. */
294 #define HAVE_GETRLIMIT 1
295 
296 /* Define to 1 if you have the getservbyport_r function. */
297 /* #undef HAVE_GETSERVBYPORT_R */
298 
299 /* Define to 1 if you have the getsockname function. */
300 #define HAVE_GETSOCKNAME 1
301 
302 /* Define to 1 if you have the `gettimeofday' function. */
303 #define HAVE_GETTIMEOFDAY 1
304 
305 /* Define to 1 if you have a working glibc-style strerror_r function. */
306 /* #undef HAVE_GLIBC_STRERROR_R */
307 
308 /* Define to 1 if you have a working gmtime_r function. */
309 #define HAVE_GMTIME_R 1
310 
311 /* if you have the function gnutls_srp_verifier */
312 /* #undef HAVE_GNUTLS_SRP */
313 
314 /* if you have GSS-API libraries */
315 /* #undef HAVE_GSSAPI */
316 
317 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
318 /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */
319 
320 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
321 /* #undef HAVE_GSSAPI_GSSAPI_H */
322 
323 /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
324 /* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */
325 
326 /* if you have GNU GSS */
327 /* #undef HAVE_GSSGNU */
328 
329 /* if you have Heimdal */
330 /* #undef HAVE_GSSHEIMDAL */
331 
332 /* if you have MIT Kerberos */
333 /* #undef HAVE_GSSMIT */
334 
335 /* Define to 1 if you have the <idn2.h> header file. */
336 /* #undef HAVE_IDN2_H */
337 
338 /* Define to 1 if you have the <ifaddrs.h> header file. */
339 #define HAVE_IFADDRS_H 1
340 
341 /* Define to 1 if you have the `if_nametoindex' function. */
342 #define HAVE_IF_NAMETOINDEX 1
343 
344 /* Define to 1 if you have the inet_ntoa_r function. */
345 /* #undef HAVE_INET_NTOA_R */
346 
347 /* inet_ntoa_r() takes 2 args */
348 /* #undef HAVE_INET_NTOA_R_2 */
349 
350 /* inet_ntoa_r() takes 3 args */
351 /* #undef HAVE_INET_NTOA_R_3 */
352 
353 /* Define to 1 if you have a IPv6 capable working inet_ntop function. */
354 #define HAVE_INET_NTOP 1
355 
356 /* Define to 1 if you have a IPv6 capable working inet_pton function. */
357 #define HAVE_INET_PTON 1
358 
359 /* Define to 1 if you have the <inttypes.h> header file. */
360 #define HAVE_INTTYPES_H 1
361 
362 /* Define to 1 if you have the ioctl function. */
363 #define HAVE_IOCTL 1
364 
365 /* Define to 1 if you have the ioctlsocket function. */
366 /* #undef HAVE_IOCTLSOCKET */
367 
368 /* Define to 1 if you have the IoctlSocket camel case function. */
369 /* #undef HAVE_IOCTLSOCKET_CAMEL */
370 
371 /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
372    */
373 /* #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO */
374 
375 /* Define to 1 if you have a working ioctlsocket FIONBIO function. */
376 /* #undef HAVE_IOCTLSOCKET_FIONBIO */
377 
378 /* Define to 1 if you have a working ioctl FIONBIO function. */
379 #define HAVE_IOCTL_FIONBIO 1
380 
381 /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
382 #define HAVE_IOCTL_SIOCGIFADDR 1
383 
384 /* Define to 1 if you have the <io.h> header file. */
385 /* #undef HAVE_IO_H */
386 
387 /* Define to 1 if you have the lber.h header file. */
388 /* #undef HAVE_LBER_H */
389 
390 /* Define to 1 if you have the ldapssl.h header file. */
391 /* #undef HAVE_LDAPSSL_H */
392 
393 /* Define to 1 if you have the ldap.h header file. */
394 /* #undef HAVE_LDAP_H */
395 
396 /* Define to 1 if you have the `ldap_init_fd' function. */
397 /* #undef HAVE_LDAP_INIT_FD */
398 
399 /* Use LDAPS implementation */
400 /* #undef HAVE_LDAP_SSL */
401 
402 /* Define to 1 if you have the ldap_ssl.h header file. */
403 /* #undef HAVE_LDAP_SSL_H */
404 
405 /* Define to 1 if you have the `ldap_url_parse' function. */
406 /* #undef HAVE_LDAP_URL_PARSE */
407 
408 /* Define to 1 if you have the `brotlidec' library (-lbrotlidec). */
409 /* #undef HAVE_LIBBROTLIDEC */
410 
411 /* Define to 1 if you have the <libgen.h> header file. */
412 #define HAVE_LIBGEN_H 1
413 
414 /* Define to 1 if you have the `idn2' library (-lidn2). */
415 /* #undef HAVE_LIBIDN2 */
416 
417 /* Define to 1 if using libressl. */
418 /* #undef HAVE_LIBRESSL */
419 
420 /* Define to 1 if you have the <librtmp/rtmp.h> header file. */
421 /* #undef HAVE_LIBRTMP_RTMP_H */
422 
423 /* Define to 1 if you have the `ssh' library (-lssh). */
424 /* #undef HAVE_LIBSSH */
425 
426 /* Define to 1 if you have the `ssh2' library (-lssh2). */
427 /* #undef HAVE_LIBSSH2 */
428 
429 /* Define to 1 if you have the <libssh2.h> header file. */
430 /* #undef HAVE_LIBSSH2_H */
431 
432 /* Define to 1 if you have the <libssh/libssh.h> header file. */
433 /* #undef HAVE_LIBSSH_LIBSSH_H */
434 
435 /* Define to 1 if you have the `ssl' library (-lssl). */
436 #define HAVE_LIBSSL 1
437 
438 /* Define to 1 if you have the `wolfssh' library (-lwolfssh). */
439 /* #undef HAVE_LIBWOLFSSH */
440 
441 /* if zlib is available */
442 #define HAVE_LIBZ 1
443 
444 /* Define to 1 if you have the `zstd' library (-lzstd). */
445 /* #undef HAVE_LIBZSTD */
446 
447 /* Define to 1 if you have the <linux/tcp.h> header file. */
448 #define HAVE_LINUX_TCP_H 1
449 
450 /* if your compiler supports LL */
451 #define HAVE_LL 1
452 
453 /* Define to 1 if you have the <locale.h> header file. */
454 #define HAVE_LOCALE_H 1
455 
456 /* Define to 1 if you have a working localtime_r function. */
457 #define HAVE_LOCALTIME_R 1
458 
459 /* Define to 1 if the compiler supports the 'long long' data type. */
460 #define HAVE_LONGLONG 1
461 
462 /* Define to 1 if you have the `mach_absolute_time' function. */
463 /* #undef HAVE_MACH_ABSOLUTE_TIME */
464 
465 /* Define to 1 if you have the malloc.h header file. */
466 #define HAVE_MALLOC_H 1
467 
468 /* Define to 1 if you have the memory.h header file. */
469 #define HAVE_MEMORY_H 1
470 
471 /* Define to 1 if you have the memrchr function or macro. */
472 #define HAVE_MEMRCHR 1
473 
474 /* Define to 1 if you have the MSG_NOSIGNAL flag. */
475 #define HAVE_MSG_NOSIGNAL 1
476 
477 /* Define to 1 if you have the <netdb.h> header file. */
478 #define HAVE_NETDB_H 1
479 
480 /* Define to 1 if you have the <netinet/in6.h> header file. */
481 /* #undef HAVE_NETINET_IN6_H */
482 
483 /* Define to 1 if you have the <netinet/in.h> header file. */
484 #define HAVE_NETINET_IN_H 1
485 
486 /* Define to 1 if you have the <netinet/tcp.h> header file. */
487 #define HAVE_NETINET_TCP_H 1
488 
489 /* Define to 1 if you have the <net/if.h> header file. */
490 #define HAVE_NET_IF_H 1
491 
492 /* Define to 1 if you have the <nghttp2/nghttp2.h> header file. */
493 /* #undef HAVE_NGHTTP2_NGHTTP2_H */
494 
495 /* Define to 1 if you have the <nghttp3/nghttp3.h> header file. */
496 /* #undef HAVE_NGHTTP3_NGHTTP3_H */
497 
498 /* Define to 1 if you have the <ngtcp2/ngtcp2_crypto.h> header file. */
499 /* #undef HAVE_NGTCP2_NGTCP2_CRYPTO_H */
500 
501 /* Define to 1 if you have the <ngtcp2/ngtcp2.h> header file. */
502 /* #undef HAVE_NGTCP2_NGTCP2_H */
503 
504 /* if you have an old MIT Kerberos version, lacking GSS_C_NT_HOSTBASED_SERVICE
505    */
506 /* #undef HAVE_OLD_GSSMIT */
507 
508 /* Define to 1 if using OpenSSL 3 or later. */
509 /* #undef HAVE_OPENSSL3 */
510 
511 /* Define to 1 if you have the <openssl/crypto.h> header file. */
512 #define HAVE_OPENSSL_CRYPTO_H 1
513 
514 /* Define to 1 if you have the <openssl/err.h> header file. */
515 #define HAVE_OPENSSL_ERR_H 1
516 
517 /* Define to 1 if you have the <openssl/pem.h> header file. */
518 #define HAVE_OPENSSL_PEM_H 1
519 
520 /* Define to 1 if you have the <openssl/rsa.h> header file. */
521 #define HAVE_OPENSSL_RSA_H 1
522 
523 /* if you have the function SRP_Calc_client_key */
524 /* #undef HAVE_OPENSSL_SRP */
525 
526 /* Define to 1 if you have the <openssl/ssl.h> header file. */
527 #define HAVE_OPENSSL_SSL_H 1
528 
529 /* Define to 1 if you have the `OpenSSL_version' function. */
530 #define HAVE_OPENSSL_VERSION 1
531 
532 /* Define to 1 if you have the <openssl/x509.h> header file. */
533 #define HAVE_OPENSSL_X509_H 1
534 
535 /* Define to 1 if you have the <pem.h> header file. */
536 /* #undef HAVE_PEM_H */
537 
538 /* Define to 1 if you have the `pipe' function. */
539 #define HAVE_PIPE 1
540 
541 /* if you have the PK11_CreateManagedGenericObject function */
542 /* #undef HAVE_PK11_CREATEMANAGEDGENERICOBJECT */
543 
544 /* Define to 1 if you have a working poll function. */
545 #define HAVE_POLL 1
546 
547 /* If you have a fine poll */
548 #define HAVE_POLL_FINE 1
549 
550 /* Define to 1 if you have the <poll.h> header file. */
551 #define HAVE_POLL_H 1
552 
553 /* Define to 1 if you have a working POSIX-style strerror_r function. */
554 #define HAVE_POSIX_STRERROR_R 1
555 
556 /* Define to 1 if you have the <proto/bsdsocket.h> header file. */
557 /* #undef HAVE_PROTO_BSDSOCKET_H */
558 
559 /* if you have <pthread.h> */
560 #define HAVE_PTHREAD_H 1
561 
562 /* Define to 1 if you have the <pwd.h> header file. */
563 #define HAVE_PWD_H 1
564 
565 /* Define to 1 if you have the `quiche_conn_set_qlog_fd' function. */
566 /* #undef HAVE_QUICHE_CONN_SET_QLOG_FD */
567 
568 /* Define to 1 if you have the <quiche.h> header file. */
569 /* #undef HAVE_QUICHE_H */
570 
571 /* Define to 1 if you have the `RAND_egd' function. */
572 /* #undef HAVE_RAND_EGD */
573 
574 /* Define to 1 if you have the recv function. */
575 #define HAVE_RECV 1
576 
577 /* Define to 1 if you have the <rsa.h> header file. */
578 /* #undef HAVE_RSA_H */
579 
580 /* Define to 1 if you have the select function. */
581 #define HAVE_SELECT 1
582 
583 /* Define to 1 if you have the send function. */
584 #define HAVE_SEND 1
585 
586 /* Define to 1 if you have the <setjmp.h> header file. */
587 #define HAVE_SETJMP_H 1
588 
589 /* Define to 1 if you have the `setlocale' function. */
590 #define HAVE_SETLOCALE 1
591 
592 /* Define to 1 if you have the `setmode' function. */
593 /* #undef HAVE_SETMODE */
594 
595 /* Define to 1 if you have the `setrlimit' function. */
596 #define HAVE_SETRLIMIT 1
597 
598 /* Define to 1 if you have the setsockopt function. */
599 #define HAVE_SETSOCKOPT 1
600 
601 /* Define to 1 if you have a working setsockopt SO_NONBLOCK function. */
602 /* #undef HAVE_SETSOCKOPT_SO_NONBLOCK */
603 
604 /* Define to 1 if you have the <sgtty.h> header file. */
605 /* #undef HAVE_SGTTY_H */
606 
607 /* Define to 1 if you have the sigaction function. */
608 #define HAVE_SIGACTION 1
609 
610 /* Define to 1 if you have the siginterrupt function. */
611 #define HAVE_SIGINTERRUPT 1
612 
613 /* Define to 1 if you have the signal function. */
614 #define HAVE_SIGNAL 1
615 
616 /* Define to 1 if you have the <signal.h> header file. */
617 #define HAVE_SIGNAL_H 1
618 
619 /* Define to 1 if you have the sigsetjmp function or macro. */
620 /* #undef HAVE_SIGSETJMP */
621 
622 /* Define to 1 if sig_atomic_t is an available typedef. */
623 #define HAVE_SIG_ATOMIC_T 1
624 
625 /* Define to 1 if sig_atomic_t is already defined as volatile. */
626 /* #undef HAVE_SIG_ATOMIC_T_VOLATILE */
627 
628 /* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */
629 #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1
630 
631 /* Define to 1 if you have the socket function. */
632 #define HAVE_SOCKET 1
633 
634 /* Define to 1 if you have the socketpair function. */
635 #define HAVE_SOCKETPAIR 1
636 
637 /* Define to 1 if you have the <socket.h> header file. */
638 /* #undef HAVE_SOCKET_H */
639 
640 /* Define to 1 if you have the `SSLv2_client_method' function. */
641 /* #undef HAVE_SSLV2_CLIENT_METHOD */
642 
643 /* Define to 1 if you have the `SSL_get_ech_status' function. */
644 /* #undef HAVE_SSL_GET_ECH_STATUS */
645 
646 /* Define to 1 if you have the <ssl.h> header file. */
647 /* #undef HAVE_SSL_H */
648 
649 /* Define to 1 if you have the <stdbool.h> header file. */
650 #define HAVE_STDBOOL_H 1
651 
652 /* Define to 1 if you have the <stdint.h> header file. */
653 #define HAVE_STDINT_H 1
654 
655 /* Define to 1 if you have the <stdlib.h> header file. */
656 #define HAVE_STDLIB_H 1
657 
658 /* Define to 1 if you have the strcasecmp function. */
659 #define HAVE_STRCASECMP 1
660 
661 /* Define to 1 if you have the strcmpi function. */
662 /* #undef HAVE_STRCMPI */
663 
664 /* Define to 1 if you have the strdup function. */
665 #define HAVE_STRDUP 1
666 
667 /* Define to 1 if you have the strerror_r function. */
668 #define HAVE_STRERROR_R 1
669 
670 /* Define to 1 if you have the stricmp function. */
671 /* #undef HAVE_STRICMP */
672 
673 /* Define to 1 if you have the <strings.h> header file. */
674 #define HAVE_STRINGS_H 1
675 
676 /* Define to 1 if you have the <string.h> header file. */
677 #define HAVE_STRING_H 1
678 
679 /* Define to 1 if you have the strncasecmp function. */
680 #define HAVE_STRNCASECMP 1
681 
682 /* Define to 1 if you have the strncmpi function. */
683 /* #undef HAVE_STRNCMPI */
684 
685 /* Define to 1 if you have the strnicmp function. */
686 /* #undef HAVE_STRNICMP */
687 
688 /* Define to 1 if you have the <stropts.h> header file. */
689 /* #undef HAVE_STROPTS_H */
690 
691 /* Define to 1 if you have the strstr function. */
692 #define HAVE_STRSTR 1
693 
694 /* Define to 1 if you have the strtok_r function. */
695 #define HAVE_STRTOK_R 1
696 
697 /* Define to 1 if you have the strtoll function. */
698 #define HAVE_STRTOLL 1
699 
700 /* if struct sockaddr_storage is defined */
701 #define HAVE_STRUCT_SOCKADDR_STORAGE 1
702 
703 /* Define to 1 if you have the timeval struct. */
704 #define HAVE_STRUCT_TIMEVAL 1
705 
706 /* Define to 1 if suseconds_t is an available type. */
707 #define HAVE_SUSECONDS_T 1
708 
709 /* Define to 1 if you have the <sys/filio.h> header file. */
710 /* #undef HAVE_SYS_FILIO_H */
711 
712 /* Define to 1 if you have the <sys/ioctl.h> header file. */
713 #define HAVE_SYS_IOCTL_H 1
714 
715 /* Define to 1 if you have the <sys/param.h> header file. */
716 #define HAVE_SYS_PARAM_H 1
717 
718 /* Define to 1 if you have the <sys/poll.h> header file. */
719 #define HAVE_SYS_POLL_H 1
720 
721 /* Define to 1 if you have the <sys/resource.h> header file. */
722 #define HAVE_SYS_RESOURCE_H 1
723 
724 /* Define to 1 if you have the <sys/select.h> header file. */
725 #define HAVE_SYS_SELECT_H 1
726 
727 /* Define to 1 if you have the <sys/socket.h> header file. */
728 #define HAVE_SYS_SOCKET_H 1
729 
730 /* Define to 1 if you have the <sys/sockio.h> header file. */
731 /* #undef HAVE_SYS_SOCKIO_H */
732 
733 /* Define to 1 if you have the <sys/stat.h> header file. */
734 #define HAVE_SYS_STAT_H 1
735 
736 /* Define to 1 if you have the <sys/time.h> header file. */
737 #define HAVE_SYS_TIME_H 1
738 
739 /* Define to 1 if you have the <sys/types.h> header file. */
740 #define HAVE_SYS_TYPES_H 1
741 
742 /* Define to 1 if you have the <sys/uio.h> header file. */
743 #define HAVE_SYS_UIO_H 1
744 
745 /* Define to 1 if you have the <sys/un.h> header file. */
746 #define HAVE_SYS_UN_H 1
747 
748 /* Define to 1 if you have the <sys/utime.h> header file. */
749 /* #undef HAVE_SYS_UTIME_H */
750 
751 /* Define to 1 if you have the <sys/wait.h> header file. */
752 #define HAVE_SYS_WAIT_H 1
753 
754 /* Define to 1 if you have the <sys/xattr.h> header file. */
755 #define HAVE_SYS_XATTR_H 1
756 
757 /* Define to 1 if you have the <termios.h> header file. */
758 #define HAVE_TERMIOS_H 1
759 
760 /* Define to 1 if you have the <termio.h> header file. */
761 #define HAVE_TERMIO_H 1
762 
763 /* Define to 1 if you have the <time.h> header file. */
764 #define HAVE_TIME_H 1
765 
766 /* Define this if time_t is unsigned */
767 /* #undef HAVE_TIME_T_UNSIGNED */
768 
769 /* Define to 1 if you have the <unistd.h> header file. */
770 #define HAVE_UNISTD_H 1
771 
772 /* Define to 1 if you have the `usleep' function. */
773 #define HAVE_USLEEP 1
774 
775 /* Define to 1 if you have the `utime' function. */
776 #define HAVE_UTIME 1
777 
778 /* Define to 1 if you have the `utimes' function. */
779 #define HAVE_UTIMES 1
780 
781 /* Define to 1 if you have the <utime.h> header file. */
782 #define HAVE_UTIME_H 1
783 
784 /* Define to 1 if compiler supports C99 variadic macro style. */
785 #define HAVE_VARIADIC_MACROS_C99 1
786 
787 /* Define to 1 if compiler supports old gcc variadic macro style. */
788 #define HAVE_VARIADIC_MACROS_GCC 1
789 
790 /* Define to 1 if you have the winber.h header file. */
791 /* #undef HAVE_WINBER_H */
792 
793 /* Define to 1 if you have the windows.h header file. */
794 /* #undef HAVE_WINDOWS_H */
795 
796 /* Define to 1 if you have the winldap.h header file. */
797 /* #undef HAVE_WINLDAP_H */
798 
799 /* Define to 1 if you have the winsock2.h header file. */
800 /* #undef HAVE_WINSOCK2_H */
801 
802 /* Define to 1 if you have the winsock.h header file. */
803 /* #undef HAVE_WINSOCK_H */
804 
805 /* Define to 1 if you have the <wolfssh/ssh.h> header file. */
806 /* #undef HAVE_WOLFSSH_SSH_H */
807 
808 /* Define to 1 if you have the `wolfSSLv3_client_method' function. */
809 /* #undef HAVE_WOLFSSLV3_CLIENT_METHOD */
810 
811 /* if you have wolfSSL_DES_ecb_encrypt */
812 /* #undef HAVE_WOLFSSL_DES_ECB_ENCRYPT */
813 
814 /* Define to 1 if you have the `wolfSSL_get_peer_certificate' function. */
815 /* #undef HAVE_WOLFSSL_GET_PEER_CERTIFICATE */
816 
817 /* Define to 1 if you have the `wolfSSL_UseALPN' function. */
818 /* #undef HAVE_WOLFSSL_USEALPN */
819 
820 /* Define this symbol if your OS supports changing the contents of argv */
821 /* #undef HAVE_WRITABLE_ARGV */
822 
823 /* Define to 1 if you have the writev function. */
824 #define HAVE_WRITEV 1
825 
826 /* Define to 1 if you have the ws2tcpip.h header file. */
827 /* #undef HAVE_WS2TCPIP_H */
828 
829 /* Define to 1 if you have the <x509.h> header file. */
830 /* #undef HAVE_X509_H */
831 
832 /* if you have the zlib.h header file */
833 #define HAVE_ZLIB_H 1
834 
835 /* if libzstd is in use */
836 /* #undef HAVE_ZSTD */
837 
838 /* Define to 1 if you have the <zstd.h> header file. */
839 /* #undef HAVE_ZSTD_H */
840 
841 /* Define to the sub-directory where libtool stores uninstalled libraries. */
842 #define LT_OBJDIR ".libs/"
843 
844 /* Define to 1 if you need the lber.h header file even with ldap.h */
845 /* #undef NEED_LBER_H */
846 
847 /* Define to 1 if you need the malloc.h header file even with stdlib.h */
848 /* #undef NEED_MALLOC_H */
849 
850 /* Define to 1 if you need the memory.h header file even with stdlib.h */
851 /* #undef NEED_MEMORY_H */
852 
853 /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
854 /* #undef NEED_REENTRANT */
855 
856 /* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
857 /* #undef NEED_THREAD_SAFE */
858 
859 /* Define to enable NTLM delegation to winbind's ntlm_auth helper. */
860 /* #undef NTLM_WB_ENABLED */
861 
862 /* Define absolute filename for winbind's ntlm_auth helper. */
863 /* #undef NTLM_WB_FILE */
864 
865 /* Name of package */
866 #define PACKAGE "curl"
867 
868 /* Define to the address where bug reports for this package should be sent. */
869 #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.haxx.se/mail/"
870 
871 /* Define to the full name of this package. */
872 #define PACKAGE_NAME "curl"
873 
874 /* Define to the full name and version of this package. */
875 #define PACKAGE_STRING "curl -"
876 
877 /* Define to the one symbol short name of this package. */
878 #define PACKAGE_TARNAME "curl"
879 
880 /* Define to the home page for this package. */
881 #define PACKAGE_URL ""
882 
883 /* Define to the version of this package. */
884 #define PACKAGE_VERSION "-"
885 
886 /* a suitable file to read random data from */
887 /* #undef RANDOM_FILE */
888 
889 /* Define to the type of arg 1 for recv. */
890 #define RECV_TYPE_ARG1 int
891 
892 /* Define to the type of arg 2 for recv. */
893 #define RECV_TYPE_ARG2 void *
894 
895 /* Define to the type of arg 3 for recv. */
896 #define RECV_TYPE_ARG3 size_t
897 
898 /* Define to the type of arg 4 for recv. */
899 #define RECV_TYPE_ARG4 int
900 
901 /* Define to the function return type for recv. */
902 #define RECV_TYPE_RETV ssize_t
903 
904 /* Define as the return type of signal handlers (`int' or `void'). */
905 #define RETSIGTYPE void
906 
907 /* Define to the type qualifier of arg 5 for select. */
908 #define SELECT_QUAL_ARG5
909 
910 /* Define to the type of arg 1 for select. */
911 #define SELECT_TYPE_ARG1 int
912 
913 /* Define to the type of args 2, 3 and 4 for select. */
914 #define SELECT_TYPE_ARG234 fd_set *
915 
916 /* Define to the type of arg 5 for select. */
917 #define SELECT_TYPE_ARG5 struct timeval *
918 
919 /* Define to the function return type for select. */
920 #define SELECT_TYPE_RETV ssize_t
921 
922 /* Define to the type qualifier of arg 2 for send. */
923 #define SEND_QUAL_ARG2 const
924 
925 /* Define to the type of arg 1 for send. */
926 #define SEND_TYPE_ARG1 int
927 
928 /* Define to the type of arg 2 for send. */
929 #define SEND_TYPE_ARG2 void *
930 
931 /* Define to the type of arg 3 for send. */
932 #define SEND_TYPE_ARG3 size_t
933 
934 /* Define to the type of arg 4 for send. */
935 #define SEND_TYPE_ARG4 int
936 
937 /* Define to the function return type for send. */
938 #define SEND_TYPE_RETV ssize_t
939 
940 /* The number of bytes in type curl_off_t */
941 #define SIZEOF_CURL_OFF_T 8
942 
943 /* The number of bytes in type int */
944 #define SIZEOF_INT 4
945 
946 /* The number of bytes in type short */
947 #define SIZEOF_SHORT 2
948 
949 /* Define to 1 if you have the ANSI C header files. */
950 #define STDC_HEADERS 1
951 
952 /* Define to the type of arg 3 for strerror_r. */
953 #define STRERROR_R_TYPE_ARG3 size_t
954 
955 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
956 #define TIME_WITH_SYS_TIME 1
957 
958 /* to enable alt-svc */
959 /* #undef USE_ALTSVC */
960 
961 /* if AmiSSL is in use */
962 /* #undef USE_AMISSL */
963 
964 /* Define to enable c-ares support */
965 /* #undef USE_ARES */
966 
967 /* if BearSSL is enabled */
968 /* #undef USE_BEARSSL */
969 
970 /* if ECH support is available */
971 /* #undef USE_ECH */
972 
973 /* if GnuTLS is enabled */
974 /* #undef USE_GNUTLS */
975 
976 /* if GnuTLS uses nettle as crypto backend */
977 /* #undef USE_GNUTLS_NETTLE */
978 
979 /* PSL support enabled */
980 /* #undef USE_LIBPSL */
981 
982 /* if librtmp is in use */
983 /* #undef USE_LIBRTMP */
984 
985 /* if libSSH is in use */
986 /* #undef USE_LIBSSH */
987 
988 /* if libSSH2 is in use */
989 /* #undef USE_LIBSSH2 */
990 
991 /* If you want to build curl with the built-in manual */
992 #define USE_MANUAL 1
993 
994 /* if mbedTLS is enabled */
995 /* #undef USE_MBEDTLS */
996 
997 /* if MesaLink is enabled */
998 /* #undef USE_MESALINK */
999 
1000 /* Define to enable metalink support */
1001 /* #undef USE_METALINK */
1002 
1003 /* if nghttp2 is in use */
1004 /* #undef USE_NGHTTP2 */
1005 
1006 /* if nghttp3 is in use */
1007 /* #undef USE_NGHTTP3 */
1008 
1009 /* if ngtcp2 is in use */
1010 /* #undef USE_NGTCP2 */
1011 
1012 /* if ngtcp2_crypto_gnutls is in use */
1013 /* #undef USE_NGTCP2_CRYPTO_GNUTLS */
1014 
1015 /* if ngtcp2_crypto_openssl is in use */
1016 /* #undef USE_NGTCP2_CRYPTO_OPENSSL */
1017 
1018 /* if NSS is enabled */
1019 /* #undef USE_NSS */
1020 
1021 /* Use OpenLDAP-specific code */
1022 /* #undef USE_OPENLDAP */
1023 
1024 /* if OpenSSL is in use */
1025 #define USE_OPENSSL 1
1026 
1027 /* if quiche is in use */
1028 /* #undef USE_QUICHE */
1029 
1030 /* to enable Windows native SSL/TLS support */
1031 /* #undef USE_SCHANNEL */
1032 
1033 /* enable Secure Transport */
1034 /* #undef USE_SECTRANSP */
1035 
1036 /* if you want POSIX threaded DNS lookup */
1037 #define USE_THREADS_POSIX 1
1038 
1039 /* if you want Win32 threaded DNS lookup */
1040 /* #undef USE_THREADS_WIN32 */
1041 
1042 /* Use TLS-SRP authentication */
1043 /* #undef USE_TLS_SRP */
1044 
1045 /* Use Unix domain sockets */
1046 #define USE_UNIX_SOCKETS 1
1047 
1048 /* Define to 1 if you have the `normaliz' (WinIDN) library (-lnormaliz). */
1049 /* #undef USE_WIN32_IDN */
1050 
1051 /* Define to 1 if you are building a Windows target with large file support.
1052    */
1053 /* #undef USE_WIN32_LARGE_FILES */
1054 
1055 /* Use Windows LDAP implementation */
1056 /* #undef USE_WIN32_LDAP */
1057 
1058 /* Define to 1 if you are building a Windows target without large file
1059    support. */
1060 /* #undef USE_WIN32_SMALL_FILES */
1061 
1062 /* to enable SSPI support */
1063 /* #undef USE_WINDOWS_SSPI */
1064 
1065 /* if wolfSSH is in use */
1066 /* #undef USE_WOLFSSH */
1067 
1068 /* if wolfSSL is enabled */
1069 /* #undef USE_WOLFSSL */
1070 
1071 /* Version number of package */
1072 #define VERSION "-"
1073 
1074 /* Define to 1 to provide own prototypes. */
1075 /* #undef WANT_IDN_PROTOTYPES */
1076 
1077 /* Define to 1 if OS is AIX. */
1078 #ifndef _ALL_SOURCE
1079 /* #  undef _ALL_SOURCE */
1080 #endif
1081 
1082 /* Enable large inode numbers on Mac OS X 10.5.  */
1083 #ifndef _DARWIN_USE_64_BIT_INODE
1084 # define _DARWIN_USE_64_BIT_INODE 1
1085 #endif
1086 
1087 /* Number of bits in a file offset, on hosts where this is settable. */
1088 #define _FILE_OFFSET_BITS 64
1089 
1090 /* Define for large files, on AIX-style hosts. */
1091 /* #undef _LARGE_FILES */
1092 
1093 /* Define to empty if `const' does not conform to ANSI C. */
1094 /* #undef const */
1095 
1096 /* Type to use in place of in_addr_t when system does not provide it. */
1097 /* #undef in_addr_t */
1098 
1099 /* Define to `__inline__' or `__inline' if that's what the C compiler
1100    calls it, or to nothing if 'inline' is not supported under any name.  */
1101 #ifndef __cplusplus
1102 /* #undef inline */
1103 #endif
1104 
1105 /* Define to `unsigned int' if <sys/types.h> does not define. */
1106 /* #undef size_t */
1107 
1108 /* the signed version of size_t */
1109 /* #undef ssize_t */
1110