From 39dff07a2766d8acd42e596139597b6a2e76f86a Mon Sep 17 00:00:00 2001
From: Daniel Stenberg <daniel@haxx.se>
Date: Wed, 19 Sep 2012 11:00:17 +0200
Subject: [PATCH] HTTP_ONLY: disable more protocols

---
 lib/setup.h |   18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/lib/setup.h b/lib/setup.h
index a45d116..6d2dc90 100644
--- a/lib/setup.h
+++ b/lib/setup.h
@@ -188,6 +188,24 @@
 #  ifndef CURL_DISABLE_RTSP
 #    define CURL_DISABLE_RTSP
 #  endif
+#  ifndef CURL_DISABLE_POP3
+#    define CURL_DISABLE_POP3
+#  endif
+#  ifndef CURL_DISABLE_IMAP
+#    define CURL_DISABLE_IMAP
+#  endif
+#  ifndef CURL_DISABLE_SMTP
+#    define CURL_DISABLE_SMTP
+#  endif
+#  ifndef CURL_DISABLE_RTSP
+#    define CURL_DISABLE_RTSP
+#  endif
+#  ifndef CURL_DISABLE_RTMP
+#    define CURL_DISABLE_RTMP
+#  endif
+#  ifndef CURL_DISABLE_GOPHER
+#    define CURL_DISABLE_GOPHER
+#  endif
 #endif
 
 /*
-- 
1.7.10.4

