diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-09-11 19:01:53 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-09-11 19:01:53 +0000 |
commit | e2035c018f293db615fb4c46984ea033b9e7f50b (patch) | |
tree | 81803a87e383b510be5682b634758c35e1ee7cde /pop2.c | |
parent | 7e3ec8c9d872b906a803c406f4851f30ff98ee5c (diff) | |
download | fetchmail-e2035c018f293db615fb4c46984ea033b9e7f50b.tar.gz fetchmail-e2035c018f293db615fb4c46984ea033b9e7f50b.tar.bz2 fetchmail-e2035c018f293db615fb4c46984ea033b9e7f50b.zip |
Most of the way to SMTP forwarding.
svn path=/trunk/; revision=79
Diffstat (limited to 'pop2.c')
-rw-r--r-- | pop2.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 ; |