mirror of
https://github.com/curl/curl.git
synced 2026-08-10 02:53:05 +03:00
configure: added --disable-get-easy-options
To allow disabling of the curl_easy_option APIs in a build. Closes #5365
This commit is contained in:
parent
6ebe63fac2
commit
ad691b191a
3 changed files with 45 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue