Lines Matching refs:enable

128 dnl for --enable-code-coverage
159 curl_tls_srp_msg="no (--enable-tls-srp)"
160 curl_res_msg="default (--enable-ares / --enable-threaded-resolver)"
161 curl_ipv6_msg="no (--enable-ipv6)"
162 curl_unix_sockets_msg="no (--enable-unix-sockets)"
165 curl_manual_msg="no (--enable-manual)"
168 curl_sspi_msg="no (--enable-sspi)"
169 curl_ldap_msg="no (--enable-ldap / --with-ldap-lib / --with-lber-lib)"
170 curl_ldaps_msg="no (--enable-ldaps)"
171 curl_ipfs_msg="no (--enable-ipfs)"
172 curl_rtsp_msg="no (--enable-rtsp)"
217 AS_HELP_STRING([--with-schannel],[enable Windows native SSL/TLS]),
223 AS_HELP_STRING([--with-secure-transport],[enable Apple OS native SSL/TLS]),[
230 AS_HELP_STRING([--with-amissl],[enable Amiga native SSL/TLS (AmiSSL)]),[
531 dnl enable -pedantic-errors for GCC 5 and later,
584 dnl Build unit tests when option --enable-debug is given.
628 AS_HELP_STRING([--enable-unity],[Enable unity mode])
651 AS_HELP_STRING([--enable-test-bundles],[Enable test bundles])
672 AS_HELP_STRING([--enable-http],[Enable HTTP support])
688 curl_h1_msg="no (--enable-http, --with-hyper)"
690 curl_hsts_msg="no (--enable-hsts)";
702 AS_HELP_STRING([--enable-ftp],[Enable FTP support])
718 AS_HELP_STRING([--enable-file],[Enable FILE support])
734 AS_HELP_STRING([--enable-ipfs],[Enable IPFS support])
744 AC_MSG_ERROR(HTTP support needs to be enabled in order to enable IPFS support!)
760 AS_HELP_STRING([--enable-ldap],[Enable LDAP support])
780 AS_HELP_STRING([--enable-ldaps],[Enable LDAPS support])
911 AS_HELP_STRING([--enable-rtsp],[Enable RTSP support])
921 AC_MSG_ERROR(HTTP support needs to be enabled in order to enable RTSP support!)
939 AS_HELP_STRING([--enable-proxy],[Enable proxy support])
957 AS_HELP_STRING([--enable-dict],[Enable DICT support])
974 AS_HELP_STRING([--enable-telnet],[Enable TELNET support])
991 AS_HELP_STRING([--enable-tftp],[Enable TFTP support])
1008 AS_HELP_STRING([--enable-pop3],[Enable POP3 support])
1025 AS_HELP_STRING([--enable-imap],[Enable IMAP support])
1042 AS_HELP_STRING([--enable-smb],[Enable SMB/CIFS support])
1059 AS_HELP_STRING([--enable-smtp],[Enable SMTP support])
1076 AS_HELP_STRING([--enable-gopher],[Enable Gopher support])
1093 AS_HELP_STRING([--enable-mqtt],[Enable MQTT support])
1114 AS_HELP_STRING([--enable-manual],[Enable built-in manual])
1137 AS_HELP_STRING([--enable-docs],[Enable documentation])
1160 AC_MSG_CHECKING([whether to enable generation of C code])
1162 AS_HELP_STRING([--enable-libcurl-option],[Enable --libcurl C code generation support])
1183 AS_HELP_STRING([--enable-libgcc],[use libgcc when linking]),
1775 AC_MSG_CHECKING([whether to enable IPv6])
1777 AS_HELP_STRING([--enable-ipv6],[Enable IPv6 (with IPv4) support])
1822 AC_DEFINE(USE_IPV6, 1, [Define if you want to enable IPv6 support])
2207 AC_MSG_CHECKING([whether to enable unsafe CA bundle search in PATH on Windows])
2209 AS_HELP_STRING([--enable-ca-search],[Enable unsafe CA bundle search in PATH on Windows (default)])
2229 …AC_MSG_CHECKING([whether to enable safe CA bundle search (within the curl tool directory) on Windo…
2231 AS_HELP_STRING([--enable-ca-search-safe],[Enable safe CA bundle search])
2351 AS_HELP_STRING([--with-libssh2], [enable libssh2]),
2358 AS_HELP_STRING([--with-libssh], [enable libssh]),
2364 AS_HELP_STRING([--with-wolfssh], [enable wolfssh]),
2628 AS_HELP_STRING([--enable-versioned-symbols], [Enable versioned symbols in shared library])
2683 AC_MSG_CHECKING([whether to enable Windows Unicode (Windows native builds only)])
2685 AS_HELP_STRING([--enable-windows-unicode],[Enable Windows Unicode])
2709 AC_MSG_CHECKING([whether to enable Windows native IDN (Windows native builds only)])
2712 AS_HELP_STRING([--with-winidn=PATH],[enable Windows native IDN])
3451 AC_MSG_ERROR([nghttp3 enabled without a QUIC library; enable ngtcp2 or OpenSSL-QUIC])
4190 AS_HELP_STRING([--enable-pthreads],
4226 AC_MSG_ERROR([options --enable-pthreads and --disable-rt are mutually exclusive])
4229 dnl if --enable-pthreads was explicit then warn it's being ignored
4231 AC_MSG_WARN([--enable-pthreads Ignored since librt is disabled.])
4307 AC_MSG_ERROR([--enable-pthreads but pthreads was not found])
4330 AC_MSG_CHECKING([whether to enable verbose strings])
4332 AS_HELP_STRING([--enable-verbose],[Enable verbose strings])
4348 dnl enable SSPI support
4350 AC_MSG_CHECKING([whether to enable SSPI support (Windows native builds only)])
4352 AS_HELP_STRING([--enable-sspi],[Enable SSPI])
4358 AC_DEFINE(USE_WINDOWS_SSPI, 1, [to enable SSPI support])
4363 AC_MSG_WARN([--enable-sspi Ignored. Only supported on native Windows builds.])
4368 # --with-schannel implies --enable-sspi
4376 # --with-schannel implies --enable-sspi
4386 AC_MSG_CHECKING([whether to enable basic authentication method])
4388 AS_HELP_STRING([--enable-basic-auth],[Enable basic authentication (default)])
4406 AC_MSG_CHECKING([whether to enable bearer authentication method])
4408 AS_HELP_STRING([--enable-bearer-auth],[Enable bearer authentication (default)])
4426 AC_MSG_CHECKING([whether to enable digest authentication method])
4428 AS_HELP_STRING([--enable-digest-auth],[Enable digest authentication (default)])
4446 AC_MSG_CHECKING([whether to enable kerberos authentication method])
4448 AS_HELP_STRING([--enable-kerberos-auth],[Enable kerberos authentication (default)])
4466 AC_MSG_CHECKING([whether to enable negotiate authentication method])
4468 AS_HELP_STRING([--enable-negotiate-auth],[Enable negotiate authentication (default)])
4486 AC_MSG_CHECKING([whether to enable aws sig methods])
4488 AS_HELP_STRING([--enable-aws],[Enable AWS sig support (default)])
4508 AS_HELP_STRING([--enable-ntlm],[Enable NTLM support])
4526 AC_MSG_CHECKING([whether to enable TLS-SRP authentication])
4528 AS_HELP_STRING([--enable-tls-srp],[Enable TLS-SRP authentication])
4553 AC_MSG_CHECKING([whether to enable Unix domain sockets])
4555 AS_HELP_STRING([--enable-unix-sockets],[Enable Unix domain sockets])
4583 AC_MSG_ERROR([--enable-unix-sockets is not available on this platform!])
4596 AS_HELP_STRING([--enable-cookies],[Enable cookies support])
4615 AS_HELP_STRING([--enable-socketpair],[Enable socketpair support])
4634 AS_HELP_STRING([--enable-http-auth],[Enable HTTP authentication support])
4653 AS_HELP_STRING([--enable-doh],[Enable DoH support])
4672 AS_HELP_STRING([--enable-mime],[Enable mime API support])
4691 AS_HELP_STRING([--enable-bindlocal],[Enable local binding support])
4710 AS_HELP_STRING([--enable-form-api],[Enable form API support])
4720 AC_MSG_ERROR(MIME support needs to be enabled in order to enable form API support)
4738 AS_HELP_STRING([--enable-dateparse],[Enable date parsing])
4757 AS_HELP_STRING([--enable-netrc],[Enable netrc parsing])
4776 AS_HELP_STRING([--enable-progress-meter],[Enable progress-meter])
4795 AS_HELP_STRING([--enable-sha512-256],[Enable SHA-512/256 hash algorithm (default)])
4814 AS_HELP_STRING([--enable-dnsshuffle],[Enable DNS shuffling])
4833 AS_HELP_STRING([--enable-get-easy-options],[Enable curl_easy_options])
4852 AS_HELP_STRING([--enable-alt-svc],[Enable alt-svc support])
4873 AS_HELP_STRING([--enable-headers-api],[Enable headers-api support])
4878 curl_headers_msg="no (--enable-headers-api)"
4895 AS_HELP_STRING([--enable-hsts],[Enable HSTS support])
4914 curl_hsts_msg="no (--enable-hsts)";
4924 AC_DEFINE(USE_HTTPSRR, 1, [enable HTTPS RR support])
4964 AC_MSG_ERROR([--enable-ech ignored: No ECH support found])
4981 AS_HELP_STRING([--enable-websockets],[Enable WebSockets support])
5370 ac_configure_args="$ac_configure_args --enable-curldebug"