From a7fab044f4b4c703e73fd4470897b50f4d103e67 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Sun, 9 Apr 1995 22:30:06 -0800 Subject: [PATCH] new extern: NoMXforCanon SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.119 --- usr/src/usr.sbin/sendmail/src/sendmail.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/sendmail.h b/usr/src/usr.sbin/sendmail/src/sendmail.h index c89626d882..b2b1159d0f 100644 --- a/usr/src/usr.sbin/sendmail/src/sendmail.h +++ b/usr/src/usr.sbin/sendmail/src/sendmail.h @@ -5,7 +5,7 @@ * * %sccs.include.redist.c% * - * @(#)sendmail.h 8.118 (Berkeley) %G% + * @(#)sendmail.h 8.119 (Berkeley) %G% */ /* @@ -15,7 +15,7 @@ # ifdef _DEFINE # define EXTERN # ifndef lint -static char SmailSccsId[] = "@(#)sendmail.h 8.118 %G%"; +static char SmailSccsId[] = "@(#)sendmail.h 8.119 %G%"; # endif # else /* _DEFINE */ # define EXTERN extern @@ -945,6 +945,7 @@ EXTERN bool TryNullMXList; /* if we are the best MX, try host directly */ EXTERN bool InChild; /* true if running in an SMTP subprocess */ EXTERN bool DisConnected; /* running with OutChannel redirected to xf */ EXTERN bool ColonOkInAddr; /* single colon legal in address */ +EXTERN bool NoMXforCanon; /* don't use MX records when canonifying */ EXTERN char SpaceSub; /* substitution for */ EXTERN int PrivacyFlags; /* privacy flags */ EXTERN char *ConfFile; /* location of configuration file [conf.c] */ -- 2.20.1