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-lspawn.c | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/qmail-lspawn.c') 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) -- cgit v1.2.3