summaryrefslogtreecommitdiff
path: root/src/spawn.c
diff options
context:
space:
mode:
authorJannis Hoffmann <jannis@fehcom.de>2024-07-03 23:09:39 +0200
committerJannis Hoffmann <jannis@fehcom.de>2024-07-03 23:09:39 +0200
commita42c2a846d854d5b1ad42e27ee7091c72d2b5080 (patch)
tree2278f8fca96c02a0c7f97a40fb85f9e8a4b2deeb /src/spawn.c
parente6e9663d40f7aab9e1982dddcaa11386551ad182 (diff)
convert to the meson build system
Diffstat (limited to 'src/spawn.c')
-rw-r--r--src/spawn.c10
1 files changed, 7 insertions, 3 deletions
diff --git a/src/spawn.c b/src/spawn.c
index 5315637..2ad7d13 100644
--- a/src/spawn.c
+++ b/src/spawn.c
@@ -15,9 +15,13 @@
#include "stralloc.h"
#include "wait.h"
-#include "auto_qmail.h"
-#include "auto_spawn.h"
-#include "auto_uids.h"
+#ifdef USE_CONFIG
+ #include "fehsqm-config.h"
+#else
+ #include "auto_qmail.h"
+ #include "auto_spawn.h"
+ #include "auto_uids.h"
+#endif
extern int truncreport;
extern int spawn();