X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d7177eb2021bc5517b2d8fab2269564f30d4446e..a7cbbf501402231457e8167b6d446f4df454ba17:/src/src/globals.h diff --git a/src/src/globals.h b/src/src/globals.h index 62dd6b04a..b4e3f2a6c 100644 --- a/src/src/globals.h +++ b/src/src/globals.h @@ -594,6 +594,9 @@ extern const pcre *regex_PIPELINING; /* For recognizing PIPELINING */ extern const pcre *regex_SIZE; /* For recognizing SIZE settings */ extern const pcre *regex_smtp_code; /* For recognizing SMTP codes */ extern const pcre *regex_ismsgid; /* Compiled r.e. for message it */ +#ifdef WHITELIST_D_MACROS +extern const pcre *regex_whitelisted_macro; /* For -D macro values */ +#endif #ifdef WITH_CONTENT_SCAN extern uschar *regex_match_string; /* regex that matched a line (regex ACL condition) */ #endif