diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-10-04 14:29:37 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-10-04 14:29:37 +0000 |
commit | 313a954360f1659a3a27e1b02c8de7d2aaf99e15 (patch) | |
tree | ed4ec54503517e0b5939a6b08b25c61d7674bedc /INSTALL | |
parent | 8a8b194fae862aa28acc0fd38962423a98e44ef0 (diff) | |
download | fetchmail-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-- | INSTALL | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |