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 --- rpa.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rpa.c') diff --git a/rpa.c b/rpa.c index 99e37f53..e6b015a8 100644 --- a/rpa.c +++ b/rpa.c @@ -10,7 +10,7 @@ #include "config.h" -#ifdef RPA_ENABLE +#if defined(POP3_ENABLE) && defined(RPA_ENABLE) #include #include #include @@ -881,6 +881,6 @@ unsigned char* out; fprintf(stderr,"\n"); } } -#endif /* RPA_ENABLE */ +#endif /* POP3_ENABLE && RPA_ENABLE */ /* rpa.c ends here */ -- cgit v1.2.3