From 010657572815d6f710acb7047be88c50f24a648f Mon Sep 17 00:00:00 2001
From: Steve Holme <steve_holme@hotmail.com>
Date: Sun, 9 Nov 2014 13:35:08 +0000
Subject: [PATCH] INSTALL: Added email protocols to the "Disabling in Win32
 builds" section

---
 docs/INSTALL | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/docs/INSTALL b/docs/INSTALL
index 0006918a9f..3b2b5c459f 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -416,6 +416,9 @@ Win32
    CURL_DISABLE_FILE     disables FILE
    CURL_DISABLE_TFTP     disables TFTP
    CURL_DISABLE_HTTP     disables HTTP
+   CURL_DISABLE_IMAP     disables IMAP
+   CURL_DISABLE_POP3     disables POP3
+   CURL_DISABLE_SMTP     disables SMTP
 
    If you want to set any of these defines you have the following
    possibilities:
-- 
GitLab