git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Feature macros, show-supported and build-time selection for malware interfaces
[users/jgh/exim.git]
/
src
/
src
/
macro_predef.c
diff --git
a/src/src/macro_predef.c
b/src/src/macro_predef.c
index d13248ce43e1a95c0253faf2f7e6f25307cbd59c..08028bf5b9873efaac5c9c1e135530395c5f0f95 100644
(file)
--- a/
src/src/macro_predef.c
+++ b/
src/src/macro_predef.c
@@
-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
}