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