aboutsummaryrefslogtreecommitdiffstats
path: root/acconfig.h
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 /acconfig.h
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 'acconfig.h')
-rw-r--r--acconfig.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h
index e31bd2fb..a9c6ac48 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -55,6 +55,15 @@
/* Define if you want POP2 support compiled in */
#undef POP2_ENABLE
+/* Define if you want POP3 support compiled in */
+#undef POP3_ENABLE
+
+/* Define if you want IMAP support compiled in */
+#undef IMAP_ENABLE
+
+/* Define if you want ETRN support compiled in */
+#undef ETRN_ENABLE
+
/* Define if you want RPA support compiled in */
#undef RPA_ENABLE