From 5c60df97af1da3cf699a78ba0bd7f9f9d751d8b0 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 11 Jun 1997 04:28:16 +0000 Subject: Normal build is now with POP2 disabled and optimization on. svn path=/trunk/; revision=1080 --- pop2.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'pop2.c') diff --git a/pop2.c b/pop2.c index 51ddd295..d9e9990e 100644 --- a/pop2.c +++ b/pop2.c @@ -1,5 +1,5 @@ /* - * pop2.c -- POP@ protocol methods + * pop2.c -- POP2 protocol methods * * Copyright 1996 by Eric S. Raymond * All rights reserved. @@ -7,6 +7,7 @@ */ #include +#ifdef POP2_ENABLE #include #if defined(STDC_HEADERS) #include @@ -137,5 +138,6 @@ int doPOP2 (struct query *ctl) peek_capable = FALSE; return(do_protocol(ctl, &pop2)); } +#endif /* POP2_ENABLE */ /* pop2.c ends here */ -- cgit v1.2.3