From 526603ff0520ed1371e4ee93f75a7597acb2b902 Mon Sep 17 00:00:00 2001 From: Bill Nagel Date: Tue, 2 Dec 2014 13:36:40 -0500 Subject: smb: Build with SSPI enabled Build SMB/CIFS protocol support when SSPI is enabled. --- lib/smb.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/smb.c') diff --git a/lib/smb.c b/lib/smb.c index 1644471df..7627c8943 100644 --- a/lib/smb.c +++ b/lib/smb.c @@ -22,8 +22,7 @@ #include "curl_setup.h" -#if !defined(CURL_DISABLE_SMB) && defined(USE_NTLM) && \ - !defined(USE_WINDOWS_SSPI) +#if !defined(CURL_DISABLE_SMB) && defined(USE_NTLM) #define BUILDING_CURL_SMB_C @@ -895,4 +894,4 @@ static CURLcode smb_parse_url_path(struct connectdata *conn) return CURLE_OK; } -#endif /* CURL_DISABLE_SMB && USE_NTLM && USE_WINDOWS_SSPI */ +#endif /* CURL_DISABLE_SMB && USE_NTLM */ -- cgit v1.2.3