1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 23:58:49 -05:00

curl_setup: Disable SMB/CIFS support when HTTP only

This commit is contained in:
Brad Spencer 2015-01-26 12:15:32 -04:00 committed by Steve Holme
parent db6bcbd83f
commit 5691325440

View File

@ -190,6 +190,9 @@
# ifndef CURL_DISABLE_GOPHER
# define CURL_DISABLE_GOPHER
# endif
# ifndef CURL_DISABLE_SMB
# define CURL_DISABLE_SMB
# endif
#endif
/*