diff options
Diffstat (limited to 'src/qmail-rspawn.c')
-rw-r--r-- | src/qmail-rspawn.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/qmail-rspawn.c b/src/qmail-rspawn.c index 4ef24e7..c4155bb 100644 --- a/src/qmail-rspawn.c +++ b/src/qmail-rspawn.c @@ -9,10 +9,15 @@ #include "pathexec.h" #include "wait.h" -#include "auto_qmail.h" #include "ipalloc.h" #include "tcpto.h" +#ifdef USE_CONFIG + #include "fehsqm-config.h" +#else + #include "auto_qmail.h" +#endif + void initialize(int argc, char **argv) { tcpto_clean(); |