diff options
author | Daniel Stenberg <daniel@haxx.se> | 2020-08-26 08:30:38 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2020-08-27 14:17:42 +0200 |
commit | ad691b191afd91bb747b6bbaa04c54303c6d581a (patch) | |
tree | 9bc9d1cc2fb5730b7d53d1d1c2ede3def277a513 /docs | |
parent | 6ebe63fac23f38df911edc348e8ccc72280f9434 (diff) | |
download | curl-ad691b191afd91bb747b6bbaa04c54303c6d581a.tar.gz |
configure: added --disable-get-easy-options
To allow disabling of the curl_easy_option APIs in a build.
Closes #5365
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CURL-DISABLE.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/CURL-DISABLE.md b/docs/CURL-DISABLE.md index 2dd250c7f..f90acda2c 100644 --- a/docs/CURL-DISABLE.md +++ b/docs/CURL-DISABLE.md @@ -24,6 +24,11 @@ Disable the FILE protocol Disable the FTP (and FTPS) protocol +## CURL_DISABLE_GETOPTIONS + +Disable the `curl_easy_options` API calls that lets users get information +about existing options to `curl_easy_setopt`. + ## CURL_DISABLE_GOPHER Disable the GOPHER protocol. |