X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/79d4bc3d95d75446a2d149ca35525f078a978027..a7cbbf501402231457e8167b6d446f4df454ba17:/src/src/globals.c diff --git a/src/src/globals.c b/src/src/globals.c index 500691cb0..71de52aac 100644 --- a/src/src/globals.c +++ b/src/src/globals.c @@ -930,6 +930,9 @@ const pcre *regex_PIPELINING = NULL; const pcre *regex_SIZE = NULL; const pcre *regex_smtp_code = NULL; const pcre *regex_ismsgid = NULL; +#ifdef WHITELIST_D_MACROS +const pcre *regex_whitelisted_macro = NULL; +#endif #ifdef WITH_CONTENT_SCAN uschar *regex_match_string = NULL; #endif