From a42c2a846d854d5b1ad42e27ee7091c72d2b5080 Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Wed, 3 Jul 2024 23:09:39 +0200 Subject: convert to the meson build system --- src/qmail-todo.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/qmail-todo.c') diff --git a/src/qmail-todo.c b/src/qmail-todo.c index 411f514..a26365d 100644 --- a/src/qmail-todo.c +++ b/src/qmail-todo.c @@ -19,7 +19,6 @@ #include "str.h" #include "stralloc.h" -#include "auto_qmail.h" #include "control.h" #include "fmtqfn.h" #include "now.h" @@ -28,6 +27,12 @@ #include "sendtodo.h" #include "trigger.h" +#ifdef USE_CONFIG + #include "fehsqm-config.h" +#else + #include "auto_qmail.h" +#endif + stralloc percenthack = {0}; struct constmap mappercenthack; stralloc locals = {0}; -- cgit v1.2.3