From a6d4807d028eb82f4a99587b0a8851727ca88566 Mon Sep 17 00:00:00 2001 From: Mandy Wu Date: Mon, 18 Jul 2011 23:36:36 +0200 Subject: NTLM single-sign on supported With the use of the 'ntlm_auth' tool from the Samba project --- lib/version.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/version.c') 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 -- cgit v1.2.3