masqmail
diff config.h.in @ 151:e20fe8c9936a
default values for logdir and spooldir
we also have defines for LOG_DIR and SPOOL_DIR now
author | meillo@marmaro.de |
---|---|
date | Wed, 07 Jul 2010 10:32:00 +0200 |
parents | 9cb4031fa5e0 |
children | 5b621742b2e7 |
line diff
1.1 --- a/config.h.in Tue Jul 06 20:16:33 2010 +0200 1.2 +++ b/config.h.in Wed Jul 07 10:32:00 2010 +0200 1.3 @@ -131,6 +131,9 @@ 1.4 /* Define to 1 if you have the `vprintf' function. */ 1.5 #undef HAVE_VPRINTF 1.6 1.7 +/* The log directory */ 1.8 +#undef LOG_DIR 1.9 + 1.10 /* Name of package */ 1.11 #undef PACKAGE 1.12 1.13 @@ -158,6 +161,9 @@ 1.14 /* The sbin directory */ 1.15 #undef SBINDIR 1.16 1.17 +/* The spool directory */ 1.18 +#undef SPOOL_DIR 1.19 + 1.20 /* Define to 1 if you have the ANSI C header files. */ 1.21 #undef STDC_HEADERS 1.22