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