X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/2fe1a124e7e7f496b39d9f348403dd5d5e69f01f..8800895ae8a1e9c49c739839a6623292d7a473d0:/src/src/globals.c diff --git a/src/src/globals.c b/src/src/globals.c index b00b70dba..a4e37fb4e 100644 --- a/src/src/globals.c +++ b/src/src/globals.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/globals.c,v 1.35 2005/09/07 10:15:33 ph10 Exp $ */ +/* $Cambridge: exim/src/src/globals.c,v 1.36 2005/09/12 10:08:54 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -1083,6 +1083,7 @@ BOOL strip_trailing_dot = FALSE; uschar *submission_domain = NULL; BOOL submission_mode = FALSE; uschar *submission_name = NULL; +BOOL suppress_local_fixups = FALSE; BOOL synchronous_delivery = FALSE; BOOL syslog_duplication = TRUE; int syslog_facility = LOG_MAIL;