mirror of
https://github.com/curl/curl.git
synced 2026-08-26 20:23:32 +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
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue