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]),
1781 AC_MSG_CHECKING([whether to enable IPv6])
1783 AS_HELP_STRING([--enable-ipv6],[Enable IPv6 (with IPv4) support])
1828 AC_DEFINE(USE_IPV6, 1, [Define if you want to enable IPv6 support])
2222 AC_MSG_CHECKING([whether to enable unsafe CA bundle search in PATH on Windows])
2224 AS_HELP_STRING([--enable-ca-search],[Enable unsafe CA bundle search in PATH on Windows (default)])
2244 …AC_MSG_CHECKING([whether to enable safe CA bundle search (within the curl tool directory) on Windo…
2246 AS_HELP_STRING([--enable-ca-search-safe],[Enable safe CA bundle search])
2369 AS_HELP_STRING([--with-libssh2], [enable libssh2]),
2376 AS_HELP_STRING([--with-libssh], [enable libssh]),
2382 AS_HELP_STRING([--with-wolfssh], [enable wolfssh]),
2658 AS_HELP_STRING([--enable-versioned-symbols], [Enable versioned symbols in shared library])
2713 AC_MSG_CHECKING([whether to enable Windows Unicode (Windows native builds only)])
2715 AS_HELP_STRING([--enable-windows-unicode],[Enable Windows Unicode])
2739 AC_MSG_CHECKING([whether to enable Windows native IDN (Windows native builds only)])
2742 AS_HELP_STRING([--with-winidn=PATH],[enable Windows native IDN])
3505 AC_MSG_ERROR([nghttp3 enabled without a QUIC library; enable ngtcp2 or OpenSSL-QUIC])
4257 AS_HELP_STRING([--enable-pthreads],
4293 AC_MSG_ERROR([options --enable-pthreads and --disable-rt are mutually exclusive])
4296 dnl if --enable-pthreads was explicit then warn it's being ignored
4298 AC_MSG_WARN([--enable-pthreads Ignored since librt is disabled.])
4374 AC_MSG_ERROR([--enable-pthreads but pthreads was not found])
4397 AC_MSG_CHECKING([whether to enable verbose strings])
4399 AS_HELP_STRING([--enable-verbose],[Enable verbose strings])
4415 dnl enable SSPI support
4417 AC_MSG_CHECKING([whether to enable SSPI support (Windows native builds only)])
4419 AS_HELP_STRING([--enable-sspi],[Enable SSPI])
4425 AC_DEFINE(USE_WINDOWS_SSPI, 1, [to enable SSPI support])
4430 AC_MSG_WARN([--enable-sspi Ignored. Only supported on native Windows builds.])
4435 # --with-schannel implies --enable-sspi
4443 # --with-schannel implies --enable-sspi
4453 AC_MSG_CHECKING([whether to enable basic authentication method])
4455 AS_HELP_STRING([--enable-basic-auth],[Enable basic authentication (default)])
4473 AC_MSG_CHECKING([whether to enable bearer authentication method])
4475 AS_HELP_STRING([--enable-bearer-auth],[Enable bearer authentication (default)])
4493 AC_MSG_CHECKING([whether to enable digest authentication method])
4495 AS_HELP_STRING([--enable-digest-auth],[Enable digest authentication (default)])
4513 AC_MSG_CHECKING([whether to enable kerberos authentication method])
4515 AS_HELP_STRING([--enable-kerberos-auth],[Enable kerberos authentication (default)])
4533 AC_MSG_CHECKING([whether to enable negotiate authentication method])
4535 AS_HELP_STRING([--enable-negotiate-auth],[Enable negotiate authentication (default)])
4553 AC_MSG_CHECKING([whether to enable aws sig methods])
4555 AS_HELP_STRING([--enable-aws],[Enable AWS sig support (default)])
4575 AS_HELP_STRING([--enable-ntlm],[Enable NTLM support])
4593 AC_MSG_CHECKING([whether to enable TLS-SRP authentication])
4595 AS_HELP_STRING([--enable-tls-srp],[Enable TLS-SRP authentication])
4620 AC_MSG_CHECKING([whether to enable Unix domain sockets])
4622 AS_HELP_STRING([--enable-unix-sockets],[Enable Unix domain sockets])
4650 AC_MSG_ERROR([--enable-unix-sockets is not available on this platform!])
4663 AS_HELP_STRING([--enable-cookies],[Enable cookies support])
4682 AS_HELP_STRING([--enable-socketpair],[Enable socketpair support])
4701 AS_HELP_STRING([--enable-http-auth],[Enable HTTP authentication support])
4720 AS_HELP_STRING([--enable-doh],[Enable DoH support])
4739 AS_HELP_STRING([--enable-mime],[Enable mime API support])
4758 AS_HELP_STRING([--enable-bindlocal],[Enable local binding support])
4777 AS_HELP_STRING([--enable-form-api],[Enable form API support])
4787 AC_MSG_ERROR(MIME support needs to be enabled in order to enable form API support)
4805 AS_HELP_STRING([--enable-dateparse],[Enable date parsing])
4824 AS_HELP_STRING([--enable-netrc],[Enable netrc parsing])
4843 AS_HELP_STRING([--enable-progress-meter],[Enable progress-meter])
4862 AS_HELP_STRING([--enable-sha512-256],[Enable SHA-512/256 hash algorithm (default)])
4881 AS_HELP_STRING([--enable-dnsshuffle],[Enable DNS shuffling])
4900 AS_HELP_STRING([--enable-get-easy-options],[Enable curl_easy_options])
4919 AS_HELP_STRING([--enable-alt-svc],[Enable alt-svc support])
4940 AS_HELP_STRING([--enable-headers-api],[Enable headers-api support])
4945 curl_headers_msg="no (--enable-headers-api)"
4962 AS_HELP_STRING([--enable-hsts],[Enable HSTS support])
4981 curl_hsts_msg="no (--enable-hsts)";
4991 AC_DEFINE(USE_HTTPSRR, 1, [enable HTTPS RR support])
5031 AC_MSG_ERROR([--enable-ech ignored: No ECH support found])
5048 AS_HELP_STRING([--enable-websockets],[Enable WebSockets support])
5457 ac_configure_args="$ac_configure_args --enable-curldebug"