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.
623 AS_HELP_STRING([--enable-unity],[Enable unity mode])
646 AS_HELP_STRING([--enable-test-bundles],[Enable test bundles])
667 AS_HELP_STRING([--enable-http],[Enable HTTP support])
683 curl_h1_msg="no (--enable-http, --with-hyper)"
685 curl_hsts_msg="no (--enable-hsts)";
697 AS_HELP_STRING([--enable-ftp],[Enable FTP support])
713 AS_HELP_STRING([--enable-file],[Enable FILE support])
729 AS_HELP_STRING([--enable-ipfs],[Enable IPFS support])
739 AC_MSG_ERROR(HTTP support needs to be enabled in order to enable IPFS support!)
755 AS_HELP_STRING([--enable-ldap],[Enable LDAP support])
775 AS_HELP_STRING([--enable-ldaps],[Enable LDAPS support])
906 AS_HELP_STRING([--enable-rtsp],[Enable RTSP support])
916 AC_MSG_ERROR(HTTP support needs to be enabled in order to enable RTSP support!)
934 AS_HELP_STRING([--enable-proxy],[Enable proxy support])
952 AS_HELP_STRING([--enable-dict],[Enable DICT support])
969 AS_HELP_STRING([--enable-telnet],[Enable TELNET support])
986 AS_HELP_STRING([--enable-tftp],[Enable TFTP support])
1003 AS_HELP_STRING([--enable-pop3],[Enable POP3 support])
1020 AS_HELP_STRING([--enable-imap],[Enable IMAP support])
1037 AS_HELP_STRING([--enable-smb],[Enable SMB/CIFS support])
1054 AS_HELP_STRING([--enable-smtp],[Enable SMTP support])
1071 AS_HELP_STRING([--enable-gopher],[Enable Gopher support])
1088 AS_HELP_STRING([--enable-mqtt],[Enable MQTT support])
1109 AS_HELP_STRING([--enable-manual],[Enable built-in manual])
1132 AS_HELP_STRING([--enable-docs],[Enable documentation])
1155 AC_MSG_CHECKING([whether to enable generation of C code])
1157 AS_HELP_STRING([--enable-libcurl-option],[Enable --libcurl C code generation support])
1178 AS_HELP_STRING([--enable-libgcc],[use libgcc when linking]),
1774 AC_MSG_CHECKING([whether to enable IPv6])
1776 AS_HELP_STRING([--enable-ipv6],[Enable IPv6 (with IPv4) support])
1821 AC_DEFINE(USE_IPV6, 1, [Define if you want to enable IPv6 support])
2199 AC_MSG_CHECKING([whether to enable unsafe CA bundle search in PATH on Windows])
2201 AS_HELP_STRING([--enable-ca-search],[Enable unsafe CA bundle search in PATH on Windows (default)])
2221 …AC_MSG_CHECKING([whether to enable safe CA bundle search (within the curl tool directory) on Windo…
2223 AS_HELP_STRING([--enable-ca-search-safe],[Enable safe CA bundle search])
2343 AS_HELP_STRING([--with-libssh2], [enable libssh2]),
2350 AS_HELP_STRING([--with-libssh], [enable libssh]),
2356 AS_HELP_STRING([--with-wolfssh], [enable wolfssh]),
2620 AS_HELP_STRING([--enable-versioned-symbols], [Enable versioned symbols in shared library])
2675 AC_MSG_CHECKING([whether to enable Windows Unicode (Windows native builds only)])
2677 AS_HELP_STRING([--enable-windows-unicode],[Enable Windows Unicode])
2701 AC_MSG_CHECKING([whether to enable Windows native IDN (Windows native builds only)])
2704 AS_HELP_STRING([--with-winidn=PATH],[enable Windows native IDN])
3443 AC_MSG_ERROR([nghttp3 enabled without a QUIC library; enable ngtcp2 or OpenSSL-QUIC])
4180 AS_HELP_STRING([--enable-pthreads],
4216 AC_MSG_ERROR([options --enable-pthreads and --disable-rt are mutually exclusive])
4219 dnl if --enable-pthreads was explicit then warn it's being ignored
4221 AC_MSG_WARN([--enable-pthreads Ignored since librt is disabled.])
4297 AC_MSG_ERROR([--enable-pthreads but pthreads was not found])
4320 AC_MSG_CHECKING([whether to enable verbose strings])
4322 AS_HELP_STRING([--enable-verbose],[Enable verbose strings])
4338 dnl enable SSPI support
4340 AC_MSG_CHECKING([whether to enable SSPI support (Windows native builds only)])
4342 AS_HELP_STRING([--enable-sspi],[Enable SSPI])
4348 AC_DEFINE(USE_WINDOWS_SSPI, 1, [to enable SSPI support])
4353 AC_MSG_WARN([--enable-sspi Ignored. Only supported on native Windows builds.])
4358 # --with-schannel implies --enable-sspi
4366 # --with-schannel implies --enable-sspi
4376 AC_MSG_CHECKING([whether to enable basic authentication method])
4378 AS_HELP_STRING([--enable-basic-auth],[Enable basic authentication (default)])
4396 AC_MSG_CHECKING([whether to enable bearer authentication method])
4398 AS_HELP_STRING([--enable-bearer-auth],[Enable bearer authentication (default)])
4416 AC_MSG_CHECKING([whether to enable digest authentication method])
4418 AS_HELP_STRING([--enable-digest-auth],[Enable digest authentication (default)])
4436 AC_MSG_CHECKING([whether to enable kerberos authentication method])
4438 AS_HELP_STRING([--enable-kerberos-auth],[Enable kerberos authentication (default)])
4456 AC_MSG_CHECKING([whether to enable negotiate authentication method])
4458 AS_HELP_STRING([--enable-negotiate-auth],[Enable negotiate authentication (default)])
4476 AC_MSG_CHECKING([whether to enable aws sig methods])
4478 AS_HELP_STRING([--enable-aws],[Enable AWS sig support (default)])
4498 AS_HELP_STRING([--enable-ntlm],[Enable NTLM support])
4516 AC_MSG_CHECKING([whether to enable TLS-SRP authentication])
4518 AS_HELP_STRING([--enable-tls-srp],[Enable TLS-SRP authentication])
4543 AC_MSG_CHECKING([whether to enable Unix domain sockets])
4545 AS_HELP_STRING([--enable-unix-sockets],[Enable Unix domain sockets])
4573 AC_MSG_ERROR([--enable-unix-sockets is not available on this platform!])
4586 AS_HELP_STRING([--enable-cookies],[Enable cookies support])
4605 AS_HELP_STRING([--enable-socketpair],[Enable socketpair support])
4624 AS_HELP_STRING([--enable-http-auth],[Enable HTTP authentication support])
4643 AS_HELP_STRING([--enable-doh],[Enable DoH support])
4662 AS_HELP_STRING([--enable-mime],[Enable mime API support])
4681 AS_HELP_STRING([--enable-bindlocal],[Enable local binding support])
4700 AS_HELP_STRING([--enable-form-api],[Enable form API support])
4710 AC_MSG_ERROR(MIME support needs to be enabled in order to enable form API support)
4728 AS_HELP_STRING([--enable-dateparse],[Enable date parsing])
4747 AS_HELP_STRING([--enable-netrc],[Enable netrc parsing])
4766 AS_HELP_STRING([--enable-progress-meter],[Enable progress-meter])
4785 AS_HELP_STRING([--enable-sha512-256],[Enable SHA-512/256 hash algorithm (default)])
4804 AS_HELP_STRING([--enable-dnsshuffle],[Enable DNS shuffling])
4823 AS_HELP_STRING([--enable-get-easy-options],[Enable curl_easy_options])
4842 AS_HELP_STRING([--enable-alt-svc],[Enable alt-svc support])
4863 AS_HELP_STRING([--enable-headers-api],[Enable headers-api support])
4868 curl_headers_msg="no (--enable-headers-api)"
4885 AS_HELP_STRING([--enable-hsts],[Enable HSTS support])
4904 curl_hsts_msg="no (--enable-hsts)";
4914 AC_DEFINE(USE_HTTPSRR, 1, [enable HTTPS RR support])
4954 AC_MSG_ERROR([--enable-ech ignored: No ECH support found])
4971 AS_HELP_STRING([--enable-websockets],[Enable WebSockets support])
5360 ac_configure_args="$ac_configure_args --enable-curldebug"