Home
last modified time | relevance | path

Searched defs:CURL_DISABLE_NTLM (Results 1 – 4 of 4) sorted by relevance

/third_party/curl/docs/
DCURL-DISABLE.md15 ## CURL_DISABLE_NTLM section in Code defines to disable features and protocols
/third_party/curl/lib/
Dconfig-vxworks.h60 #define CURL_DISABLE_NTLM 1 macro
/third_party/curl/
DCMakeLists.txt222 option(CURL_DISABLE_NTLM "to disable NTLM support" OFF) option
Dconfigure.ac3572 AC_DEFINE(CURL_DISABLE_NTLM, 1, [to disable NTLM support]) definition