mirror of
https://github.com/curl/curl.git
synced 2026-08-26 06:03:32 +03:00
lib: add ability to disable auths individually
Both with configure and cmake Closes #11490
This commit is contained in:
parent
33dac9dfac
commit
e92edfbef6
33 changed files with 266 additions and 76 deletions
|
|
@ -237,9 +237,6 @@ $!
|
|||
$write cvh "#ifdef CURL_DISABLE_COOKIES"
|
||||
$write cvh "#undef CURL_DISABLE_COOKIES"
|
||||
$write cvh "#endif"
|
||||
$write cvh "#ifdef CURL_DISABLE_CRYPTO_AUTH"
|
||||
$write cvh "#undef CURL_DISABLE_CRYPTO_AUTH"
|
||||
$write cvh "#endif"
|
||||
$write cvh "#ifdef CURL_DISABLE_DICT"
|
||||
$write cvh "#undef CURL_DISABLE_DICT"
|
||||
$write cvh "#endif"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue