Docs: remove extraneous options from variables index
[exim.git] / src / src / macro_predef.c
index 1b5cf479553b02bd8fdba55e4fad2f63a819702f..08028bf5b9873efaac5c9c1e135530395c5f0f95 100644 (file)
@@ -43,6 +43,7 @@ builtin_macro_create_var(name, US"y");
 }
 
 
+/* restricted snprintf */
 void
 spf(uschar * buf, int len, const uschar * fmt, ...)
 {
@@ -261,6 +262,10 @@ due to conflicts with other common macros. */
   builtin_macro_create(US"_HAVE_TRANSPORT_APPEND_MBX");
 # endif
 #endif
+
+#ifdef WITH_CONTENT_SCAN
+features_malware();
+#endif
 }
 
 
@@ -276,7 +281,9 @@ options_auths();
 static void
 params(void)
 {
-dkim_params();
+#ifndef DISABLE_DKIM
+params_dkim();
+#endif
 }