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-clean.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/qmail-clean.c') diff --git a/src/qmail-clean.c b/src/qmail-clean.c index efeda8c..3e4d74e 100644 --- a/src/qmail-clean.c +++ b/src/qmail-clean.c @@ -14,10 +14,15 @@ #include "str.h" #include "stralloc.h" -#include "auto_qmail.h" #include "fmtqfn.h" #include "now.h" +#ifdef USE_CONFIG + #include "fehsqm-config.h" +#else + #include "auto_qmail.h" +#endif + #define OSSIFIED 129600 /* see qmail-send.c */ stralloc line = {0}; @@ -111,7 +116,6 @@ int main() continue; \ } \ } while (0) - if (byte_equal(line.s, 5, "foop/")) { U("intd/", 1); U("mess/", 1); -- cgit v1.2.3