summaryrefslogtreecommitdiff
path: root/src/qmail-send.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/qmail-send.c')
-rw-r--r--src/qmail-send.c7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/qmail-send.c b/src/qmail-send.c
index 13800f4..6b7a737 100644
--- a/src/qmail-send.c
+++ b/src/qmail-send.c
@@ -27,7 +27,6 @@
#include "str.h"
#include "stralloc.h"
-#include "auto_qmail.h"
#include "control.h"
#include "fmtqfn.h"
#include "newfield.h"
@@ -40,6 +39,12 @@
#include "sendtodo.h"
#include "trigger.h"
+#ifdef USE_CONFIG
+ #include "fehsqm-config.h"
+#else
+ #include "auto_qmail.h"
+#endif
+
long lifetime = 604800;
long bouncemaxbytes = 0;