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

@ -256,12 +256,11 @@ struct smb_tree_disconnect {
#endif /* BUILDING_CURL_SMB_C */
#if !defined(CURL_DISABLE_SMB) && defined(USE_NTLM) && \
!defined(USE_WINDOWS_SSPI)
#if !defined(CURL_DISABLE_SMB) && defined(USE_NTLM)
extern const struct Curl_handler Curl_handler_smb;
extern const struct Curl_handler Curl_handler_smbs;
#endif /* CURL_DISABLE_SMB && USE_NTLM && USE_WINDOWS_SSPI */
#endif /* CURL_DISABLE_SMB && USE_NTLM */
#endif /* HEADER_CURL_SMB_H */