• Home
  • Raw
  • Download

Lines Matching refs:disables

190 option(CURL_DISABLE_ALTSVC "disables alt-svc support" OFF)
192 option(CURL_DISABLE_SRP "disables TLS-SRP support" OFF)
194 option(CURL_DISABLE_COOKIES "disables cookies support" OFF)
196 option(CURL_DISABLE_BASIC_AUTH "disables Basic authentication" OFF)
198 option(CURL_DISABLE_BEARER_AUTH "disables Bearer authentication" OFF)
200 option(CURL_DISABLE_DIGEST_AUTH "disables Digest authentication" OFF)
202 option(CURL_DISABLE_KERBEROS_AUTH "disables Kerberos authentication" OFF)
204 option(CURL_DISABLE_NEGOTIATE_AUTH "disables negotiate authentication" OFF)
206 option(CURL_DISABLE_AWS "disables AWS-SIG4" OFF)
208 option(CURL_DISABLE_DICT "disables DICT" OFF)
210 option(CURL_DISABLE_DOH "disables DNS-over-HTTPS" OFF)
212 option(CURL_DISABLE_FILE "disables FILE" OFF)
214 cmake_dependent_option(CURL_DISABLE_FORM_API "disables form api" OFF
217 option(CURL_DISABLE_FTP "disables FTP" OFF)
219 option(CURL_DISABLE_GETOPTIONS "disables curl_easy_options API for existing options to curl_easy_se…
221 option(CURL_DISABLE_GOPHER "disables Gopher" OFF)
223 option(CURL_DISABLE_HSTS "disables HSTS support" OFF)
225 option(CURL_DISABLE_HTTP "disables HTTP" OFF)
227 option(CURL_DISABLE_HTTP_AUTH "disables all HTTP authentication methods" OFF)
229 option(CURL_DISABLE_IMAP "disables IMAP" OFF)
231 option(CURL_DISABLE_LDAP "disables LDAP" OFF)
233 option(CURL_DISABLE_LDAPS "disables LDAPS" OFF)
235 option(CURL_DISABLE_LIBCURL_OPTION "disables --libcurl option from the curl tool" OFF)
237 option(CURL_DISABLE_MIME "disables MIME support" OFF)
239 option(CURL_DISABLE_MQTT "disables MQTT" OFF)
241 option(CURL_DISABLE_NETRC "disables netrc parser" OFF)
243 option(CURL_DISABLE_NTLM "disables NTLM support" OFF)
245 option(CURL_DISABLE_PARSEDATE "disables date parsing" OFF)
247 option(CURL_DISABLE_POP3 "disables POP3" OFF)
249 option(CURL_DISABLE_PROGRESS_METER "disables built-in progress meter" OFF)
251 option(CURL_DISABLE_PROXY "disables proxy support" OFF)
253 option(CURL_DISABLE_RTSP "disables RTSP" OFF)
255 option(CURL_DISABLE_SHUFFLE_DNS "disables shuffle DNS feature" OFF)
257 option(CURL_DISABLE_SMB "disables SMB" OFF)
259 option(CURL_DISABLE_SMTP "disables SMTP" OFF)
261 option(CURL_DISABLE_SOCKETPAIR "disables use of socketpair for curl_multi_poll" OFF)
263 option(CURL_DISABLE_TELNET "disables Telnet" OFF)
265 option(CURL_DISABLE_TFTP "disables TFTP" OFF)
267 option(CURL_DISABLE_VERBOSE_STRINGS "disables verbose strings" OFF)
271 option(HTTP_ONLY "disables all protocols except HTTP (This overrides all CURL_DISABLE_* options)" O…