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