BrokenSmtpPeers is now an option
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 8 Aug 1994 06:45:20 +0000 (22:45 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 8 Aug 1994 06:45:20 +0000 (22:45 -0800)
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.51

usr/src/usr.sbin/sendmail/src/sendmail.h

index c7e9521..08a8071 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
- *     @(#)sendmail.h  8.50 (Berkeley) %G%
+ *     @(#)sendmail.h  8.51 (Berkeley) %G%
  */
 
 /*
@@ -15,7 +15,7 @@
 # ifdef _DEFINE
 # define EXTERN
 # ifndef lint
-static char SmailSccsId[] =    "@(#)sendmail.h 8.50            %G%";
+static char SmailSccsId[] =    "@(#)sendmail.h 8.51            %G%";
 # endif
 # else /*  _DEFINE */
 # define EXTERN extern
@@ -862,7 +862,7 @@ EXTERN long MaxMessageSize; /* advertised max size we will accept */
 EXTERN char    *PostMasterCopy;        /* address to get errs cc's */
 EXTERN int     CheckpointInterval;     /* queue file checkpoint interval */
 EXTERN bool    DontPruneRoutes;        /* don't prune source routes */
-extern bool    BrokenSmtpPeers;        /* peers can't handle 2-line greeting */
+EXTERN bool    BrokenSmtpPeers;        /* peers can't handle 2-line greeting */
 EXTERN bool    SortQueueByHost;        /* order queue by host name first */
 EXTERN int     MaxMciCache;            /* maximum entries in MCI cache */
 EXTERN time_t  MciCacheTimeout;        /* maximum idle time on connections */