diff options
author | Don <don.j.olmstead@gmail.com> | 2021-08-24 11:27:39 -0700 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-08-25 13:05:50 +0200 |
commit | 62dbfa30ba0342ad7586c9c83b432afac49b9d5b (patch) | |
tree | d68a40cacda5c7f4f219bfb6c58c0c5e949791df /docs/CURL-DISABLE.md | |
parent | 1e67c73b5addc790e7890eb72ce9b2394f83db3a (diff) | |
download | curl-62dbfa30ba0342ad7586c9c83b432afac49b9d5b.tar.gz |
cmake: sync CURL_DISABLE options
Adds the full listing of CURL_DISABLE options to the CMake build. Moves
all option code, except for CURL_DISABLE_OPENSSL_AUTO_LOA_CONFIG which
resides near OpenSSL configuration, to the same block of code. Also
sorts the options here and in the cmake config header.
Additionally sorted the CURL-DISABLE listing and fixed the
CURL_DISABLE_POP3 option.
Closes #7624
Diffstat (limited to 'docs/CURL-DISABLE.md')
-rw-r--r-- | docs/CURL-DISABLE.md | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/docs/CURL-DISABLE.md b/docs/CURL-DISABLE.md index 5967d7b79..a2e75f198 100644 --- a/docs/CURL-DISABLE.md +++ b/docs/CURL-DISABLE.md @@ -12,10 +12,6 @@ Disable support for HTTP cookies. Disable support for authentication methods using crypto. -## CURL_DISABLE_NTLM - -Disable support for NTLM. - ## CURL_DISABLE_DICT Disable the DICT protocol @@ -82,6 +78,10 @@ Disable MQTT support. Disable the netrc parser. +## CURL_DISABLE_NTLM + +Disable support for NTLM. + ## CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG Disable the auto load config support in the OpenSSL backend. @@ -90,9 +90,9 @@ Disable the auto load config support in the OpenSSL backend. Disable date parsing -## CURL_DISABLE_POP +## CURL_DISABLE_POP3 -Disable the POP(S) protocols +Disable the POP3 protocol ## CURL_DISABLE_PROGRESS_METER |