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