diff options
| author | Sam Varshavchik | 2016-03-31 19:30:21 -0400 | 
|---|---|---|
| committer | Sam Varshavchik | 2016-03-31 19:30:21 -0400 | 
| commit | 291f4bf7b8b9ec8568d8b403b5e873495b58837e (patch) | |
| tree | 0a867bb5ff0de00aa588b97bd19e745b4b5be917 /maildrop/main.C | |
| parent | c426662291dde3770c717e035b5d67993102fd21 (diff) | |
| download | courier-libs-291f4bf7b8b9ec8568d8b403b5e873495b58837e.tar.bz2 | |
maildrop: add banner for the Courier build of maildrop.
Diffstat (limited to 'maildrop/main.C')
| -rw-r--r-- | maildrop/main.C | 14 | 
1 files changed, 14 insertions, 0 deletions
| diff --git a/maildrop/main.C b/maildrop/main.C index b22ee0a..c416527 100644 --- a/maildrop/main.C +++ b/maildrop/main.C @@ -177,6 +177,20 @@ static const char msg[]="maildrop " VERSION " Copyright 1998-2015 Double Precisi  #else  	"\n"  #endif +#if HAVE_COURIER +	"Courier-specific maildrop build. This version of maildrop should only be used" +#if CRLF_TERM +	"\r\n" +#else +	"\n" +#endif +	"with Courier, and not any other mail server." +#if CRLF_TERM +	"\r\n" +#else +	"\n" +#endif +#endif  #ifdef DbObj  	"GDBM/DB extensions enabled."  #if CRLF_TERM | 
