Searched defs:CURL_DISABLE_NTLM (Results 1 – 4 of 4) sorted by relevance
/third_party/curl/docs/ | ||
D | CURL-DISABLE.md | 15 ## CURL_DISABLE_NTLM section in Code defines to disable features and protocols |
/third_party/curl/lib/ | ||
D | config-vxworks.h | 60 #define CURL_DISABLE_NTLM 1 macro |
/third_party/curl/ | ||
D | CMakeLists.txt | 222 option(CURL_DISABLE_NTLM "to disable NTLM support" OFF) option |
D | configure.ac | 3572 AC_DEFINE(CURL_DISABLE_NTLM, 1, [to disable NTLM support]) definition |