diff options
Diffstat (limited to 'src/qmail.c')
-rw-r--r-- | src/qmail.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/qmail.c b/src/qmail.c index f344492..f681805 100644 --- a/src/qmail.c +++ b/src/qmail.c @@ -9,7 +9,11 @@ #include "readwrite.h" #include "wait.h" -#include "auto_qmail.h" +#ifdef USE_CONFIG + #include "fehsqm-config.h" +#else + #include "auto_qmail.h" +#endif static char *binqqargs[2] = {0, 0}; |