From e2035c018f293db615fb4c46984ea033b9e7f50b Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Wed, 11 Sep 1996 19:01:53 +0000 Subject: Most of the way to SMTP forwarding. svn path=/trunk/; revision=79 --- pop2.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pop2.c') diff --git a/pop2.c b/pop2.c index a5ca1cd0..7c611629 100644 --- a/pop2.c +++ b/pop2.c @@ -84,10 +84,12 @@ struct hostrec *queryctl; fprintf(stderr,"Option --all is not supported with POP2\n"); return(PS_SYNTAX); } +#ifdef FOO else if (queryctl->smtphost[0]) { fprintf(stderr,"Option --smtphost is not supported with POP2\n"); return(PS_SYNTAX); } +#endif /* FOO */ else ; -- cgit v1.2.3