add queue sorting variable
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 8 Aug 1994 05:54:22 +0000 (21:54 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Mon, 8 Aug 1994 05:54:22 +0000 (21:54 -0800)
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.50

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

index 2463f03..c7e9521 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
- *     @(#)sendmail.h  8.49 (Berkeley) %G%
+ *     @(#)sendmail.h  8.50 (Berkeley) %G%
  */
 
 /*
@@ -15,7 +15,7 @@
 # ifdef _DEFINE
 # define EXTERN
 # ifndef lint
-static char SmailSccsId[] =    "@(#)sendmail.h 8.49            %G%";
+static char SmailSccsId[] =    "@(#)sendmail.h 8.50            %G%";
 # endif
 # else /*  _DEFINE */
 # define EXTERN extern
@@ -863,6 +863,7 @@ 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    SortQueueByHost;        /* order queue by host name first */
 EXTERN int     MaxMciCache;            /* maximum entries in MCI cache */
 EXTERN time_t  MciCacheTimeout;        /* maximum idle time on connections */
 EXTERN char    *QueueLimitRecipient;   /* limit queue runs to this recipient */