quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

curl_config.h.in (23742B)


      1 /* lib/curl_config.h.in.  Generated from configure.ac by autoheader.  */
      2 
      3 /* !checksrc! disable COPYRIGHT all */
      4 
      5 /* Location of default ca bundle */
      6 #undef CURL_CA_BUNDLE
      7 
      8 /* define "1" to use built-in CA store of SSL library */
      9 #undef CURL_CA_FALLBACK
     10 
     11 /* Location of default ca path */
     12 #undef CURL_CA_PATH
     13 
     14 /* If safe CA bundle search is enabled */
     15 #undef CURL_CA_SEARCH_SAFE
     16 
     17 /* Default SSL backend */
     18 #undef CURL_DEFAULT_SSL_BACKEND
     19 
     20 /* disable alt-svc */
     21 #undef CURL_DISABLE_ALTSVC
     22 
     23 /* to disable AWS sig support */
     24 #undef CURL_DISABLE_AWS
     25 
     26 /* to disable basic authentication */
     27 #undef CURL_DISABLE_BASIC_AUTH
     28 
     29 /* to disable bearer authentication */
     30 #undef CURL_DISABLE_BEARER_AUTH
     31 
     32 /* disable local binding support */
     33 #undef CURL_DISABLE_BINDLOCAL
     34 
     35 /* If unsafe CA bundle search in PATH on Windows is disabled */
     36 #undef CURL_DISABLE_CA_SEARCH
     37 
     38 /* to disable cookies support */
     39 #undef CURL_DISABLE_COOKIES
     40 
     41 /* to disable DICT */
     42 #undef CURL_DISABLE_DICT
     43 
     44 /* to disable digest authentication */
     45 #undef CURL_DISABLE_DIGEST_AUTH
     46 
     47 /* disable DoH */
     48 #undef CURL_DISABLE_DOH
     49 
     50 /* to disable FILE */
     51 #undef CURL_DISABLE_FILE
     52 
     53 /* disable form API */
     54 #undef CURL_DISABLE_FORM_API
     55 
     56 /* to disable FTP */
     57 #undef CURL_DISABLE_FTP
     58 
     59 /* to disable curl_easy_options */
     60 #undef CURL_DISABLE_GETOPTIONS
     61 
     62 /* to disable Gopher */
     63 #undef CURL_DISABLE_GOPHER
     64 
     65 /* disable headers-api */
     66 #undef CURL_DISABLE_HEADERS_API
     67 
     68 /* disable alt-svc */
     69 #undef CURL_DISABLE_HSTS
     70 
     71 /* to disable HTTP */
     72 #undef CURL_DISABLE_HTTP
     73 
     74 /* disable HTTP authentication */
     75 #undef CURL_DISABLE_HTTP_AUTH
     76 
     77 /* to disable IMAP */
     78 #undef CURL_DISABLE_IMAP
     79 
     80 /* to disable IPFS */
     81 #undef CURL_DISABLE_IPFS
     82 
     83 /* to disable kerberos authentication */
     84 #undef CURL_DISABLE_KERBEROS_AUTH
     85 
     86 /* to disable LDAP */
     87 #undef CURL_DISABLE_LDAP
     88 
     89 /* to disable LDAPS */
     90 #undef CURL_DISABLE_LDAPS
     91 
     92 /* to disable --libcurl C code generation option */
     93 #undef CURL_DISABLE_LIBCURL_OPTION
     94 
     95 /* disable mime API */
     96 #undef CURL_DISABLE_MIME
     97 
     98 /* to disable MQTT */
     99 #undef CURL_DISABLE_MQTT
    100 
    101 /* to disable negotiate authentication */
    102 #undef CURL_DISABLE_NEGOTIATE_AUTH
    103 
    104 /* disable netrc parsing */
    105 #undef CURL_DISABLE_NETRC
    106 
    107 /* to disable NTLM support */
    108 #undef CURL_DISABLE_NTLM
    109 
    110 /* if the OpenSSL configuration won't be loaded automatically */
    111 #undef CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG
    112 
    113 /* disable date parsing */
    114 #undef CURL_DISABLE_PARSEDATE
    115 
    116 /* to disable POP3 */
    117 #undef CURL_DISABLE_POP3
    118 
    119 /* disable progress-meter */
    120 #undef CURL_DISABLE_PROGRESS_METER
    121 
    122 /* to disable proxies */
    123 #undef CURL_DISABLE_PROXY
    124 
    125 /* to disable RTSP */
    126 #undef CURL_DISABLE_RTSP
    127 
    128 /* disable SHA-512/256 hash algorithm */
    129 #undef CURL_DISABLE_SHA512_256
    130 
    131 /* disable DNS shuffling */
    132 #undef CURL_DISABLE_SHUFFLE_DNS
    133 
    134 /* to disable SMB/CIFS */
    135 #undef CURL_DISABLE_SMB
    136 
    137 /* to disable SMTP */
    138 #undef CURL_DISABLE_SMTP
    139 
    140 /* to disable socketpair support */
    141 #undef CURL_DISABLE_SOCKETPAIR
    142 
    143 /* to disable TELNET */
    144 #undef CURL_DISABLE_TELNET
    145 
    146 /* to disable TFTP */
    147 #undef CURL_DISABLE_TFTP
    148 
    149 /* to disable verbose strings */
    150 #undef CURL_DISABLE_VERBOSE_STRINGS
    151 
    152 /* disable WebSockets */
    153 #undef CURL_DISABLE_WEBSOCKETS
    154 
    155 /* Definition to make a library symbol externally visible. */
    156 #undef CURL_EXTERN_SYMBOL
    157 
    158 /* cpu-machine-OS */
    159 #undef CURL_OS
    160 
    161 /* built with multiple SSL backends */
    162 #undef CURL_WITH_MULTI_SSL
    163 
    164 /* Define to the type of arg 2 for gethostname. */
    165 #undef GETHOSTNAME_TYPE_ARG2
    166 
    167 /* Define to 1 if you have the `accept4' function. */
    168 #undef HAVE_ACCEPT4
    169 
    170 /* Define to 1 if symbol `ADDRESS_FAMILY' exists */
    171 #undef HAVE_ADDRESS_FAMILY
    172 
    173 /* Define to 1 if you have the alarm function. */
    174 #undef HAVE_ALARM
    175 
    176 /* Define to 1 if you have the `arc4random' function. */
    177 #undef HAVE_ARC4RANDOM
    178 
    179 /* Define to 1 if you have the <arpa/inet.h> header file. */
    180 #undef HAVE_ARPA_INET_H
    181 
    182 /* Define to 1 if you have _Atomic support. */
    183 #undef HAVE_ATOMIC
    184 
    185 /* Define to 1 if you have the basename function. */
    186 #undef HAVE_BASENAME
    187 
    188 /* Define to 1 if bool is an available type. */
    189 #undef HAVE_BOOL_T
    190 
    191 /* if BROTLI is in use */
    192 #undef HAVE_BROTLI
    193 
    194 /* Define to 1 if you have the <brotli/decode.h> header file. */
    195 #undef HAVE_BROTLI_DECODE_H
    196 
    197 /* Define to 1 if you have the __builtin_available function. */
    198 #undef HAVE_BUILTIN_AVAILABLE
    199 
    200 /* Define to 1 if you have the clock_gettime function and monotonic timer. */
    201 #undef HAVE_CLOCK_GETTIME_MONOTONIC
    202 
    203 /* Define to 1 if you have the clock_gettime function and raw monotonic timer.
    204    */
    205 #undef HAVE_CLOCK_GETTIME_MONOTONIC_RAW
    206 
    207 /* Define to 1 if you have the closesocket function. */
    208 #undef HAVE_CLOSESOCKET
    209 
    210 /* Define to 1 if you have the CloseSocket camel case function. */
    211 #undef HAVE_CLOSESOCKET_CAMEL
    212 
    213 /* Define to 1 if you have the fseeko declaration */
    214 #undef HAVE_DECL_FSEEKO
    215 
    216 /* if you have <dirent.h> */
    217 #undef HAVE_DIRENT_H
    218 
    219 /* Define to 1 if you have the <dlfcn.h> header file. */
    220 #undef HAVE_DLFCN_H
    221 
    222 /* Define to 1 if you have the `eventfd' function. */
    223 #undef HAVE_EVENTFD
    224 
    225 /* Define to 1 if you have the fcntl function. */
    226 #undef HAVE_FCNTL
    227 
    228 /* Define to 1 if you have the <fcntl.h> header file. */
    229 #undef HAVE_FCNTL_H
    230 
    231 /* Define to 1 if you have a working fcntl O_NONBLOCK function. */
    232 #undef HAVE_FCNTL_O_NONBLOCK
    233 
    234 /* Define to 1 if you have the `fnmatch' function. */
    235 #undef HAVE_FNMATCH
    236 
    237 /* Define to 1 if you have the freeaddrinfo function. */
    238 #undef HAVE_FREEADDRINFO
    239 
    240 /* Define to 1 if you have the `fseeko' function. */
    241 #undef HAVE_FSEEKO
    242 
    243 /* Define to 1 if you have the fsetxattr function. */
    244 #undef HAVE_FSETXATTR
    245 
    246 /* fsetxattr() takes 5 args */
    247 #undef HAVE_FSETXATTR_5
    248 
    249 /* fsetxattr() takes 6 args */
    250 #undef HAVE_FSETXATTR_6
    251 
    252 /* Define to 1 if you have the ftruncate function. */
    253 #undef HAVE_FTRUNCATE
    254 
    255 /* Define to 1 if you have a working getaddrinfo function. */
    256 #undef HAVE_GETADDRINFO
    257 
    258 /* Define to 1 if the getaddrinfo function is threadsafe. */
    259 #undef HAVE_GETADDRINFO_THREADSAFE
    260 
    261 /* Define to 1 if you have the `geteuid' function. */
    262 #undef HAVE_GETEUID
    263 
    264 /* Define to 1 if you have the gethostbyname_r function. */
    265 #undef HAVE_GETHOSTBYNAME_R
    266 
    267 /* gethostbyname_r() takes 3 args */
    268 #undef HAVE_GETHOSTBYNAME_R_3
    269 
    270 /* gethostbyname_r() takes 5 args */
    271 #undef HAVE_GETHOSTBYNAME_R_5
    272 
    273 /* gethostbyname_r() takes 6 args */
    274 #undef HAVE_GETHOSTBYNAME_R_6
    275 
    276 /* Define to 1 if you have the gethostname function. */
    277 #undef HAVE_GETHOSTNAME
    278 
    279 /* Define to 1 if you have a working getifaddrs function. */
    280 #undef HAVE_GETIFADDRS
    281 
    282 /* Define to 1 if you have the `getpass_r' function. */
    283 #undef HAVE_GETPASS_R
    284 
    285 /* Define to 1 if you have the getpeername function. */
    286 #undef HAVE_GETPEERNAME
    287 
    288 /* Define to 1 if you have the `getppid' function. */
    289 #undef HAVE_GETPPID
    290 
    291 /* Define to 1 if you have the `getpwuid' function. */
    292 #undef HAVE_GETPWUID
    293 
    294 /* Define to 1 if you have the `getpwuid_r' function. */
    295 #undef HAVE_GETPWUID_R
    296 
    297 /* Define to 1 if you have the `getrlimit' function. */
    298 #undef HAVE_GETRLIMIT
    299 
    300 /* Define to 1 if you have the getsockname function. */
    301 #undef HAVE_GETSOCKNAME
    302 
    303 /* Define to 1 if you have the `gettimeofday' function. */
    304 #undef HAVE_GETTIMEOFDAY
    305 
    306 /* Define to 1 if you have a working glibc-style strerror_r function. */
    307 #undef HAVE_GLIBC_STRERROR_R
    308 
    309 /* Define to 1 if you have a working gmtime_r function. */
    310 #undef HAVE_GMTIME_R
    311 
    312 /* if you have the function gnutls_srp_verifier */
    313 #undef HAVE_GNUTLS_SRP
    314 
    315 /* if you have GSS-API libraries */
    316 #undef HAVE_GSSAPI
    317 
    318 /* Define to 1 if you have the <gssapi/gssapi_generic.h> header file. */
    319 #undef HAVE_GSSAPI_GSSAPI_GENERIC_H
    320 
    321 /* Define to 1 if you have the <gssapi/gssapi.h> header file. */
    322 #undef HAVE_GSSAPI_GSSAPI_H
    323 
    324 /* Define to 1 if you have the <gssapi/gssapi_krb5.h> header file. */
    325 #undef HAVE_GSSAPI_GSSAPI_KRB5_H
    326 
    327 /* if you have GNU GSS */
    328 #undef HAVE_GSSGNU
    329 
    330 /* Define to 1 if you have the <idn2.h> header file. */
    331 #undef HAVE_IDN2_H
    332 
    333 /* Define to 1 if you have the <ifaddrs.h> header file. */
    334 #undef HAVE_IFADDRS_H
    335 
    336 /* Define to 1 if you have the `if_nametoindex' function. */
    337 #undef HAVE_IF_NAMETOINDEX
    338 
    339 /* Define to 1 if you have an IPv6 capable working inet_ntop function. */
    340 #undef HAVE_INET_NTOP
    341 
    342 /* Define to 1 if you have an IPv6 capable working inet_pton function. */
    343 #undef HAVE_INET_PTON
    344 
    345 /* Define to 1 if you have the <inttypes.h> header file. */
    346 #undef HAVE_INTTYPES_H
    347 
    348 /* Define to 1 if you have the ioctlsocket function. */
    349 #undef HAVE_IOCTLSOCKET
    350 
    351 /* Define to 1 if you have the IoctlSocket camel case function. */
    352 #undef HAVE_IOCTLSOCKET_CAMEL
    353 
    354 /* Define to 1 if you have a working IoctlSocket camel case FIONBIO function.
    355    */
    356 #undef HAVE_IOCTLSOCKET_CAMEL_FIONBIO
    357 
    358 /* Define to 1 if you have a working ioctlsocket FIONBIO function. */
    359 #undef HAVE_IOCTLSOCKET_FIONBIO
    360 
    361 /* Define to 1 if you have a working ioctl FIONBIO function. */
    362 #undef HAVE_IOCTL_FIONBIO
    363 
    364 /* Define to 1 if you have a working ioctl SIOCGIFADDR function. */
    365 #undef HAVE_IOCTL_SIOCGIFADDR
    366 
    367 /* Define to 1 if you have the <io.h> header file. */
    368 #undef HAVE_IO_H
    369 
    370 /* Define to 1 if you have the lber.h header file. */
    371 #undef HAVE_LBER_H
    372 
    373 /* Define to 1 if you have the ldap.h header file. */
    374 #undef HAVE_LDAP_H
    375 
    376 /* Define to 1 if you have the `ldap_init_fd' function. */
    377 #undef HAVE_LDAP_INIT_FD
    378 
    379 /* Use LDAPS implementation */
    380 #undef HAVE_LDAP_SSL
    381 
    382 /* Define to 1 if you have the ldap_ssl.h header file. */
    383 #undef HAVE_LDAP_SSL_H
    384 
    385 /* Define to 1 if you have the `ldap_url_parse' function. */
    386 #undef HAVE_LDAP_URL_PARSE
    387 
    388 /* Define to 1 if you have the `brotlidec' library (-lbrotlidec). */
    389 #undef HAVE_LIBBROTLIDEC
    390 
    391 /* Define to 1 if you have the <libgen.h> header file. */
    392 #undef HAVE_LIBGEN_H
    393 
    394 /* Define to 1 if you have the `idn2' library (-lidn2). */
    395 #undef HAVE_LIBIDN2
    396 
    397 /* Define to 1 if you have the <libpsl.h> header file. */
    398 #undef HAVE_LIBPSL_H
    399 
    400 /* Define to 1 if you have the <librtmp/rtmp.h> header file. */
    401 #undef HAVE_LIBRTMP_RTMP_H
    402 
    403 /* Define to 1 if you have the `ssh' library (-lssh). */
    404 #undef HAVE_LIBSSH
    405 
    406 /* Define to 1 if you have the `ssh2' library (-lssh2). */
    407 #undef HAVE_LIBSSH2
    408 
    409 /* Define to 1 if you have the `ssl' library (-lssl). */
    410 #undef HAVE_LIBSSL
    411 
    412 /* Define to 1 if you have the `wolfssh' library (-lwolfssh). */
    413 #undef HAVE_LIBWOLFSSH
    414 
    415 /* if zlib is available */
    416 #undef HAVE_LIBZ
    417 
    418 /* Define to 1 if you have the `zstd' library (-lzstd). */
    419 #undef HAVE_LIBZSTD
    420 
    421 /* Define to 1 if you have the <linux/tcp.h> header file. */
    422 #undef HAVE_LINUX_TCP_H
    423 
    424 /* Define to 1 if you have the <locale.h> header file. */
    425 #undef HAVE_LOCALE_H
    426 
    427 /* Define to 1 if the compiler supports the 'long long' data type. */
    428 #undef HAVE_LONGLONG
    429 
    430 /* Define to 1 if you have the `mach_absolute_time' function. */
    431 #undef HAVE_MACH_ABSOLUTE_TIME
    432 
    433 /* Define to 1 if you have the memrchr function or macro. */
    434 #undef HAVE_MEMRCHR
    435 
    436 /* Define to 1 if you have the MSG_NOSIGNAL flag. */
    437 #undef HAVE_MSG_NOSIGNAL
    438 
    439 /* Define to 1 if you have the <msh3.h> header file. */
    440 #undef HAVE_MSH3_H
    441 
    442 /* Define to 1 if you have the <netdb.h> header file. */
    443 #undef HAVE_NETDB_H
    444 
    445 /* Define to 1 if you have the <netinet/in6.h> header file. */
    446 #undef HAVE_NETINET_IN6_H
    447 
    448 /* Define to 1 if you have the <netinet/in.h> header file. */
    449 #undef HAVE_NETINET_IN_H
    450 
    451 /* Define to 1 if you have the <netinet/tcp.h> header file. */
    452 #undef HAVE_NETINET_TCP_H
    453 
    454 /* Define to 1 if you have the <netinet/udp.h> header file. */
    455 #undef HAVE_NETINET_UDP_H
    456 
    457 /* Define to 1 if you have the <net/if.h> header file. */
    458 #undef HAVE_NET_IF_H
    459 
    460 /* Define to 1 if you have the <nghttp2/nghttp2.h> header file. */
    461 #undef HAVE_NGHTTP2_NGHTTP2_H
    462 
    463 /* Define to 1 if you have the <nghttp3/nghttp3.h> header file. */
    464 #undef HAVE_NGHTTP3_NGHTTP3_H
    465 
    466 /* Define to 1 if you have the <ngtcp2/ngtcp2_crypto.h> header file. */
    467 #undef HAVE_NGTCP2_NGTCP2_CRYPTO_H
    468 
    469 /* Define to 1 if you have the <ngtcp2/ngtcp2.h> header file. */
    470 #undef HAVE_NGTCP2_NGTCP2_H
    471 
    472 /* if you have an old MIT Kerberos version, lacking GSS_C_NT_HOSTBASED_SERVICE
    473    */
    474 #undef HAVE_OLD_GSSMIT
    475 
    476 /* if you have opendir */
    477 #undef HAVE_OPENDIR
    478 
    479 /* Define to 1 if you have the <openssl/crypto.h> header file. */
    480 #undef HAVE_OPENSSL_CRYPTO_H
    481 
    482 /* Define to 1 if you have the <openssl/err.h> header file. */
    483 #undef HAVE_OPENSSL_ERR_H
    484 
    485 /* Define to 1 if you have the <openssl/pem.h> header file. */
    486 #undef HAVE_OPENSSL_PEM_H
    487 
    488 /* Define to 1 if you have the <openssl/rsa.h> header file. */
    489 #undef HAVE_OPENSSL_RSA_H
    490 
    491 /* if you have the functions SSL_CTX_set_srp_username and
    492    SSL_CTX_set_srp_password */
    493 #undef HAVE_OPENSSL_SRP
    494 
    495 /* Define to 1 if you have the <openssl/ssl.h> header file. */
    496 #undef HAVE_OPENSSL_SSL_H
    497 
    498 /* Define to 1 if you have the <openssl/x509.h> header file. */
    499 #undef HAVE_OPENSSL_X509_H
    500 
    501 /* Define to 1 if you have the `pipe' function. */
    502 #undef HAVE_PIPE
    503 
    504 /* Define to 1 if you have the `pipe2' function. */
    505 #undef HAVE_PIPE2
    506 
    507 /* Define to 1 if you have the `poll' function. */
    508 #undef HAVE_POLL
    509 
    510 /* Define to 1 if you have the <poll.h> header file. */
    511 #undef HAVE_POLL_H
    512 
    513 /* Define to 1 if you have a working POSIX-style strerror_r function. */
    514 #undef HAVE_POSIX_STRERROR_R
    515 
    516 /* Define to 1 if you have the <proto/bsdsocket.h> header file. */
    517 #undef HAVE_PROTO_BSDSOCKET_H
    518 
    519 /* if you have <pthread.h> */
    520 #undef HAVE_PTHREAD_H
    521 
    522 /* Define to 1 if you have the <pwd.h> header file. */
    523 #undef HAVE_PWD_H
    524 
    525 /* Define to 1 if you have the `quiche_conn_set_qlog_fd' function. */
    526 #undef HAVE_QUICHE_CONN_SET_QLOG_FD
    527 
    528 /* Define to 1 if you have the <quiche.h> header file. */
    529 #undef HAVE_QUICHE_H
    530 
    531 /* Define to 1 if you have the `realpath' function. */
    532 #undef HAVE_REALPATH
    533 
    534 /* Define to 1 if you have the recv function. */
    535 #undef HAVE_RECV
    536 
    537 /* Define to 1 if symbol `sa_family_t' exists */
    538 #undef HAVE_SA_FAMILY_T
    539 
    540 /* Define to 1 if you have the `sched_yield' function. */
    541 #undef HAVE_SCHED_YIELD
    542 
    543 /* Define to 1 if you have the select function. */
    544 #undef HAVE_SELECT
    545 
    546 /* Define to 1 if you have the send function. */
    547 #undef HAVE_SEND
    548 
    549 /* Define to 1 if you have the `sendmmsg' function. */
    550 #undef HAVE_SENDMMSG
    551 
    552 /* Define to 1 if you have the `sendmsg' function. */
    553 #undef HAVE_SENDMSG
    554 
    555 /* Define to 1 if you have the `setlocale' function. */
    556 #undef HAVE_SETLOCALE
    557 
    558 /* Define to 1 if you have the `setmode' function. */
    559 #undef HAVE_SETMODE
    560 
    561 /* Define to 1 if you have the `setrlimit' function. */
    562 #undef HAVE_SETRLIMIT
    563 
    564 /* Define to 1 if you have the sigaction function. */
    565 #undef HAVE_SIGACTION
    566 
    567 /* Define to 1 if you have the siginterrupt function. */
    568 #undef HAVE_SIGINTERRUPT
    569 
    570 /* Define to 1 if you have the signal function. */
    571 #undef HAVE_SIGNAL
    572 
    573 /* Define to 1 if you have the sigsetjmp function or macro. */
    574 #undef HAVE_SIGSETJMP
    575 
    576 /* Define to 1 if you have the `snprintf' function. */
    577 #undef HAVE_SNPRINTF
    578 
    579 /* Define to 1 if struct sockaddr_in6 has the sin6_scope_id member */
    580 #undef HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID
    581 
    582 /* Define to 1 if you have the socket function. */
    583 #undef HAVE_SOCKET
    584 
    585 /* Define to 1 if you have the socketpair function. */
    586 #undef HAVE_SOCKETPAIR
    587 
    588 /* Define to 1 if you have the `SSL_set0_wbio' function. */
    589 #undef HAVE_SSL_SET0_WBIO
    590 
    591 /* Define to 1 if you have the `SSL_set1_ech_config_list' function. */
    592 #undef HAVE_SSL_SET1_ECH_CONFIG_LIST
    593 
    594 /* Define to 1 if you have the `SSL_set_quic_tls_cbs' function. */
    595 #undef HAVE_SSL_SET_QUIC_TLS_CBS
    596 
    597 /* Define to 1 if you have the `SSL_set_quic_use_legacy_codepoint' function.
    598    */
    599 #undef HAVE_SSL_SET_QUIC_USE_LEGACY_CODEPOINT
    600 
    601 /* Define to 1 if you have the <stdatomic.h> header file. */
    602 #undef HAVE_STDATOMIC_H
    603 
    604 /* Define to 1 if you have the <stdbool.h> header file. */
    605 #undef HAVE_STDBOOL_H
    606 
    607 /* Define to 1 if you have the <stdint.h> header file. */
    608 #undef HAVE_STDINT_H
    609 
    610 /* Define to 1 if you have the <stdio.h> header file. */
    611 #undef HAVE_STDIO_H
    612 
    613 /* Define to 1 if you have the <stdlib.h> header file. */
    614 #undef HAVE_STDLIB_H
    615 
    616 /* Define to 1 if you have the strcasecmp function. */
    617 #undef HAVE_STRCASECMP
    618 
    619 /* Define to 1 if you have the strcmpi function. */
    620 #undef HAVE_STRCMPI
    621 
    622 /* Define to 1 if you have the strdup function. */
    623 #undef HAVE_STRDUP
    624 
    625 /* Define to 1 if you have the strerror_r function. */
    626 #undef HAVE_STRERROR_R
    627 
    628 /* Define to 1 if you have the stricmp function. */
    629 #undef HAVE_STRICMP
    630 
    631 /* Define to 1 if you have the <strings.h> header file. */
    632 #undef HAVE_STRINGS_H
    633 
    634 /* Define to 1 if you have the <string.h> header file. */
    635 #undef HAVE_STRING_H
    636 
    637 /* Define to 1 if you have the <stropts.h> header file. */
    638 #undef HAVE_STROPTS_H
    639 
    640 /* if struct sockaddr_storage is defined */
    641 #undef HAVE_STRUCT_SOCKADDR_STORAGE
    642 
    643 /* Define to 1 if you have the timeval struct. */
    644 #undef HAVE_STRUCT_TIMEVAL
    645 
    646 /* Define to 1 if suseconds_t is an available type. */
    647 #undef HAVE_SUSECONDS_T
    648 
    649 /* Define to 1 if you have the <sys/eventfd.h> header file. */
    650 #undef HAVE_SYS_EVENTFD_H
    651 
    652 /* Define to 1 if you have the <sys/filio.h> header file. */
    653 #undef HAVE_SYS_FILIO_H
    654 
    655 /* Define to 1 if you have the <sys/ioctl.h> header file. */
    656 #undef HAVE_SYS_IOCTL_H
    657 
    658 /* Define to 1 if you have the <sys/param.h> header file. */
    659 #undef HAVE_SYS_PARAM_H
    660 
    661 /* Define to 1 if you have the <sys/poll.h> header file. */
    662 #undef HAVE_SYS_POLL_H
    663 
    664 /* Define to 1 if you have the <sys/resource.h> header file. */
    665 #undef HAVE_SYS_RESOURCE_H
    666 
    667 /* Define to 1 if you have the <sys/select.h> header file. */
    668 #undef HAVE_SYS_SELECT_H
    669 
    670 /* Define to 1 if you have the <sys/sockio.h> header file. */
    671 #undef HAVE_SYS_SOCKIO_H
    672 
    673 /* Define to 1 if you have the <sys/stat.h> header file. */
    674 #undef HAVE_SYS_STAT_H
    675 
    676 /* Define to 1 if you have the <sys/types.h> header file. */
    677 #undef HAVE_SYS_TYPES_H
    678 
    679 /* Define to 1 if you have the <sys/un.h> header file. */
    680 #undef HAVE_SYS_UN_H
    681 
    682 /* Define to 1 if you have the <sys/utime.h> header file. */
    683 #undef HAVE_SYS_UTIME_H
    684 
    685 /* Define to 1 if you have the <sys/xattr.h> header file. */
    686 #undef HAVE_SYS_XATTR_H
    687 
    688 /* Define to 1 if you have the <termios.h> header file. */
    689 #undef HAVE_TERMIOS_H
    690 
    691 /* Define to 1 if you have the <termio.h> header file. */
    692 #undef HAVE_TERMIO_H
    693 
    694 /* Define this if time_t is unsigned */
    695 #undef HAVE_TIME_T_UNSIGNED
    696 
    697 /* Define to 1 if you have the <unicode/uidna.h> header file. */
    698 #undef HAVE_UNICODE_UIDNA_H
    699 
    700 /* Define to 1 if you have the <unistd.h> header file. */
    701 #undef HAVE_UNISTD_H
    702 
    703 /* Define to 1 if you have the `utime' function. */
    704 #undef HAVE_UTIME
    705 
    706 /* Define to 1 if you have the `utimes' function. */
    707 #undef HAVE_UTIMES
    708 
    709 /* Define to 1 if you have the <utime.h> header file. */
    710 #undef HAVE_UTIME_H
    711 
    712 /* Define to 1 if you have the <uv.h> header file. */
    713 #undef HAVE_UV_H
    714 
    715 /* Define to 1 if you have the <wolfssh/ssh.h> header file. */
    716 #undef HAVE_WOLFSSH_SSH_H
    717 
    718 /* Define to 1 if you have the `wolfSSL_BIO_new' function. */
    719 #undef HAVE_WOLFSSL_BIO_NEW
    720 
    721 /* Define to 1 if you have the `wolfSSL_BIO_set_shutdown' function. */
    722 #undef HAVE_WOLFSSL_BIO_SET_SHUTDOWN
    723 
    724 /* Define to 1 if you have the `wolfSSL_CTX_GenerateEchConfig' function. */
    725 #undef HAVE_WOLFSSL_CTX_GENERATEECHCONFIG
    726 
    727 /* Define to 1 if you have the `wolfSSL_DES_ecb_encrypt' function. */
    728 #undef HAVE_WOLFSSL_DES_ECB_ENCRYPT
    729 
    730 /* Define to 1 if you have the `wolfSSL_get_peer_certificate' function. */
    731 #undef HAVE_WOLFSSL_GET_PEER_CERTIFICATE
    732 
    733 /* Define to 1 if you have the `wolfSSL_set_quic_use_legacy_codepoint'
    734    function. */
    735 #undef HAVE_WOLFSSL_SET_QUIC_USE_LEGACY_CODEPOINT
    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 #undef HAVE_WRITABLE_ARGV
    742 
    743 /* if libzstd is in use */
    744 #undef HAVE_ZSTD
    745 
    746 /* Define to 1 if you have the <zstd.h> header file. */
    747 #undef HAVE_ZSTD_H
    748 
    749 /* Define to 1 if you have the `_setmode' function. */
    750 #undef HAVE__SETMODE
    751 
    752 /* Define to the sub-directory where libtool stores uninstalled libraries. */
    753 #undef LT_OBJDIR
    754 
    755 /* Define to 1 if you need the lber.h header file even with ldap.h */
    756 #undef NEED_LBER_H
    757 
    758 /* Define to 1 if _REENTRANT preprocessor symbol must be defined. */
    759 #undef NEED_REENTRANT
    760 
    761 /* Define to 1 if _THREAD_SAFE preprocessor symbol must be defined. */
    762 #undef NEED_THREAD_SAFE
    763 
    764 /* openssl with new QUIC API */
    765 #undef OPENSSL_QUIC_API2
    766 
    767 /* Name of package */
    768 #undef PACKAGE
    769 
    770 /* Define to the address where bug reports for this package should be sent. */
    771 #undef PACKAGE_BUGREPORT
    772 
    773 /* Define to the full name of this package. */
    774 #undef PACKAGE_NAME
    775 
    776 /* Define to the full name and version of this package. */
    777 #undef PACKAGE_STRING
    778 
    779 /* Define to the one symbol short name of this package. */
    780 #undef PACKAGE_TARNAME
    781 
    782 /* Define to the home page for this package. */
    783 #undef PACKAGE_URL
    784 
    785 /* Define to the version of this package. */
    786 #undef PACKAGE_VERSION
    787 
    788 /* Size of curl_off_t in number of bytes */
    789 #undef SIZEOF_CURL_OFF_T
    790 
    791 /* Size of curl_socket_t in number of bytes */
    792 #undef SIZEOF_CURL_SOCKET_T
    793 
    794 /* Size of int in number of bytes */
    795 #undef SIZEOF_INT
    796 
    797 /* Size of long in number of bytes */
    798 #undef SIZEOF_LONG
    799 
    800 /* Size of long long in number of bytes */
    801 #undef SIZEOF_LONG_LONG
    802 
    803 /* Size of off_t in number of bytes */
    804 #undef SIZEOF_OFF_T
    805 
    806 /* Size of size_t in number of bytes */
    807 #undef SIZEOF_SIZE_T
    808 
    809 /* Size of time_t in number of bytes */
    810 #undef SIZEOF_TIME_T
    811 
    812 /* Define to 1 if all of the C90 standard headers exist (not just the ones
    813    required in a freestanding environment). This macro is provided for
    814    backward compatibility; new code need not use it. */
    815 #undef STDC_HEADERS
    816 
    817 /* if AmiSSL is in use */
    818 #undef USE_AMISSL
    819 
    820 /* if AppleIDN */
    821 #undef USE_APPLE_IDN
    822 
    823 /* Define to enable c-ares support */
    824 #undef USE_ARES
    825 
    826 /* if ECH support is available */
    827 #undef USE_ECH
    828 
    829 /* if GnuTLS is enabled */
    830 #undef USE_GNUTLS
    831 
    832 /* GSASL support enabled */
    833 #undef USE_GSASL
    834 
    835 /* enable HTTPS RR support */
    836 #undef USE_HTTPSRR
    837 
    838 /* Define if you want to enable IPv6 support */
    839 #undef USE_IPV6
    840 
    841 /* if libpsl is in use */
    842 #undef USE_LIBPSL
    843 
    844 /* if librtmp is in use */
    845 #undef USE_LIBRTMP
    846 
    847 /* if libssh is in use */
    848 #undef USE_LIBSSH
    849 
    850 /* if libssh2 is in use */
    851 #undef USE_LIBSSH2
    852 
    853 /* if libuv is in use */
    854 #undef USE_LIBUV
    855 
    856 /* if mbedTLS is enabled */
    857 #undef USE_MBEDTLS
    858 
    859 /* if msh3 is in use */
    860 #undef USE_MSH3
    861 
    862 /* if nghttp2 is in use */
    863 #undef USE_NGHTTP2
    864 
    865 /* if nghttp3 is in use */
    866 #undef USE_NGHTTP3
    867 
    868 /* if ngtcp2 is in use */
    869 #undef USE_NGTCP2
    870 
    871 /* Use OpenLDAP-specific code */
    872 #undef USE_OPENLDAP
    873 
    874 /* if OpenSSL is in use */
    875 #undef USE_OPENSSL
    876 
    877 /* if openssl QUIC is in use */
    878 #undef USE_OPENSSL_QUIC
    879 
    880 /* if quiche is in use */
    881 #undef USE_QUICHE
    882 
    883 /* if Rustls is enabled */
    884 #undef USE_RUSTLS
    885 
    886 /* to enable Windows native SSL/TLS support */
    887 #undef USE_SCHANNEL
    888 
    889 /* if SSL session export support is available */
    890 #undef USE_SSLS_EXPORT
    891 
    892 /* if you want POSIX threaded DNS lookup */
    893 #undef USE_THREADS_POSIX
    894 
    895 /* if you want Win32 threaded DNS lookup */
    896 #undef USE_THREADS_WIN32
    897 
    898 /* Use TLS-SRP authentication */
    899 #undef USE_TLS_SRP
    900 
    901 /* Use Unix domain sockets */
    902 #undef USE_UNIX_SOCKETS
    903 
    904 /* if Watt-32 is in use */
    905 #undef USE_WATT32
    906 
    907 /* Define to 1 if you are building a Windows target with crypto API support.
    908    */
    909 #undef USE_WIN32_CRYPTO
    910 
    911 /* Define to 1 if you have the `normaliz' (WinIDN) library (-lnormaliz). */
    912 #undef USE_WIN32_IDN
    913 
    914 /* Define to 1 if you are building a Windows target with large file support.
    915    */
    916 #undef USE_WIN32_LARGE_FILES
    917 
    918 /* Use Windows LDAP implementation */
    919 #undef USE_WIN32_LDAP
    920 
    921 /* to enable SSPI support */
    922 #undef USE_WINDOWS_SSPI
    923 
    924 /* if wolfSSH is in use */
    925 #undef USE_WOLFSSH
    926 
    927 /* if wolfSSL is enabled */
    928 #undef USE_WOLFSSL
    929 
    930 /* Version number of package */
    931 #undef VERSION
    932 
    933 /* Define to 1 if OS is AIX. */
    934 #ifndef _ALL_SOURCE
    935 #  undef _ALL_SOURCE
    936 #endif
    937 
    938 /* Number of bits in a file offset, on hosts where this is settable. */
    939 #undef _FILE_OFFSET_BITS
    940 
    941 /* Define for large files, on AIX-style hosts. */
    942 #undef _LARGE_FILES
    943 
    944 /* Define to empty if `const' does not conform to ANSI C. */
    945 #undef const
    946 
    947 /* Define to `unsigned int' if <sys/types.h> does not define. */
    948 #undef size_t
    949 
    950 /* the signed version of size_t */
    951 #undef ssize_t