cmake: fix CURL_DISABLE_GETOPTIONS
- Add CURL_DISABLE_GETOPTIONS to curl_config.h.cmake. Prior to this change the option had no effect because it was missing from that file. Closes https://github.com/curl/curl/pull/12091
This commit is contained in:
parent
5adb6000ff
commit
732d8ef758
@ -74,6 +74,9 @@
|
||||
/* disables FTP */
|
||||
#cmakedefine CURL_DISABLE_FTP 1
|
||||
|
||||
/* disables curl_easy_options API for existing options to curl_easy_setopt */
|
||||
#cmakedefine CURL_DISABLE_GETOPTIONS 1
|
||||
|
||||
/* disables GOPHER */
|
||||
#cmakedefine CURL_DISABLE_GOPHER 1
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user