From 62bdd79aa94a2c4624cb662c9ac43f9bf95d5427 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 20 Oct 1998 06:03:40 +0000 Subject: Enable sizewarnings even if POP3 isn't compiled. svn path=/trunk/; revision=2119 --- driver.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/driver.c b/driver.c index 60b77720..d2d0cf2f 100644 --- a/driver.c +++ b/driver.c @@ -1677,7 +1677,7 @@ const struct method *proto; /* protocol method table */ { char size[32]; int cnt, bytesz = msgsizes[num-1]; -#ifdef POP3_ENABLE + /* convert sz to string */ sprintf(size, "%d", msgsizes[num-1]); @@ -1717,8 +1717,6 @@ const struct method *proto; /* protocol method table */ tmp->val.status.num = cnt; } -#endif /* POP3_ENABLE */ - error_build(" (oversized, %d octets)", msgsizes[num-1]); } -- cgit v1.2.3