diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-11-09 13:35:08 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-09 13:35:08 +0000 |
commit | 010657572815d6f710acb7047be88c50f24a648f (patch) | |
tree | a19a80092641f693ff5872727b848743560cb078 /docs/INSTALL | |
parent | f0d860d35fbb5137d49dbeddd40712b158e255dd (diff) | |
download | curl-010657572815d6f710acb7047be88c50f24a648f.tar.gz |
INSTALL: Added email protocols to the "Disabling in Win32 builds" section
Diffstat (limited to 'docs/INSTALL')
-rw-r--r-- | docs/INSTALL | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/INSTALL b/docs/INSTALL index 0006918a9..3b2b5c459 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: |