summaryrefslogtreecommitdiff
path: root/src/qmail-lspawn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmail-lspawn.c')
-rw-r--r--src/qmail-lspawn.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/qmail-lspawn.c b/src/qmail-lspawn.c
index 29c1b7a..57fba4b 100644
--- a/src/qmail-lspawn.c
+++ b/src/qmail-lspawn.c
@@ -14,10 +14,15 @@
#include "stralloc.h"
#include "wait.h"
-#include "auto_qmail.h"
-#include "auto_uids.h"
#include "qlx.h"
+#ifdef USE_CONFIG
+ #include "fehsqm-config.h"
+#else
+ #include "auto_qmail.h"
+ #include "auto_uids.h"
+#endif
+
char *aliasempty;
void initialize(int argc, char **argv)