X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/5a886ce7f82d5add6fdbf17a6ed698f13abb748d..7ade712cc84d7f822f04baf2f46daee81701174d:/src/src/globals.c diff --git a/src/src/globals.c b/src/src/globals.c index 2cbafcdce..2bf4d0a02 100644 --- a/src/src/globals.c +++ b/src/src/globals.c @@ -175,6 +175,10 @@ BOOL prdr_requested = FALSE; const pcre *regex_PRDR = NULL; #endif +#ifdef EXPERIMENTAL_INTERNATIONAL +const pcre *regex_UTF8 = NULL; +#endif + /* Input-reading functions for messages, so we can use special ones for incoming TCP/IP. The defaults use stdin. We never need these for any stand-alone tests. */ @@ -383,6 +387,9 @@ address_item address_defaults = { NULL, /* remove_headers */ #ifdef EXPERIMENTAL_SRS NULL, /* srs_sender */ +#endif +#ifdef EXPERIMENTAL_INTERNATIONAL + FALSE, /* utf8 */ #endif } };