Feature macros, show-supported and build-time selection for malware interfaces
[exim.git] / src / src / macro_predef.c
index d13248ce43e1a95c0253faf2f7e6f25307cbd59c..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
 }