diff options
author | theawless <theawless@gmail.com> | 2021-05-07 12:58:50 +0530 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2021-06-02 08:55:00 +0200 |
commit | ee8c4f766ce891332a3162c81473e951238d903a (patch) | |
tree | d5a0e6e34728a8ef795da86bee03fd0820cb9cda /lib/config-vxworks.h | |
parent | 68c71126f82bb3dfbd5a57176dd89d28abc1b9fd (diff) | |
download | curl-ee8c4f766ce891332a3162c81473e951238d903a.tar.gz |
define: re-add CURL_DISABLE_NTLM and corresponding ifdefs
This flag will be further exposed by adding build options.
Reverts #6809
Closes #7028
Diffstat (limited to 'lib/config-vxworks.h')
-rw-r--r-- | lib/config-vxworks.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-vxworks.h b/lib/config-vxworks.h index 8911b05e2..dc46373be 100644 --- a/lib/config-vxworks.h +++ b/lib/config-vxworks.h @@ -56,6 +56,9 @@ /* to disable LDAPS */ #define CURL_DISABLE_LDAPS 1 +/* to disable NTLM authentication */ +#define CURL_DISABLE_NTLM 1 + /* to disable proxies */ /* #undef CURL_DISABLE_PROXY */ |