From: Brad Spencer Date: Mon, 26 Jan 2015 16:15:32 +0000 (-0400) Subject: curl_setup: Disable SMB/CIFS support when HTTP only X-Git-Tag: curl-7_41_0~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=569132544039ee470cb812017e9a9b806e642347;p=curl curl_setup: Disable SMB/CIFS support when HTTP only --- diff --git a/lib/curl_setup.h b/lib/curl_setup.h index 93ffad034..c049ef9d2 100644 --- a/lib/curl_setup.h +++ b/lib/curl_setup.h @@ -190,6 +190,9 @@ # ifndef CURL_DISABLE_GOPHER # define CURL_DISABLE_GOPHER # endif +# ifndef CURL_DISABLE_SMB +# define CURL_DISABLE_SMB +# endif #endif /*