From 313a954360f1659a3a27e1b02c8de7d2aaf99e15 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 4 Oct 1997 14:29:37 +0000 Subject: Enable conditioning out of POP3, IMAP, ETRN. svn path=/trunk/; revision=1477 --- pop3.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pop3.c') diff --git a/pop3.c b/pop3.c index 9e6fe993..090b292c 100644 --- a/pop3.c +++ b/pop3.c @@ -5,7 +5,7 @@ */ #include "config.h" - +#ifdef POP3_ENABLE #include #include #include @@ -517,5 +517,6 @@ int doPOP3 (struct query *ctl) peek_capable = FALSE; return(do_protocol(ctl, &pop3)); } +#endif /* POP3_ENABLE */ /* pop3.c ends here */ -- cgit v1.2.3