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