summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/src/macro_predef.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/src/macro_predef.c b/src/src/macro_predef.c
index 1b5cf4795..ba1934885 100644
--- a/src/src/macro_predef.c
+++ b/src/src/macro_predef.c
@@ -276,7 +276,9 @@ options_auths();
static void
params(void)
{
+#ifndef DISABLE_DKIM
dkim_params();
+#endif
}