aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-10-04 14:29:37 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-10-04 14:29:37 +0000
commit313a954360f1659a3a27e1b02c8de7d2aaf99e15 (patch)
treeed4ec54503517e0b5939a6b08b25c61d7674bedc /INSTALL
parent8a8b194fae862aa28acc0fd38962423a98e44ef0 (diff)
downloadfetchmail-313a954360f1659a3a27e1b02c8de7d2aaf99e15.tar.gz
fetchmail-313a954360f1659a3a27e1b02c8de7d2aaf99e15.tar.bz2
fetchmail-313a954360f1659a3a27e1b02c8de7d2aaf99e15.zip
Enable conditioning out of POP3, IMAP, ETRN.
svn path=/trunk/; revision=1477
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 5 insertions, 0 deletions
diff --git a/INSTALL b/INSTALL
index 3ad1cad9..1453ba6d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -59,6 +59,11 @@ Kerberos lives. If your configuration doesn't match one of the four
that fetchmail's configure.in knows about, you may find you have to
hand-hack the Makefile a bit.
+It is also possible to explicitly condition out the support for
+POP3, IMAP, and ETRN (with configure arguments of --disable-POP3,
+--disable-IMAP, and --disable-ETRN respectively). However, none
+of these wins back more that 3 to 4K on an Intel box.
+
If you want to build for debugging,
CFLAGS=-g LDFLAGS=" " ./configure