aboutsummaryrefslogtreecommitdiffstats
path: root/pop2.c
diff options
context:
space:
mode:
Diffstat (limited to 'pop2.c')
-rw-r--r--pop2.c2
1 files changed, 2 insertions, 0 deletions
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
;