summaryrefslogtreecommitdiff
path: root/docs/CURL-DISABLE.md
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2020-08-26 08:30:38 +0200
committerDaniel Stenberg <daniel@haxx.se>2020-08-27 14:17:42 +0200
commitad691b191afd91bb747b6bbaa04c54303c6d581a (patch)
tree9bc9d1cc2fb5730b7d53d1d1c2ede3def277a513 /docs/CURL-DISABLE.md
parent6ebe63fac23f38df911edc348e8ccc72280f9434 (diff)
downloadcurl-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/CURL-DISABLE.md')
-rw-r--r--docs/CURL-DISABLE.md5
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.