add MF_ALIASWAIT flag
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 25 Sep 1993 22:01:57 +0000 (14:01 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sat, 25 Sep 1993 22:01:57 +0000 (14:01 -0800)
SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.23

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

index 558a296..a9256cc 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)sendmail.h  8.22 (Berkeley) %G%
+ *     @(#)sendmail.h  8.23 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
@@ -15,7 +15,7 @@
 # ifdef _DEFINE
 # define EXTERN
 # ifndef lint
 # ifdef _DEFINE
 # define EXTERN
 # ifndef lint
-static char SmailSccsId[] =    "@(#)sendmail.h 8.22            %G%";
+static char SmailSccsId[] =    "@(#)sendmail.h 8.23            %G%";
 # endif
 # else /*  _DEFINE */
 # define EXTERN extern
 # endif
 # else /*  _DEFINE */
 # define EXTERN extern
@@ -521,6 +521,7 @@ MAP
 # define MF_TRY0NULL   0x0100          /* try with no null byte */
 # define MF_TRY1NULL   0x0200          /* try with the null byte */
 # define MF_LOCKED     0x0400          /* this map is currently locked */
 # define MF_TRY0NULL   0x0100          /* try with no null byte */
 # define MF_TRY1NULL   0x0200          /* try with the null byte */
 # define MF_LOCKED     0x0400          /* this map is currently locked */
+# define MF_ALIASWAIT  0x0800          /* alias map in aliaswait state */
 # define MF_IMPL_HASH  0x1000          /* implicit: underlying hash database */
 # define MF_IMPL_NDBM  0x2000          /* implicit: underlying NDBM database */
 
 # define MF_IMPL_HASH  0x1000          /* implicit: underlying hash database */
 # define MF_IMPL_NDBM  0x2000          /* implicit: underlying NDBM database */