]> granicus.if.org Git - curl/commitdiff
curl_setup: Disable SMB/CIFS support when HTTP only
authorBrad Spencer <bspencer@blackberry.com>
Mon, 26 Jan 2015 16:15:32 +0000 (12:15 -0400)
committerSteve Holme <steve_holme@hotmail.com>
Mon, 26 Jan 2015 18:48:44 +0000 (18:48 +0000)
lib/curl_setup.h

index 93ffad034d4a60688e4426e92ba35e32a29e31f2..c049ef9d26c1d539b928b46d7926da4f5d42bdfe 100644 (file)
 #  ifndef CURL_DISABLE_GOPHER
 #    define CURL_DISABLE_GOPHER
 #  endif
+#  ifndef CURL_DISABLE_SMB
+#    define CURL_DISABLE_SMB
+#  endif
 #endif
 
 /*