diff options
author | Bill Nagel <wnagel@tycoint.com> | 2014-12-02 13:36:40 -0500 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-12-07 18:36:23 +0000 |
commit | 526603ff0520ed1371e4ee93f75a7597acb2b902 (patch) | |
tree | 179dfd4acca2b063a12f6419eaab081ee6aad567 /lib/smb.h | |
parent | eb88d778e751639d68d932b23a648e591bcc0ba8 (diff) | |
download | curl-526603ff0520ed1371e4ee93f75a7597acb2b902.tar.gz |
smb: Build with SSPI enabled
Build SMB/CIFS protocol support when SSPI is enabled.
Diffstat (limited to 'lib/smb.h')
-rw-r--r-- | lib/smb.h | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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 */ |