smb: Build with SSPI enabled

Build SMB/CIFS protocol support when SSPI is enabled.
This commit is contained in:
Bill Nagel 2014-12-02 13:36:40 -05:00 committed by Steve Holme
parent eb88d778e7
commit 526603ff05
5 changed files with 9 additions and 12 deletions

View file

@ -216,8 +216,7 @@ static const char * const protocols[] = {
#ifdef USE_LIBSSH2
"sftp",
#endif
#if !defined(CURL_DISABLE_SMB) && defined(USE_NTLM) && \
!defined(USE_WINDOWS_SSPI)
#if !defined(CURL_DISABLE_SMB) && defined(USE_NTLM)
"smb",
# ifdef USE_SSL
"smbs",