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