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