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