From 569132544039ee470cb812017e9a9b806e642347 Mon Sep 17 00:00:00 2001 From: Brad Spencer Date: Mon, 26 Jan 2015 12:15:32 -0400 Subject: curl_setup: Disable SMB/CIFS support when HTTP only --- lib/curl_setup.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lib/curl_setup.h') 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 /* -- cgit v1.2.3