From 569132544039ee470cb812017e9a9b806e642347 Mon Sep 17 00:00:00 2001
From: Brad Spencer <bspencer@blackberry.com>
Date: Mon, 26 Jan 2015 12:15:32 -0400
Subject: [PATCH] curl_setup: Disable SMB/CIFS support when HTTP only

---
 lib/curl_setup.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/lib/curl_setup.h b/lib/curl_setup.h
index 93ffad034d..c049ef9d26 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
 
 /*
-- 
GitLab