mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
smb: Build with SSPI enabled
Build SMB/CIFS protocol support when SSPI is enabled.
This commit is contained in:
parent
eb88d778e7
commit
526603ff05
5 changed files with 9 additions and 12 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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue