Mercurial > masqmail-0.2
annotate acconfig.h @ 51:8a92de5e8907
fixed inverted condition for undefined online_file
reported by Juergen Daubert via mailing list
the bug was introduced by refactoring (seems we need automated testing)
author | meillo@marmaro.de |
---|---|
date | Fri, 21 May 2010 14:45:56 +0200 |
parents | 08114f7dcc23 |
children |
rev | line source |
---|---|
0 | 1 #undef DEF_MAIL_GROUP |
2 #undef DEF_MAIL_USER | |
3 | |
4 /* Define if you want to use lockfile library. */ | |
5 #undef USE_LIBLOCKFILE | |
6 | |
7 #undef ENABLE_DEBUG | |
8 | |
9 #undef ENABLE_RESOLVER | |
10 | |
11 #undef ENABLE_SMTP_SERVER | |
12 | |
13 #undef ENABLE_POP3 | |
14 | |
15 #undef ENABLE_AUTH | |
16 | |
17 #undef ENABLE_MAILDIR | |
18 | |
19 #undef USE_LIB_CRYPTO | |
20 | |
21 #undef ENABLE_IDENT | |
22 | |
23 #undef ENABLE_MSERVER | |
24 | |
25 #undef CONF_DIR | |
26 | |
27 #undef DATA_DIR | |
28 | |
29 #undef SBINDIR |