mirror of
https://github.com/curl/curl.git
synced 2026-08-25 15:43:47 +03:00
smb: Added initial source files for SMB
Added the initial source files and updated the relevant project files in order to support SMB/CIFS.
This commit is contained in:
parent
3529903afb
commit
e80d9d5902
5 changed files with 62 additions and 3 deletions
|
|
@ -39,7 +39,7 @@ SOURCE \
|
|||
http_proxy.c non-ascii.c asyn-ares.c asyn-thread.c curl_gssapi.c \
|
||||
curl_ntlm.c curl_ntlm_wb.c curl_ntlm_core.c curl_ntlm_msgs.c \
|
||||
curl_sasl.c vtls/curl_schannel.c curl_multibyte.c \
|
||||
vtls/curl_darwinssl.c bundles.c conncache.c curl_sasl_sspi.c
|
||||
vtls/curl_darwinssl.c bundles.c conncache.c curl_sasl_sspi.c smb.c
|
||||
|
||||
USERINCLUDE ../../../lib ../../../include/curl
|
||||
#ifdef ENABLE_SSL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue