Mercurial > masqmail
comparison config.h.in @ 192:89f951be358f
REMOVED POP3 SUPPORT
masqmail will not include a POP3 client anymore from 0.3.0 on
maybe the POP3 code will be reworked into a standalone program
some day
if you rely on the POP3 client, use fetchmail or something similar
instead
author | meillo@marmaro.de |
---|---|
date | Thu, 15 Jul 2010 14:24:40 +0200 |
parents | 5b621742b2e7 |
children | 5745edd5b769 |
comparison
equal
deleted
inserted
replaced
191:f186650135c3 | 192:89f951be358f |
---|---|
8 #undef ENABLE_DEBUG | 8 #undef ENABLE_DEBUG |
9 | 9 |
10 #undef ENABLE_RESOLVER | 10 #undef ENABLE_RESOLVER |
11 | 11 |
12 #undef ENABLE_SMTP_SERVER | 12 #undef ENABLE_SMTP_SERVER |
13 | |
14 #undef ENABLE_POP3 | |
15 | 13 |
16 #undef ENABLE_AUTH | 14 #undef ENABLE_AUTH |
17 | 15 |
18 #undef ENABLE_MAILDIR | 16 #undef ENABLE_MAILDIR |
19 | 17 |
48 /* If ident is enabled */ | 46 /* If ident is enabled */ |
49 #undef ENABLE_IDENT | 47 #undef ENABLE_IDENT |
50 | 48 |
51 /* If Maildirs are enabled */ | 49 /* If Maildirs are enabled */ |
52 #undef ENABLE_MAILDIR | 50 #undef ENABLE_MAILDIR |
53 | |
54 /* If the POP3 support is enabled */ | |
55 #undef ENABLE_POP3 | |
56 | 51 |
57 /* If the resolver is to be used */ | 52 /* If the resolver is to be used */ |
58 #undef ENABLE_RESOLVER | 53 #undef ENABLE_RESOLVER |
59 | 54 |
60 /* If the SMTP server is enabled */ | 55 /* If the SMTP server is enabled */ |