diff options
author | Mandy Wu <mandy.wu@intel.com> | 2011-07-18 23:36:36 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-07-18 23:36:36 +0200 |
commit | a6d4807d028eb82f4a99587b0a8851727ca88566 (patch) | |
tree | 0f2398259a279bd3d826eee2e78cc76aa1747e46 /lib/version.c | |
parent | 650a504b2f244ad323f1b45c2f36a2f967f7870f (diff) | |
download | curl-a6d4807d028eb82f4a99587b0a8851727ca88566.tar.gz |
NTLM single-sign on supported
With the use of the 'ntlm_auth' tool from the Samba project
Diffstat (limited to 'lib/version.c')
-rw-r--r-- | lib/version.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/version.c b/lib/version.c index c471dc106..6b9ff5070 100644 --- a/lib/version.c +++ b/lib/version.c @@ -243,6 +243,9 @@ static curl_version_info_data version_info = { #ifdef USE_NTLM | CURL_VERSION_NTLM #endif +#ifdef USE_NTLM_SSO + | CURL_VERSION_NTLM_SSO +#endif #ifdef USE_WINDOWS_SSPI | CURL_VERSION_SSPI #endif |