summaryrefslogtreecommitdiff
path: root/src/qmail-pw2u.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/qmail-pw2u.c
parente6e9663d40f7aab9e1982dddcaa11386551ad182 (diff)
convert to the meson build system
Diffstat (limited to 'src/qmail-pw2u.c')
-rw-r--r--src/qmail-pw2u.c9
1 files changed, 7 insertions, 2 deletions
diff --git a/src/qmail-pw2u.c b/src/qmail-pw2u.c
index b834301..1ed7568 100644
--- a/src/qmail-pw2u.c
+++ b/src/qmail-pw2u.c
@@ -16,10 +16,15 @@
#include "stralloc.h"
#include "auto_break.h"
-#include "auto_qmail.h"
-#include "auto_usera.h"
#include "control.h"
+#ifdef USE_CONFIG
+ #include "fehsqm-config.h"
+#else
+ #include "auto_qmail.h"
+ #include "auto_usera.h"
+#endif
+
#define WHO "qmail-pw2u"
void die_chdir()