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 headers-api */ 47 /* #undef CURL_DISABLE_HEADERS_API */ 48 49 /* disable alt-svc */ 50 /* #undef CURL_DISABLE_HSTS */ 51 52 /* to disable HTTP */ 53 /* #undef CURL_DISABLE_HTTP */ 54 55 /* disable HTTP authentication */ 56 /* #undef CURL_DISABLE_HTTP_AUTH */ 57 58 /* to disable IMAP */ 59 #define CURL_DISABLE_IMAP 1 60 61 /* to disable LDAP */ 62 #define CURL_DISABLE_LDAP 1 63 64 /* to disable LDAPS */ 65 #define CURL_DISABLE_LDAPS 1 66 67 /* to disable --libcurl C code generation option */ 68 /* #undef CURL_DISABLE_LIBCURL_OPTION */ 69 70 /* disable mime API */ 71 /* #undef CURL_DISABLE_MIME */ 72 73 /* to disable MQTT */ 74 /* #undef CURL_DISABLE_MQTT */ 75 76 /* disable netrc parsing */ 77 /* #undef CURL_DISABLE_NETRC */ 78 79 /* to disable NTLM support */ 80 /* #undef CURL_DISABLE_NTLM */ 81 82 /* if the OpenSSL configuration won't be loaded automatically */ 83 /* #undef CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG */ 84 85 /* disable date parsing */ 86 /* #undef CURL_DISABLE_PARSEDATE */ 87 88 /* to disable POP3 */ 89 #define CURL_DISABLE_POP3 1 90 91 /* disable progress-meter */ 92 /* #undef CURL_DISABLE_PROGRESS_METER */ 93 94 /* to disable proxies */ 95 /* #undef CURL_DISABLE_PROXY */ 96 97 /* to disable RTSP */ 98 #define CURL_DISABLE_RTSP 1 99 100 /* disable DNS shuffling */ 101 /* #undef CURL_DISABLE_SHUFFLE_DNS */ 102 103 /* to disable SMB/CIFS */ 104 #define CURL_DISABLE_SMB 1 105 106 /* to disable SMTP */ 107 #define CURL_DISABLE_SMTP 1 108 109 /* to disable socketpair support */ 110 /* #undef CURL_DISABLE_SOCKETPAIR */ 111 112 /* to disable TELNET */ 113 #define CURL_DISABLE_TELNET 1 114 115 /* to disable TFTP */ 116 #define CURL_DISABLE_TFTP 1 117 118 /* to disable verbose strings */ 119 /* #undef CURL_DISABLE_VERBOSE_STRINGS */ 120 121 /* Definition to make a library symbol externally visible. */ 122 #define CURL_EXTERN_SYMBOL __attribute__ ((__visibility__ ("default"))) 123 124 /* IP address type in sockaddr */ 125 #define CURL_SA_FAMILY_T sa_family_t 126 127 /* built with multiple SSL backends */ 128 /* #undef CURL_WITH_MULTI_SSL */ 129 130 /* enable debug build options */ 131 /* #undef DEBUGBUILD */ 132 133 /* your Entropy Gathering Daemon socket pathname */ 134 /* #undef EGD_SOCKET */ 135 136 /* Define if you want to enable IPv6 support */ 137 #define ENABLE_IPV6 1 138 139 /* Define to the type of arg 2 for gethostname. */ 140 #define GETHOSTNAME_TYPE_ARG2 size_t 141 142 /* Define to 1 if you have the alarm function. */ 143 #define HAVE_ALARM 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 _Atomic support. */ 152 #define HAVE_ATOMIC 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 <err.h> header file. */ 198 /* #undef HAVE_ERR_H */ 199 200 /* Define to 1 if you have the `fchmod' function. */ 201 #define HAVE_FCHMOD 1 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 `fork' function. */ 216 #define HAVE_FORK 1 217 218 /* Define to 1 if you have the freeaddrinfo function. */ 219 #define HAVE_FREEADDRINFO 1 220 221 /* Define to 1 if you have the fsetxattr function. */ 222 #define HAVE_FSETXATTR 1 223 224 /* fsetxattr() takes 5 args */ 225 #define HAVE_FSETXATTR_5 1 226 227 /* fsetxattr() takes 6 args */ 228 /* #undef HAVE_FSETXATTR_6 */ 229 230 /* Define to 1 if you have the ftruncate function. */ 231 #define HAVE_FTRUNCATE 1 232 233 /* Define to 1 if you have a working getaddrinfo function. */ 234 #define HAVE_GETADDRINFO 1 235 236 /* Define to 1 if the getaddrinfo function is threadsafe. */ 237 #define HAVE_GETADDRINFO_THREADSAFE 1 238 239 /* Define to 1 if you have the `geteuid' function. */ 240 #define HAVE_GETEUID 1 241 242 /* Define to 1 if you have the gethostbyname function. */ 243 #define HAVE_GETHOSTBYNAME 1 244 245 /* Define to 1 if you have the gethostbyname_r function. */ 246 #define HAVE_GETHOSTBYNAME_R 1 247 248 /* gethostbyname_r() takes 3 args */ 249 /* #undef HAVE_GETHOSTBYNAME_R_3 */ 250 251 /* gethostbyname_r() takes 5 args */ 252 /* #undef HAVE_GETHOSTBYNAME_R_5 */ 253 254 /* gethostbyname_r() takes 6 args */ 255 #define HAVE_GETHOSTBYNAME_R_6 1 256 257 /* Define to 1 if you have the gethostname function. */ 258 #define HAVE_GETHOSTNAME 1 259 260 /* Define to 1 if you have a working getifaddrs function. */ 261 #define HAVE_GETIFADDRS 1 262 263 /* Define to 1 if you have the `getpass_r' function. */ 264 /* #undef HAVE_GETPASS_R */ 265 266 /* Define to 1 if you have the getpeername function. */ 267 #define HAVE_GETPEERNAME 1 268 269 /* Define to 1 if you have the `getppid' function. */ 270 #define HAVE_GETPPID 1 271 272 /* Define to 1 if you have the `getpwuid' function. */ 273 #define HAVE_GETPWUID 1 274 275 /* Define to 1 if you have the `getpwuid_r' function. */ 276 #define HAVE_GETPWUID_R 1 277 278 /* Define to 1 if you have the `getrlimit' function. */ 279 #define HAVE_GETRLIMIT 1 280 281 /* Define to 1 if you have the getsockname function. */ 282 #define HAVE_GETSOCKNAME 1 283 284 /* Define to 1 if you have the `gettimeofday' function. */ 285 #define HAVE_GETTIMEOFDAY 1 286 287 /* Define to 1 if you have a working glibc-style strerror_r function. */ 288 /* #undef HAVE_GLIBC_STRERROR_R */ 289 290 /* Define to 1 if you have a working gmtime_r function. */ 291 #define HAVE_GMTIME_R 1 292 293 /* if you have the function gnutls_srp_verifier */ 294 /* #undef HAVE_GNUTLS_SRP */ 295 296 /* if you have GSS-API libraries */ 297 /* #undef HAVE_GSSAPI */ 298 299 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */ 300 /* #undef HAVE_GSSAPI_GSSAPI_GENERIC_H */ 301 302 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */ 303 /* #undef HAVE_GSSAPI_GSSAPI_H */ 304 305 /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */ 306 /* #undef HAVE_GSSAPI_GSSAPI_KRB5_H */ 307 308 /* if you have GNU GSS */ 309 /* #undef HAVE_GSSGNU */ 310 311 /* if you have Heimdal */ 312 /* #undef HAVE_GSSHEIMDAL */ 313 314 /* if you have MIT Kerberos */ 315 /* #undef HAVE_GSSMIT */ 316 317 /* Define to 1 if you have the <hyper.h> header file. */ 318 /* #undef HAVE_HYPER_H */ 319 320 /* Define to 1 if you have the <idn2.h> header file. */ 321 /* #undef HAVE_IDN2_H */ 322 323 /* Define to 1 if you have the <ifaddrs.h> header file. */ 324 #define HAVE_IFADDRS_H 1 325 326 /* Define to 1 if you have the `if_nametoindex' function. */ 327 #define HAVE_IF_NAMETOINDEX 1 328 329 /* Define to 1 if you have a IPv6 capable working inet_ntop function. */ 330 #define HAVE_INET_NTOP 1 331 332 /* Define to 1 if you have a IPv6 capable working inet_pton function. */ 333 #define HAVE_INET_PTON 1 334 335 /* Define to 1 if you have the <inttypes.h> header file. */ 336 #define HAVE_INTTYPES_H 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 the <io.h> header file. */ 352 /* #undef HAVE_IO_H */ 353 354 /* Define to 1 if you have the lber.h header file. */ 355 /* #undef HAVE_LBER_H */ 356 357 /* Define to 1 if you have the ldap.h header file. */ 358 /* #undef HAVE_LDAP_H */ 359 360 /* Use LDAPS implementation */ 361 /* #undef HAVE_LDAP_SSL */ 362 363 /* Define to 1 if you have the ldap_ssl.h header file. */ 364 /* #undef HAVE_LDAP_SSL_H */ 365 366 /* Define to 1 if you have the `ldap_url_parse' function. */ 367 /* #undef HAVE_LDAP_URL_PARSE */ 368 369 /* Define to 1 if you have the `brotlidec' library (-lbrotlidec). */ 370 /* #undef HAVE_LIBBROTLIDEC */ 371 372 /* Define to 1 if you have the <libgen.h> header file. */ 373 #define HAVE_LIBGEN_H 1 374 375 /* Define to 1 if you have the `idn2' library (-lidn2). */ 376 /* #undef HAVE_LIBIDN2 */ 377 378 /* Define to 1 if using libressl. */ 379 /* #undef HAVE_LIBRESSL */ 380 381 /* Define to 1 if you have the <librtmp/rtmp.h> header file. */ 382 /* #undef HAVE_LIBRTMP_RTMP_H */ 383 384 /* Define to 1 if you have the `ssh' library (-lssh). */ 385 /* #undef HAVE_LIBSSH */ 386 387 /* Define to 1 if you have the `ssh2' library (-lssh2). */ 388 /* #undef HAVE_LIBSSH2 */ 389 390 /* Define to 1 if you have the `ssl' library (-lssl). */ 391 #define HAVE_LIBSSL 1 392 393 /* Define to 1 if you have the `wolfssh' library (-lwolfssh). */ 394 /* #undef HAVE_LIBWOLFSSH */ 395 396 /* if zlib is available */ 397 #define HAVE_LIBZ 1 398 399 /* Define to 1 if you have the `zstd' library (-lzstd). */ 400 /* #undef HAVE_LIBZSTD */ 401 402 /* Define to 1 if you have the <linux/tcp.h> header file. */ 403 #define HAVE_LINUX_TCP_H 1 404 405 /* Define to 1 if you have the <locale.h> header file. */ 406 #define HAVE_LOCALE_H 1 407 408 /* Define to 1 if the compiler supports the 'long long' data type. */ 409 #define HAVE_LONGLONG 1 410 411 /* Define to 1 if you have the `mach_absolute_time' function. */ 412 /* #undef HAVE_MACH_ABSOLUTE_TIME */ 413 414 /* Define to 1 if you have the memrchr function or macro. */ 415 #define HAVE_MEMRCHR 1 416 417 /* Define to 1 if you have the MSG_NOSIGNAL flag. */ 418 #define HAVE_MSG_NOSIGNAL 1 419 420 /* Define to 1 if you have the <msh3.h> header file. */ 421 /* #undef HAVE_MSH3_H */ 422 423 /* Define to 1 if you have the <netdb.h> header file. */ 424 #define HAVE_NETDB_H 1 425 426 /* Define to 1 if you have the <netinet/in6.h> header file. */ 427 /* #undef HAVE_NETINET_IN6_H */ 428 429 /* Define to 1 if you have the <netinet/in.h> header file. */ 430 #define HAVE_NETINET_IN_H 1 431 432 /* Define to 1 if you have the <netinet/tcp.h> header file. */ 433 #define HAVE_NETINET_TCP_H 1 434 435 /* Define to 1 if you have the <netinet/udp.h> header file. */ 436 #define HAVE_NETINET_UDP_H 1 437 438 /* Define to 1 if you have the <net/if.h> header file. */ 439 #define HAVE_NET_IF_H 1 440 441 /* Define to 1 if you have the <nghttp2/nghttp2.h> header file. */ 442 /* #undef HAVE_NGHTTP2_NGHTTP2_H */ 443 444 /* Define to 1 if you have the <nghttp3/nghttp3.h> header file. */ 445 /* #undef HAVE_NGHTTP3_NGHTTP3_H */ 446 447 /* Define to 1 if you have the <ngtcp2/ngtcp2_crypto.h> header file. */ 448 /* #undef HAVE_NGTCP2_NGTCP2_CRYPTO_H */ 449 450 /* Define to 1 if you have the <ngtcp2/ngtcp2.h> header file. */ 451 /* #undef HAVE_NGTCP2_NGTCP2_H */ 452 453 /* if you have an old MIT Kerberos version, lacking GSS_C_NT_HOSTBASED_SERVICE 454 */ 455 /* #undef HAVE_OLD_GSSMIT */ 456 457 /* Define to 1 if using OpenSSL 3 or later. */ 458 /* #undef HAVE_OPENSSL3 */ 459 460 /* Define to 1 if you have the <openssl/crypto.h> header file. */ 461 #define HAVE_OPENSSL_CRYPTO_H 1 462 463 /* Define to 1 if you have the <openssl/err.h> header file. */ 464 #define HAVE_OPENSSL_ERR_H 1 465 466 /* Define to 1 if you have the <openssl/pem.h> header file. */ 467 #define HAVE_OPENSSL_PEM_H 1 468 469 /* Define to 1 if you have the <openssl/rsa.h> header file. */ 470 #define HAVE_OPENSSL_RSA_H 1 471 472 /* if you have the functions SSL_CTX_set_srp_username and 473 SSL_CTX_set_srp_password */ 474 /* #undef HAVE_OPENSSL_SRP */ 475 476 /* Define to 1 if you have the <openssl/ssl.h> header file. */ 477 #define HAVE_OPENSSL_SSL_H 1 478 479 /* Define to 1 if you have the <openssl/x509.h> header file. */ 480 #define HAVE_OPENSSL_X509_H 1 481 482 /* Define to 1 if you have the <pem.h> header file. */ 483 /* #undef HAVE_PEM_H */ 484 485 /* Define to 1 if you have the `pipe' function. */ 486 #define HAVE_PIPE 1 487 488 /* if you have the PK11_CreateManagedGenericObject function */ 489 /* #undef HAVE_PK11_CREATEMANAGEDGENERICOBJECT */ 490 491 /* If you have a fine poll */ 492 #define HAVE_POLL_FINE 1 493 494 /* Define to 1 if you have the <poll.h> header file. */ 495 #define HAVE_POLL_H 1 496 497 /* Define to 1 if you have a working POSIX-style strerror_r function. */ 498 #define HAVE_POSIX_STRERROR_R 1 499 500 /* Define to 1 if you have the <proto/bsdsocket.h> header file. */ 501 /* #undef HAVE_PROTO_BSDSOCKET_H */ 502 503 /* if you have <pthread.h> */ 504 #define HAVE_PTHREAD_H 1 505 506 /* Define to 1 if you have the <pwd.h> header file. */ 507 #define HAVE_PWD_H 1 508 509 /* Define to 1 if you have the `quiche_conn_set_qlog_fd' function. */ 510 /* #undef HAVE_QUICHE_CONN_SET_QLOG_FD */ 511 512 /* Define to 1 if you have the <quiche.h> header file. */ 513 /* #undef HAVE_QUICHE_H */ 514 515 /* Define to 1 if you have the `RAND_egd' function. */ 516 /* #undef HAVE_RAND_EGD */ 517 518 /* Define to 1 if you have the recv function. */ 519 #define HAVE_RECV 1 520 521 /* Define to 1 if you have the <rsa.h> header file. */ 522 /* #undef HAVE_RSA_H */ 523 524 /* Define to 1 if you have the `sched_yield' function. */ 525 #define HAVE_SCHED_YIELD 1 526 527 /* Define to 1 if you have the select function. */ 528 #define HAVE_SELECT 1 529 530 /* Define to 1 if you have the send function. */ 531 #define HAVE_SEND 1 532 533 /* Define to 1 if you have the `sendmsg' function. */ 534 #define HAVE_SENDMSG 1 535 536 /* Define to 1 if you have the <setjmp.h> header file. */ 537 #define HAVE_SETJMP_H 1 538 539 /* Define to 1 if you have the `setlocale' function. */ 540 #define HAVE_SETLOCALE 1 541 542 /* Define to 1 if you have the `setmode' function. */ 543 /* #undef HAVE_SETMODE */ 544 545 /* Define to 1 if you have the `setrlimit' function. */ 546 #define HAVE_SETRLIMIT 1 547 548 /* Define to 1 if you have the sigaction function. */ 549 #define HAVE_SIGACTION 1 550 551 /* Define to 1 if you have the siginterrupt function. */ 552 #define HAVE_SIGINTERRUPT 1 553 554 /* Define to 1 if you have the signal function. */ 555 #define HAVE_SIGNAL 1 556 557 /* Define to 1 if you have the <signal.h> header file. */ 558 #define HAVE_SIGNAL_H 1 559 560 /* Define to 1 if you have the sigsetjmp function or macro. */ 561 /* #undef HAVE_SIGSETJMP */ 562 563 /* Define to 1 if you have the `snprintf' function. */ 564 #define HAVE_SNPRINTF 1 565 566 /* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */ 567 #define HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID 1 568 569 /* Define to 1 if you have the socket function. */ 570 #define HAVE_SOCKET 1 571 572 /* Define to 1 if you have the socketpair function. */ 573 #define HAVE_SOCKETPAIR 1 574 575 /* Define to 1 if you have the <socket.h> header file. */ 576 /* #undef HAVE_SOCKET_H */ 577 578 /* Define to 1 if you have the `SSL_get_ech_status' function. */ 579 /* #undef HAVE_SSL_GET_ECH_STATUS */ 580 581 /* Define to 1 if you have the <ssl.h> header file. */ 582 /* #undef HAVE_SSL_H */ 583 584 /* Define to 1 if you have the `SSL_set0_wbio' function. */ 585 #define HAVE_SSL_SET0_WBIO 1 586 587 /* Define to 1 if you have the <stdatomic.h> header file. */ 588 #define HAVE_STDATOMIC_H 1 589 590 /* Define to 1 if you have the <stdbool.h> header file. */ 591 #define HAVE_STDBOOL_H 1 592 593 /* Define to 1 if you have the <stdint.h> header file. */ 594 #define HAVE_STDINT_H 1 595 596 /* Define to 1 if you have the <stdio.h> header file. */ 597 #define HAVE_STDIO_H 1 598 599 /* Define to 1 if you have the <stdlib.h> header file. */ 600 #define HAVE_STDLIB_H 1 601 602 /* Define to 1 if you have the strcasecmp function. */ 603 #define HAVE_STRCASECMP 1 604 605 /* Define to 1 if you have the strcmpi function. */ 606 /* #undef HAVE_STRCMPI */ 607 608 /* Define to 1 if you have the strdup function. */ 609 #define HAVE_STRDUP 1 610 611 /* Define to 1 if you have the strerror_r function. */ 612 #define HAVE_STRERROR_R 1 613 614 /* Define to 1 if you have the stricmp function. */ 615 /* #undef HAVE_STRICMP */ 616 617 /* Define to 1 if you have the <strings.h> header file. */ 618 #define HAVE_STRINGS_H 1 619 620 /* Define to 1 if you have the <string.h> header file. */ 621 #define HAVE_STRING_H 1 622 623 /* Define to 1 if you have the strtok_r function. */ 624 #define HAVE_STRTOK_R 1 625 626 /* Define to 1 if you have the strtoll function. */ 627 #define HAVE_STRTOLL 1 628 629 /* if struct sockaddr_storage is defined */ 630 #define HAVE_STRUCT_SOCKADDR_STORAGE 1 631 632 /* Define to 1 if you have the timeval struct. */ 633 #define HAVE_STRUCT_TIMEVAL 1 634 635 /* Define to 1 if suseconds_t is an available type. */ 636 #define HAVE_SUSECONDS_T 1 637 638 /* Define to 1 if you have the <sys/filio.h> header file. */ 639 /* #undef HAVE_SYS_FILIO_H */ 640 641 /* Define to 1 if you have the <sys/ioctl.h> header file. */ 642 #define HAVE_SYS_IOCTL_H 1 643 644 /* Define to 1 if you have the <sys/param.h> header file. */ 645 #define HAVE_SYS_PARAM_H 1 646 647 /* Define to 1 if you have the <sys/poll.h> header file. */ 648 #define HAVE_SYS_POLL_H 1 649 650 /* Define to 1 if you have the <sys/resource.h> header file. */ 651 #define HAVE_SYS_RESOURCE_H 1 652 653 /* Define to 1 if you have the <sys/select.h> header file. */ 654 #define HAVE_SYS_SELECT_H 1 655 656 /* Define to 1 if you have the <sys/socket.h> header file. */ 657 #define HAVE_SYS_SOCKET_H 1 658 659 /* Define to 1 if you have the <sys/sockio.h> header file. */ 660 /* #undef HAVE_SYS_SOCKIO_H */ 661 662 /* Define to 1 if you have the <sys/stat.h> header file. */ 663 #define HAVE_SYS_STAT_H 1 664 665 /* Define to 1 if you have the <sys/time.h> header file. */ 666 #define HAVE_SYS_TIME_H 1 667 668 /* Define to 1 if you have the <sys/types.h> header file. */ 669 #define HAVE_SYS_TYPES_H 1 670 671 /* Define to 1 if you have the <sys/uio.h> header file. */ 672 #define HAVE_SYS_UIO_H 1 673 674 /* Define to 1 if you have the <sys/un.h> header file. */ 675 #define HAVE_SYS_UN_H 1 676 677 /* Define to 1 if you have the <sys/utime.h> header file. */ 678 /* #undef HAVE_SYS_UTIME_H */ 679 680 /* Define to 1 if you have the <sys/wait.h> header file. */ 681 #define HAVE_SYS_WAIT_H 1 682 683 /* Define to 1 if you have the <sys/xattr.h> header file. */ 684 #define HAVE_SYS_XATTR_H 1 685 686 /* Define to 1 if you have the <termios.h> header file. */ 687 #define HAVE_TERMIOS_H 1 688 689 /* Define to 1 if you have the <termio.h> header file. */ 690 #define HAVE_TERMIO_H 1 691 692 /* Define this if time_t is unsigned */ 693 /* #undef HAVE_TIME_T_UNSIGNED */ 694 695 /* Define to 1 if you have the <unistd.h> header file. */ 696 #define HAVE_UNISTD_H 1 697 698 /* Define to 1 if you have the `utime' function. */ 699 #define HAVE_UTIME 1 700 701 /* Define to 1 if you have the `utimes' function. */ 702 #define HAVE_UTIMES 1 703 704 /* Define to 1 if you have the <utime.h> header file. */ 705 #define HAVE_UTIME_H 1 706 707 /* Define to 1 if compiler supports C99 variadic macro style. */ 708 #define HAVE_VARIADIC_MACROS_C99 1 709 710 /* Define to 1 if compiler supports old gcc variadic macro style. */ 711 #define HAVE_VARIADIC_MACROS_GCC 1 712 713 /* Define to 1 if you have the wincrypt.h header file. */ 714 /* #undef HAVE_WINCRYPT_H */ 715 716 /* Define to 1 if you have the windows.h header file. */ 717 /* #undef HAVE_WINDOWS_H */ 718 719 /* Define to 1 if you have the winldap.h header file. */ 720 /* #undef HAVE_WINLDAP_H */ 721 722 /* Define to 1 if you have the winsock2.h header file. */ 723 /* #undef HAVE_WINSOCK2_H */ 724 725 /* Define to 1 if you have the <wolfssh/ssh.h> header file. */ 726 /* #undef HAVE_WOLFSSH_SSH_H */ 727 728 /* if you have wolfSSL_DES_ecb_encrypt */ 729 /* #undef HAVE_WOLFSSL_DES_ECB_ENCRYPT */ 730 731 /* if you have wolfSSL_BIO_set_shutdown */ 732 /* #undef HAVE_WOLFSSL_FULL_BIO */ 733 734 /* Define to 1 if you have the `wolfSSL_get_peer_certificate' function. */ 735 /* #undef HAVE_WOLFSSL_GET_PEER_CERTIFICATE */ 736 737 /* Define to 1 if you have the `wolfSSL_UseALPN' function. */ 738 /* #undef HAVE_WOLFSSL_USEALPN */ 739 740 /* Define this symbol if your OS supports changing the contents of argv */ 741 #define HAVE_WRITABLE_ARGV 1 742 743 /* Define to 1 if you have the ws2tcpip.h header file. */ 744 /* #undef HAVE_WS2TCPIP_H */ 745 746 /* Define to 1 if you have the <x509.h> header file. */ 747 /* #undef HAVE_X509_H */ 748 749 /* if libzstd is in use */ 750 /* #undef HAVE_ZSTD */ 751 752 /* Define to 1 if you have the <zstd.h> header file. */ 753 /* #undef HAVE_ZSTD_H */ 754 755 /* Define to the sub-directory where libtool stores uninstalled libraries. */ 756 #define LT_OBJDIR ".libs/" 757 758 /* Define to 1 if you need the lber.h header file even with ldap.h */ 759 /* #undef NEED_LBER_H */ 760 761 /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */ 762 /* #undef NEED_REENTRANT */ 763 764 /* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */ 765 /* #undef NEED_THREAD_SAFE */ 766 767 /* Define to enable NTLM delegation to winbind's ntlm_auth helper. */ 768 /* #undef NTLM_WB_ENABLED */ 769 770 /* Define absolute filename for winbind's ntlm_auth helper. */ 771 /* #undef NTLM_WB_FILE */ 772 773 /* Name of package */ 774 #define PACKAGE "curl" 775 776 /* Define to the address where bug reports for this package should be sent. */ 777 #define PACKAGE_BUGREPORT "a suitable curl mailing list: https://curl.se/mail/" 778 779 /* Define to the full name of this package. */ 780 #define PACKAGE_NAME "curl" 781 782 /* Define to the full name and version of this package. */ 783 #define PACKAGE_STRING "curl -" 784 785 /* Define to the one symbol short name of this package. */ 786 #define PACKAGE_TARNAME "curl" 787 788 /* Define to the home page for this package. */ 789 #define PACKAGE_URL "" 790 791 /* Define to the version of this package. */ 792 #define PACKAGE_VERSION "-" 793 794 /* a suitable file to read random data from */ 795 #define RANDOM_FILE "/dev/urandom" 796 797 /* Size of curl_off_t in number of bytes */ 798 #define SIZEOF_CURL_OFF_T 8 799 800 /* Size of int in number of bytes */ 801 #define SIZEOF_INT 4 802 803 /* Size of long in number of bytes */ 804 /* #undef SIZEOF_LONG_LONG */ 805 806 /* Size of long long in number of bytes */ 807 /* #undef SIZEOF_LONG_LONG */ 808 809 /* Size of off_t in number of bytes */ 810 /* #undef SIZEOF_OFF_T 8 */ 811 812 /* Size of size_t in number of bytes */ 813 /* #undef SIZEOF_SIZE_T 8 */ 814 815 /* Size of time_t in number of bytes */ 816 /* #undef SIZEOF_TIME_T 8 */ 817 818 /* Define to 1 if all of the C90 standard headers exist (not just the ones 819 required in a freestanding environment). This macro is provided for 820 backward compatibility; new code need not use it. */ 821 #define STDC_HEADERS 1 822 823 /* if AmiSSL is in use */ 824 /* #undef USE_AMISSL */ 825 826 /* Define to enable c-ares support */ 827 /* #undef USE_ARES */ 828 829 /* if BearSSL is enabled */ 830 /* #undef USE_BEARSSL */ 831 832 /* if ECH support is available */ 833 /* #undef USE_ECH */ 834 835 /* if GnuTLS is enabled */ 836 /* #undef USE_GNUTLS */ 837 838 /* GSASL support enabled */ 839 /* #undef USE_GSASL */ 840 841 /* if hyper is in use */ 842 /* #undef USE_HYPER */ 843 844 /* PSL support enabled */ 845 /* #undef USE_LIBPSL */ 846 847 /* if librtmp is in use */ 848 /* #undef USE_LIBRTMP */ 849 850 /* if libSSH is in use */ 851 /* #undef USE_LIBSSH */ 852 853 /* if libSSH2 is in use */ 854 /* #undef USE_LIBSSH2 */ 855 856 /* If you want to build curl with the built-in manual */ 857 #define USE_MANUAL 1 858 859 /* if mbedTLS is enabled */ 860 /* #undef USE_MBEDTLS */ 861 862 /* if msh3 is in use */ 863 /* #undef USE_MSH3 */ 864 865 /* if nghttp2 is in use */ 866 /* #undef USE_NGHTTP2 */ 867 868 /* if nghttp3 is in use */ 869 /* #undef USE_NGHTTP3 */ 870 871 /* if ngtcp2 is in use */ 872 /* #undef USE_NGTCP2 */ 873 874 /* if ngtcp2_crypto_gnutls is in use */ 875 /* #undef USE_NGTCP2_CRYPTO_GNUTLS */ 876 877 /* if ngtcp2_crypto_openssl is in use */ 878 /* #undef USE_NGTCP2_CRYPTO_OPENSSL */ 879 880 /* if ngtcp2_crypto_wolfssl is in use */ 881 /* #undef USE_NGTCP2_CRYPTO_WOLFSSL */ 882 883 /* if NSS is enabled */ 884 /* #undef USE_NSS */ 885 886 /* Use OpenLDAP-specific code */ 887 /* #undef USE_OPENLDAP */ 888 889 /* if OpenSSL is in use */ 890 #define USE_OPENSSL 1 891 892 /* if quiche is in use */ 893 /* #undef USE_QUICHE */ 894 895 /* if rustls is enabled */ 896 /* #undef USE_RUSTLS */ 897 898 /* to enable Windows native SSL/TLS support */ 899 /* #undef USE_SCHANNEL */ 900 901 /* enable Secure Transport */ 902 /* #undef USE_SECTRANSP */ 903 904 /* if you want POSIX threaded DNS lookup */ 905 #define USE_THREADS_POSIX 1 906 907 /* if you want Win32 threaded DNS lookup */ 908 /* #undef USE_THREADS_WIN32 */ 909 910 /* Use TLS-SRP authentication */ 911 /* #undef USE_TLS_SRP */ 912 913 /* Use Unix domain sockets */ 914 #define USE_UNIX_SOCKETS 1 915 916 /* enable websockets support */ 917 /* #undef USE_WEBSOCKETS */ 918 919 /* Define to 1 if you are building a Windows target with crypto API support. 920 */ 921 /* #undef USE_WIN32_CRYPTO */ 922 923 /* Define to 1 if you have the `normaliz' (WinIDN) library (-lnormaliz). */ 924 /* #undef USE_WIN32_IDN */ 925 926 /* Define to 1 if you are building a Windows target with large file support. 927 */ 928 /* #undef USE_WIN32_LARGE_FILES */ 929 930 /* Use Windows LDAP implementation */ 931 /* #undef USE_WIN32_LDAP */ 932 933 /* Define to 1 if you are building a Windows target without large file 934 support. */ 935 /* #undef USE_WIN32_SMALL_FILES */ 936 937 /* to enable SSPI support */ 938 /* #undef USE_WINDOWS_SSPI */ 939 940 /* if wolfSSH is in use */ 941 /* #undef USE_WOLFSSH */ 942 943 /* if wolfSSL is enabled */ 944 /* #undef USE_WOLFSSL */ 945 946 /* Version number of package */ 947 #define VERSION "-" 948 949 /* Define to 1 if OS is AIX. */ 950 #ifndef _ALL_SOURCE 951 /* # undef _ALL_SOURCE */ 952 #endif 953 954 /* Number of bits in a file offset, on hosts where this is settable. */ 955 #define _FILE_OFFSET_BITS 64 956 957 /* Define for large files, on AIX-style hosts. */ 958 /* #undef _LARGE_FILES */ 959 960 /* Define to empty if `const' does not conform to ANSI C. */ 961 /* #undef const */ 962 963 /* Type to use in place of in_addr_t when system does not provide it. */ 964 /* #undef in_addr_t */ 965 966 /* Define to `__inline__' or `__inline' if that's what the C compiler 967 calls it, or to nothing if 'inline' is not supported under any name. */ 968 #ifndef __cplusplus 969 /* #undef inline */ 970 #endif 971 972 /* Define to `unsigned int' if <sys/types.h> does not define. */ 973 /* #undef size_t */ 974 975 /* the signed version of size_t */ 976 /* #undef ssize_t */ 977