]> granicus.if.org Git - curl/commitdiff
HTTP_ONLY: disable more protocols
authorDaniel Stenberg <daniel@haxx.se>
Wed, 19 Sep 2012 09:00:17 +0000 (11:00 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 19 Sep 2012 09:03:34 +0000 (11:03 +0200)
lib/setup.h

index a45d116f45ed563bd242b80cfaa194eebb8903e1..6d2dc90a8def63b5afef070fe0d60bfb2e2a6573 100644 (file)
 #  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
 
 /*