X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/d8fbda7da9eb20f98b89f625e8a77eacc443757d..89318c714454e11217505d2163d807d5d827f50a:/src/src/globals.h diff --git a/src/src/globals.h b/src/src/globals.h index 3d5584555..c9ef5e484 100644 --- a/src/src/globals.h +++ b/src/src/globals.h @@ -899,6 +899,7 @@ extern const pcre2_code *regex_SIZE; /* For recognizing SIZE settings */ #ifndef DISABLE_PIPE_CONNECT extern const pcre2_code *regex_EARLY_PIPE; /* For recognizing PIPE_CONNCT */ #endif +extern int regex_cachesize; /* number of entries */ extern const pcre2_code *regex_ismsgid; /* Compiled r.e. for message ID */ extern const pcre2_code *regex_smtp_code; /* For recognizing SMTP codes */ extern const uschar *regex_vars[]; /* $regexN variables */