Commit 56913254 authored by Brad Spencer's avatar Brad Spencer Committed by Steve Holme
Browse files

curl_setup: Disable SMB/CIFS support when HTTP only

parent db6bcbd8
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -190,6 +190,9 @@
#  ifndef CURL_DISABLE_GOPHER
#    define CURL_DISABLE_GOPHER
#  endif
#  ifndef CURL_DISABLE_SMB
#    define CURL_DISABLE_SMB
#  endif
#endif

/*