Lines Matching refs:if

68 if test -z "$SED"; then
72 if test -z "$SED" || test "$SED" = "not_found"; then
80 if test -z "$GREP"; then
84 if test -z "$GREP" || test "$GREP" = "not_found"; then
92 if test -z "$EGREP"; then
95 if echo a | ($GREP -E '(a|b)') >/dev/null 2>&1; then
104 if test -z "$EGREP" || test "$EGREP" = "not_found"; then
111 if test -z "$AR"; then
115 if test -z "$AR" || test "$AR" = "not_found"; then
243 if test X"$withval" != Xno; then
253 if test X"$withval" != Xno; then
262 if test X"$withval" != Xno; then
271 if test X"$withval" != Xno; then
280 if test X"$withval" != Xno; then
289 if test X"$withval" != Xno; then
298 if test X"$withval" != Xno; then
308 if test X"$OPT_TEST_NGHTTPX" = "Xno"; then
318 if test X"$OPT_CADDY" = "Xno"; then
328 if test X"$OPT_VSFTPD" = "Xno"; then
340 if test x"$request_httpd" = "xcheck" -o x"$request_httpd" = "xyes"; then
341 if test -x "/usr/sbin/apache2" -a -x "/usr/sbin/apache2ctl"; then
346 if test "x$APXS" = "x"; then
352 if test "x$HTTPD" = "x"; then
357 if test "x$HTTPD" = "x" -o "x$APACHECTL" = "x"; then
361 if test "x$APXS" = "x"; then
370 if test ! -x "${HTTPD}"; then
383 if test x"$HTTPD_ENABLED" = "xno"; then
393 if test "x$TEST_NGHTTPX" != "x" -a "x$TEST_NGHTTPX" != "xnghttpx"; then
402 if test "x$TEST_CADDY" != "x"; then
409 dnl If no TLS choice has been made, check if it was explicitly disabled or
411 if test -z "$TLSCHOICE"; then
412 if test "x$OPT_SSL" != "xno"; then
498 if test "x$xc_lt_build_static_only" = 'xyes'; then
515 if test "$compiler_id" = "INTEL_UNIX_C"; then
517 if test "$compiler_num" -ge "1000"; then
528 if test X"$want_werror" = Xyes; then
530 if test "$compiler_id" = "GNU_C"; then
533 if test "$compiler_num" -ge "500"; then
551 if test "x$cross_compiling" != "xno" &&
561 if test "$compiler_id" = "GNU_C"; then
585 if test "x$want_debug" = "xyes" &&
611 if test "$curl_cv_native_windows" = "yes"; then
738 if test x$CURL_DISABLE_HTTP = x1; then
746 if test "x$CURL_DISABLE_HTTP" != "x1"; then
784 if test "x$CURL_DISABLE_LDAP" = "x1"; then
795 if test "x$CURL_DISABLE_LDAP" = "x1"; then
833 if test X"$want_hyper" != Xno; then
834 if test "x$disable_http" = "xyes"; then
845 if test "$PKGCONFIG" != "no"; then
855 if test X"$want_hyper" != Xdefault; then
860 if test -n "$LIB_HYPER"; then
869 if test "x$cross_compiling" != "xyes"; then
870 dnl remove -L, separate with colon if more than one
881 AC_DEFINE(USE_HYPER, 1, [if hyper is in use])
890 if test -f "$d/libhyper.a"; then
899 if test X"$want_hyper" != Xno; then
915 if test x$CURL_DISABLE_HTTP = x1; then
923 if test "x$CURL_DISABLE_HTTP" != "x1"; then
1208 if test "$HAVE_GETHOSTBYNAME" != "1"; then
1218 if test "$HAVE_GETHOSTBYNAME" != "1"; then
1232 if test "$HAVE_GETHOSTBYNAME" != "1"; then
1250 if test "$HAVE_GETHOSTBYNAME" != "1"; then
1252 if test "$curl_cv_native_windows" = "yes"; then
1254 if test ! -z "$winsock_LIB"; then
1281 if test "$HAVE_GETHOSTBYNAME" != "1"; then
1299 if test "$HAVE_GETHOSTBYNAME" != "1"; then
1317 if test "$HAVE_GETHOSTBYNAME" != "1" -o "${with_amissl+set}" = set; then
1336 AC_DEFINE(HAVE_PROTO_BSDSOCKET_H, 1, [if Amiga bsdsocket.library is in use])
1343 if test "$HAVE_GETHOSTBYNAME" != "1"; then
1353 if test "$HAVE_GETHOSTBYNAME" != "1"; then
1393 if test "$OPT_ZLIB" = "no"; then
1396 if test "$OPT_ZLIB" = "yes"; then
1400 if test -z "$OPT_ZLIB"; then
1403 if test "$PKGCONFIG" != "no"; then
1405 if test -n "$ZLIB_LIBS"; then
1416 if test -z "$HAVE_LIBZ"; then
1428 dnl if no lib found, try /usr/local
1437 if test -n "$OPT_ZLIB"; then
1446 dnl if the lib wasn't found already, try again with the new paths
1447 if test "$HAVE_LIBZ" != "1"; then
1468 if test "$HAVE_LIBZ" = "1" && test "$HAVE_ZLIB_H" != "1"; then
1484 AC_DEFINE(HAVE_LIBZ, 1, [if zlib is available])
1512 if test X"$OPT_BROTLI" != Xno; then
1523 if test "$PKGCONFIG" != "no"; then
1541 dnl if given with a prefix, we set -L and -I based on that
1542 if test -n "$PREFIX_BROTLI"; then
1558 AC_DEFINE(HAVE_BROTLI, 1, [if BROTLI is in use])
1562 if test X"$OPT_BROTLI" != Xoff &&
1567 if test "$HAVE_BROTLI" = "1"; then
1568 if test -n "$DIR_BROTLI"; then
1573 if test "x$cross_compiling" != "xyes"; then
1599 if test X"$OPT_ZSTD" != Xno; then
1610 if test "$PKGCONFIG" != "no"; then
1628 dnl if given with a prefix, we set -L and -I based on that
1629 if test -n "$PREFIX_ZSTD"; then
1645 AC_DEFINE(HAVE_ZSTD, 1, [if libzstd is in use])
1649 if test X"$OPT_ZSTD" != Xoff &&
1654 if test "$HAVE_ZSTD" = "1"; then
1655 if test -n "$DIR_ZSTD"; then
1661 if test "x$cross_compiling" != "xyes"; then
1690 if test x$CURL_DISABLE_LDAP != x1; then
1696 if test -z "$LDAPLIBNAME"; then
1697 if test "$curl_cv_native_windows" = "yes"; then
1704 if test "$LDAPLIBNAME"; then
1706 if test -n "$ldap_askedfor"; then
1719 if test -n "$ldap_askedfor"; then
1732 if test x$CURL_DISABLE_LDAP != x1; then
1734 if test "$LBERLIBNAME"; then
1736 dnl (it's only needed if libldap.so's dependencies are broken).
1737 if test "$LBERLIBNAME" != "no"; then
1748 if test x$CURL_DISABLE_LDAP != x1; then
1752 if test "$LDAPLIBNAME" = "wldap32"; then
1756 if test "x$ac_cv_func_ldap_init_fd" = "xyes"; then
1766 if test x$CURL_DISABLE_LDAPS != x1; then
1798 #if defined (__TANDEM)
1819 if test "$ipv6" = yes; then
1821 AC_DEFINE(USE_IPV6, 1, [Define if you want to enable IPv6 support])
1825 AC_MSG_CHECKING([if struct sockaddr_in6 has sin6_scope_id member])
1833 #if defined (__TANDEM)
1842 …AC_DEFINE(HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID, 1, [Define to 1 if struct sockaddr_in6 has the sin6_sco…
1849 dnl Check if the operating system allows programs to write to their own argv[]
1852 AC_MSG_CHECKING([if argv can be written to])
1877 …AC_DEFINE(HAVE_WRITABLE_ARGV, 1, [Define this symbol if your OS supports changing the contents of …
1913 if test x"$GSSAPI_ROOT" != xno; then
1915 if test x"$GSSAPI_ROOT" = xyes; then
1916 dnl if yes, then use default root
1926 AC_MSG_CHECKING([if GSS-API support is requested])
1927 if test x"$want_gss" = xyes; then
1930 if test $GSSAPI_ROOT != "/usr"; then
1935 if test -z "$GSSAPI_INCS"; then
1936 if test -n "$host_alias" -a -f "$GSSAPI_ROOT/bin/$host_alias-krb5-config"; then
1952 AC_DEFINE(HAVE_GSSGNU, 1, [if you have GNU GSS])
1968 if test "x$not_mit" = "x1"; then
1980 dnl check if we have a really old MIT Kerberos version (<= 1.2)
1981 AC_MSG_CHECKING([if GSS-API headers declare GSS_C_NT_HOSTBASED_SERVICE])
1999 [if you have an old MIT Kerberos version, lacking GSS_C_NT_HOSTBASED_SERVICE])
2007 if test x"$want_gss" = xyes; then
2008 AC_DEFINE(HAVE_GSSAPI, 1, [if you have GSS-API libraries])
2012 if test -n "$gnu_gss"; then
2022 if test $GSSAPI_ROOT != "/usr"; then
2027 if test -n "$host_alias" -a -f "$GSSAPI_ROOT/bin/$host_alias-krb5-config"; then
2050 if test "$GSSAPI_ROOT" != "yes"; then
2074 if test x"$want_gss" = xyes; then
2075 AC_MSG_CHECKING([if we can link against GSS-API library])
2087 if test x"$want_gss" = "xyes"; then
2130 if test "x$USE_WIN32_CRYPTO" = "x1" -o "x$USE_SCHANNEL" = "x1"; then
2135 if test "x$curl_cv_native_windows" = "xyes"; then
2169 if test -n "$ssl_backends"; then
2173 if test no = "$VALID_DEFAULT_SSL_BACKEND"; then
2174 if test -n "$SSL_ENABLED"; then
2187 if test -n "$check_for_ca_bundle"; then
2198 if test "$curl_cv_native_windows" = "yes"; then
2220 if test "$curl_cv_native_windows" = "yes"; then
2249 if test X"$OPT_LIBPSL" != Xno; then
2260 if test "$PKGCONFIG" != "no"; then
2277 dnl if given with a prefix, we set -L and -I based on that
2278 if test -n "$PREFIX_PSL"; then
2292 AC_DEFINE(USE_LIBPSL, 1, [if libpsl is in use])
2303 if test "$LIBPSL_ENABLED" != "1"; then
2319 if test $with_libgsasl != "no"; then
2359 if test X"$OPT_LIBSSH2" != Xno; then
2370 if test "$PKGCONFIG" != "no"; then
2388 dnl if given with a prefix, we set -L and -I based on that
2389 if test -n "$PREFIX_SSH2"; then
2406 AC_DEFINE(USE_LIBSSH2, 1, [if libssh2 is in use])
2410 if test X"$OPT_LIBSSH2" != Xoff &&
2415 if test "$LIBSSH2_ENABLED" = "1"; then
2416 if test -n "$DIR_SSH2"; then
2421 if test "x$cross_compiling" != "xyes"; then
2445 if test "$PKGCONFIG" != "no"; then
2463 dnl if given with a prefix, we set -L and -I based on that
2464 if test -n "$PREFIX_SSH"; then
2480 AC_DEFINE(USE_LIBSSH, 1, [if libssh is in use])
2484 if test X"$OPT_LIBSSH" != Xoff &&
2489 if test "$LIBSSH_ENABLED" = "1"; then
2490 if test "$curl_cv_native_windows" = "yes"; then
2494 if test -n "$DIR_SSH"; then
2499 if test "x$cross_compiling" != "xyes"; then
2518 if test "$OPT_WOLFSSH" != yes; then
2529 AC_DEFINE(USE_WOLFSSH, 1, [if wolfSSH is in use])
2545 if test X"$OPT_LIBRTMP" != Xno; then
2556 if test "$PKGCONFIG" != "no"; then
2580 dnl if given with a prefix, we set -L and -I based on that
2581 if test -n "$PREFIX_RTMP"; then
2596 AC_DEFINE(USE_LIBRTMP, 1, [if librtmp is in use])
2607 if test X"$OPT_LIBRTMP" != Xoff &&
2628 AC_MSG_CHECKING([if libraries can be versioned])
2630 if test -z "$GLD"; then
2635 if test "x$enableval" != "xyes"; then
2674 if test "$curl_cv_native_windows" = "yes"; then
2700 if test "$curl_cv_native_windows" = 'yes'; then
2727 if test "$want_winidn" = "yes"; then
2735 if test "$want_winidn_path" != "default"; then
2746 AC_MSG_CHECKING([if IdnToUnicode can be linked])
2751 #if (!defined(_WIN32_WINNT) || _WIN32_WINNT < 0x600) && \
2769 if test "$tst_links_winidn" = "yes"; then
2770 …AC_DEFINE(USE_WIN32_IDN, 1, [Define to 1 if you have the `normaliz' (WinIDN) library (-lnormaliz).…
2803 AC_DEFINE(USE_APPLE_IDN, 1, [if AppleIDN])
2828 if test "x$tst_links_winidn" = "xyes"; then
2862 if test "$want_idn" = "yes"; then
2869 if test "$want_idn_path" != "default"; then
2873 if test "$PKGCONFIG" != "no"; then
2891 if test "$PKGCONFIG" != "no"; then
2902 if test "$PKGCONFIG" != "no"; then
2918 AC_MSG_CHECKING([if idn2_lookup_ul can be linked])
2931 if test "$tst_links_libidn" = "yes"; then
2932 AC_DEFINE(HAVE_LIBIDN2, 1, [Define to 1 if you have the `idn2' library (-lidn2).])
2937 if test -n "$IDN_DIR" -a "x$cross_compiling" != "xyes"; then
2958 if test "x$disable_http" = "xyes" -o X"$want_hyper" != Xno; then
2986 if test X"$want_nghttp2" != Xno; then
2994 if test "$PKGCONFIG" != "no"; then
3032 AC_DEFINE(USE_NGHTTP2, 1, [if nghttp2 is in use])
3054 if test "x$disable_http" = "xyes"; then
3081 if test X"$want_tcp2" != Xno; then
3083 if test "$QUIC_ENABLED" != "yes"; then
3094 if test "$PKGCONFIG" != "no"; then
3111 if test "x$cross_compiling" != "xyes"; then
3118 AC_DEFINE(USE_NGTCP2, 1, [if ngtcp2 is in use])
3134 if test X"$want_tcp2" != Xdefault; then
3142 if test "x$NGTCP2_ENABLED" = "x1" -a "x$OPENSSL_ENABLED" = "x1" -a "x$OPENSSL_IS_BORINGSSL" != "x1"…
3150 if test "$PKGCONFIG" != "no"; then
3167 if test "x$cross_compiling" != "xyes"; then
3174 AC_DEFINE(USE_NGTCP2_CRYPTO_QUICTLS, 1, [if ngtcp2_crypto_quictls is in use])
3190 if test X"$want_tcp2" != Xdefault; then
3198 if test "x$NGTCP2_ENABLED" = "x1" -a "x$OPENSSL_ENABLED" = "x1" -a "x$OPENSSL_IS_BORINGSSL" = "x1";…
3206 if test "$PKGCONFIG" != "no"; then
3223 if test "x$cross_compiling" != "xyes"; then
3230 AC_DEFINE(USE_NGTCP2_CRYPTO_BORINGSSL, 1, [if ngtcp2_crypto_boringssl is in use])
3246 if test X"$want_tcp2" != Xdefault; then
3254 if test "x$NGTCP2_ENABLED" = "x1" -a "x$GNUTLS_ENABLED" = "x1"; then
3262 if test "$PKGCONFIG" != "no"; then
3279 if test "x$cross_compiling" != "xyes"; then
3286 AC_DEFINE(USE_NGTCP2_CRYPTO_GNUTLS, 1, [if ngtcp2_crypto_gnutls is in use])
3302 if test X"$want_tcp2" != Xdefault; then
3310 if test "x$NGTCP2_ENABLED" = "x1" -a "x$WOLFSSL_ENABLED" = "x1"; then
3318 if test "$PKGCONFIG" != "no"; then
3335 if test "x$cross_compiling" != "xyes"; then
3342 AC_DEFINE(USE_NGTCP2_CRYPTO_WOLFSSL, 1, [if ngtcp2_crypto_wolfssl is in use])
3358 if test X"$want_tcp2" != Xdefault; then
3372 if test "x$disable_http" = "xyes" -o "x$OPENSSL_ENABLED" != "x1"; then
3393 if test "x$want_openssl_quic" = "xyes"; then
3395 if test "$NGTCP2_ENABLED" = 1; then
3398 if test "$have_openssl_quic" != 1; then
3401 AC_DEFINE(USE_OPENSSL_QUIC, 1, [if openssl QUIC is in use])
3411 if test "x$USE_NGTCP2" != "x1" -a "x$USE_OPENSSL_QUIC" != "x1"; then
3439 if test X"$want_nghttp3" != Xno; then
3441 if test "x$USE_NGTCP2" != "x1" -a "x$USE_OPENSSL_QUIC" != "x1"; then
3453 if test "$PKGCONFIG" != "no"; then
3470 if test "x$cross_compiling" != "xyes"; then
3476 AC_DEFINE(USE_NGHTTP3, 1, [if nghttp3 is in use])
3492 if test X"$want_nghttp3" != Xdefault; then
3504 if test "x$NGTCP2_ENABLED" = "x1" -a "x$USE_NGHTTP3" = "x1"; then
3505 AC_DEFINE(USE_NGTCP2_H3, 1, [if ngtcp2 + nghttp3 is in use])
3515 if test "x$USE_OPENSSL_QUIC" = "x1" -a "x$USE_NGHTTP3" = "x1"; then
3517 AC_DEFINE(USE_OPENSSL_H3, 1, [if openssl quic + nghttp3 is in use])
3529 if test "x$disable_http" = "xyes" -o "x$USE_NGTCP" = "x1"; then
3555 if test X"$want_quiche" != Xno; then
3557 if test "$QUIC_ENABLED" != "yes"; then
3561 if test "$NGHTTP3_ENABLED" = 1; then
3572 if test "$PKGCONFIG" != "no"; then
3589 if test "x$cross_compiling" != "xyes"; then
3599 AC_DEFINE(USE_QUICHE, 1, [if quiche is in use])
3618 if test X"$want_quiche" != Xdefault; then
3632 if test "x$disable_http" = "xyes" -o "x$USE_NGTCP" = "x1"; then
3658 if test X"$want_msh3" != Xno; then
3661 if test "$curl_cv_native_windows" != "yes"; then
3662 if test "$QUIC_ENABLED" != "yes"; then
3665 if test "$OPENSSL_ENABLED" != "1"; then
3670 if test "$NGHTTP3_ENABLED" = 1; then
3673 if test "$QUICHE_ENABLED" = 1; then
3682 if test -n "$want_msh3_path"; then
3696 AC_DEFINE(USE_MSH3, 1, [if msh3 is in use])
3738 if test X"$want_libuv" != Xno; then
3739 if test x$want_debug != xyes; then
3750 if test "$PKGCONFIG" != "no"; then
3767 if test "x$cross_compiling" != "xyes"; then
3774 AC_DEFINE(USE_LIBUV, 1, [if libuv is in use])
3790 if test X"$want_libuv" != Xdefault; then
3841 if test "$PKGCONFIG" != "no"; then
3867 net/if.h \
3896 dnl to do if not found
3898 dnl to do if found
3954 [Define to 1 if the compiler supports the 'long long' data type.])]
3958 if test ${ac_cv_sizeof_curl_off_t} -lt 8; then
3969 [Define to 1 if bool is an available type.])
4008 [Define to 1 if suseconds_t is an available type.])
4018 AC_MSG_CHECKING([if time_t is unsigned])
4029 AC_DEFINE(HAVE_TIME_T_UNSIGNED, 1, [Define this if time_t is unsigned])
4093 AC_CHECK_DECLS([getpwuid_r], [], [AC_DEFINE(HAVE_DECL_GETPWUID_R_MISSING, 1, "Set if getpwuid_r() d…
4122 if test -z "$ssl_backends"; then
4126 if test "$curl_cv_native_windows" != 'yes'; then
4129 dnl On Android, the only way to know if fseeko can be used is to see if it is
4134 [Define to 1 if you have the fseeko declaration])],
4141 if test "x$BUILD_DOCS" != "x0" -o "x$USE_MANUAL" != "x0" -o "x$CURL_CA_EMBED" != "x"; then
4146 if test -z "$PERL"; then
4158 if test "$USE_MANUAL" = "1"; then
4167 if test "x$want_ares" != xyes; then
4170 if test "$ipv6" = yes; then
4194 if test "$curl_cv_native_windows" = "yes"; then
4203 if test "$default_pthreads" = '0'; then
4213 dnl turn off pthreads if rt is disabled
4214 if test "$want_pthreads" != "no"; then
4215 if test "$want_pthreads" = "yes" && test "$dontwant_rt" = "yes"; then
4218 if test "$dontwant_rt" != "no"; then
4219 dnl if --enable-pthreads was explicit then warn it's being ignored
4220 if test "$want_pthreads" = "yes"; then
4227 dnl turn off pthreads if no threaded resolver
4228 if test "$want_pthreads" != "no" && test "$want_thres" != "yes"; then
4233 if test "$want_pthreads" != "no"; then
4235 [ AC_DEFINE(HAVE_PTHREAD_H, 1, [if you have <pthread.h>])
4259 dnl if it wasn't found without lib, search for it in pthread lib
4260 if test "$USE_THREADS_POSIX" != "1"; then
4266 dnl Check if compiler is xlC
4268 if test x"$COMPILER_VERSION" = "x"; then
4287 if test "x$USE_THREADS_POSIX" = "x1"; then
4288 AC_DEFINE(USE_THREADS_POSIX, 1, [if you want POSIX threaded DNS lookup])
4295 if test "$want_thres" = "yes" && test "x$USE_THREADS_POSIX" != "x1"; then
4296 if test "$want_pthreads" = "yes"; then
4300 if test "$curl_cv_native_windows" = "yes"; then
4302 AC_DEFINE(USE_THREADS_WIN32, 1, [if you want Win32 threaded DNS lookup])
4310 [ AC_DEFINE(HAVE_DIRENT_H, 1, [if you have <dirent.h>])
4311 AC_CHECK_FUNC(opendir, AC_DEFINE(HAVE_OPENDIR, 1, [if you have opendir]) )
4346 if test "$curl_cv_native_windows" = "yes"; then
4357 if test "x$SCHANNEL_ENABLED" = "x1"; then
4365 if test "x$SCHANNEL_ENABLED" = "x1"; then
4534 if test "$want_tls_srp" = "yes" && ( test "x$HAVE_GNUTLS_SRP" = "x1" || test "x$HAVE_OPENSSL_SRP" =…
4561 if test "x$want_unix_sockets" != "xno"; then
4562 if test "x$curl_cv_native_windows" = "xyes"; then
4572 if test "x$want_unix_sockets" = "xyes"; then
4714 if test "$enable_mime" = no; then
4878 dnl only check for HSTS if there's SSL present
4879 if test -n "$SSL_ENABLED"; then
4903 if test "x$hsts" != "xyes"; then
4910 dnl check whether HTTPSRR support if desired
4912 if test "x$want_httpsrr" != "xno"; then
4919 dnl check whether ECH support, if desired, is actually available
4921 if test "x$want_ech" != "xno"; then
4929 if test "x$OPENSSL_ENABLED" = "x1"; then
4935 if test "x$OPENSSL_ENABLED" = "x1"; then
4940 if test "x$WOLFSSL_ENABLED" = "x1"; then
4947 if test "x$ECH_ENABLED" = "x1"; then
4950 AC_DEFINE(USE_ECH, 1, [if ECH support is available])
4961 if test "x$OPENSSL_ENABLED" = "x1"; then
4965 if test "x$CURL_DISABLE_HTTP" != "x1"; then
4980 if test ${ac_cv_sizeof_curl_off_t} -gt 4; then
5036 if test "x$enable_shared" = "xno"; then
5053 if test "x$OPENSSL_ENABLED" = "x1"; then
5058 if test "x$IPV6_ENABLED" = "x1"; then
5061 if test "x$USE_UNIX_SOCKETS" = "x1"; then
5064 if test "x$HAVE_LIBZ" = "x1"; then
5067 if test "x$HAVE_BROTLI" = "x1"; then
5070 if test "x$HAVE_ZSTD" = "x1"; then
5073 if test "x$USE_ARES" = "x1" -o "x$USE_THREADS_POSIX" = "x1" \
5077 if test "x$IDN_ENABLED" = "x1"; then
5080 if test "x$USE_WINDOWS_SSPI" = "x1"; then
5084 if test "x$HAVE_GSSAPI" = "x1"; then
5088 if test "x$curl_psl_msg" = "xenabled"; then
5092 if test "x$curl_gsasl_msg" = "xenabled"; then
5096 if test "x$enable_altsvc" = "xyes"; then
5099 if test "x$hsts" = "xyes"; then
5103 if test "x$CURL_DISABLE_NEGOTIATE_AUTH" != "x1" -a \
5108 if test "x$CURL_DISABLE_KERBEROS_AUTH" != "x1" -a \
5115 if test "x$CURL_DISABLE_NTLM" != "x1"; then
5116 if test "x$OPENSSL_ENABLED" = "x1" -o "x$MBEDTLS_ENABLED" = "x1" \
5124 if test "x$use_curl_ntlm_core" = "xyes" \
5130 if test "x$USE_TLS_SRP" = "x1"; then
5134 if test "x$USE_NGHTTP2" = "x1"; then
5138 if test "x$USE_NGTCP2_H3" = "x1" -o "x$USE_QUICHE" = "x1" \
5140 if test "x$CURL_WITH_MULTI_SSL" = "x1"; then
5146 if test "x$CURL_WITH_MULTI_SSL" = "x1"; then
5150 AC_MSG_CHECKING([if this build supports HTTPS-proxy])
5151 dnl if not explicitly turned off, HTTPS-proxy comes with some TLS backends
5152 if test "x$CURL_DISABLE_HTTP" != "x1"; then
5153 if test "x$https_proxy" != "xno"; then
5154 if test "x$OPENSSL_ENABLED" = "x1" \
5177 if test "x$OPENSSL_ENABLED" = "x1" -o -n "$SSL_ENABLED"; then
5178 if test "x$ECH_ENABLED" = "x1"; then
5183 if test ${ac_cv_sizeof_curl_off_t} -gt 4; then
5184 if test ${ac_cv_sizeof_off_t} -gt 4 -o \
5190 if test "$tst_atomic" = "yes"; then
5200 #if (WINVER < 0x600) && (_WIN32_WINNT < 0x600)
5210 if test "x$want_winuni" = "xyes"; then
5213 if test "x$want_debug" = "xyes"; then
5216 if test "x$want_curldebug" = "xyes"; then
5219 if test "x$CURL_CA_EMBED" != "x"; then
5229 if sort -f </dev/null >/dev/null 2>&1; then
5237 if test "x$CURL_DISABLE_HTTP" != "x1"; then
5239 if test "x$SSL_ENABLED" = "x1"; then
5243 if test "x$CURL_DISABLE_FTP" != "x1"; then
5245 if test "x$SSL_ENABLED" = "x1"; then
5249 if test "x$CURL_DISABLE_FILE" != "x1"; then
5252 if test "x$CURL_DISABLE_TELNET" != "x1"; then
5255 if test "x$CURL_DISABLE_LDAP" != "x1"; then
5257 if test "x$CURL_DISABLE_LDAPS" != "x1"; then
5258 if (test "x$USE_OPENLDAP" = "x1" && test "x$SSL_ENABLED" = "x1") ||
5264 if test "x$CURL_DISABLE_DICT" != "x1"; then
5267 if test "x$CURL_DISABLE_TFTP" != "x1"; then
5270 if test "x$CURL_DISABLE_GOPHER" != "x1"; then
5272 if test "x$SSL_ENABLED" = "x1"; then
5276 if test "x$CURL_DISABLE_MQTT" != "x1"; then
5279 if test "x$CURL_DISABLE_POP3" != "x1"; then
5281 if test "x$SSL_ENABLED" = "x1"; then
5285 if test "x$CURL_DISABLE_IMAP" != "x1"; then
5287 if test "x$SSL_ENABLED" = "x1"; then
5291 if test "x$CURL_DISABLE_SMB" != "x1" \
5294 if test "x$SSL_ENABLED" = "x1"; then
5298 if test "x$CURL_DISABLE_SMTP" != "x1"; then
5300 if test "x$SSL_ENABLED" = "x1"; then
5304 if test "x$USE_LIBSSH2" = "x1"; then
5308 if test "x$USE_LIBSSH" = "x1"; then
5312 if test "x$USE_WOLFSSH" = "x1"; then
5315 if test "x$CURL_DISABLE_IPFS" != "x1"; then
5318 if test "x$CURL_DISABLE_RTSP" != "x1"; then
5321 if test "x$USE_LIBRTMP" = "x1"; then
5324 if test "x$CURL_DISABLE_WEBSOCKETS" != "x1"; then
5326 if test "x$SSL_ENABLED" = "x1"; then
5358 if test "x$want_curldebug_assumed" = "xyes" &&
5452 [non13=`echo "$TLSCHOICE" | $AWK '{split("bearssl secure-transport", a); for (i in a) if(match(tolo…
5453 if test -n "$non13"; then
5459 if test -n "$experimental"; then
5467 if test -n "$CURL_BUILDINFO$CURL_CI$CI"; then