comparison config.h.in @ 205:4fd237550525

REMOVED MAILDIR SUPPORT if you want to deliver to maildir, use an MDA like procmail masqmail can pass mail to an MDA by setting `mda' in masqmail.conf
author meillo@marmaro.de
date Fri, 16 Jul 2010 16:38:50 +0200
parents 5745edd5b769
children 02bc0331e390
comparison
equal deleted inserted replaced
204:5745edd5b769 205:4fd237550525
8 #undef ENABLE_DEBUG 8 #undef ENABLE_DEBUG
9 9
10 #undef ENABLE_RESOLVER 10 #undef ENABLE_RESOLVER
11 11
12 #undef ENABLE_AUTH 12 #undef ENABLE_AUTH
13
14 #undef ENABLE_MAILDIR
15 13
16 #undef USE_LIB_CRYPTO 14 #undef USE_LIB_CRYPTO
17 15
18 #undef ENABLE_IDENT 16 #undef ENABLE_IDENT
19 17
41 /* If debugging is enabled */ 39 /* If debugging is enabled */
42 #undef ENABLE_DEBUG 40 #undef ENABLE_DEBUG
43 41
44 /* If ident is enabled */ 42 /* If ident is enabled */
45 #undef ENABLE_IDENT 43 #undef ENABLE_IDENT
46
47 /* If Maildirs are enabled */
48 #undef ENABLE_MAILDIR
49 44
50 /* If the resolver is to be used */ 45 /* If the resolver is to be used */
51 #undef ENABLE_RESOLVER 46 #undef ENABLE_RESOLVER
52 47
53 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */ 48 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */