From: Eric Allman Date: Sat, 25 Sep 1993 22:01:57 +0000 (-0800) Subject: add MF_ALIASWAIT flag X-Git-Tag: BSD-4_4_Lite1-Snapshot-Development~1706 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/ccf967cd8a74a6cd216f9d771c0a0749fc19cdfd add MF_ALIASWAIT flag SCCS-vsn: usr.sbin/sendmail/src/sendmail.h 8.23 --- diff --git a/usr/src/usr.sbin/sendmail/src/sendmail.h b/usr/src/usr.sbin/sendmail/src/sendmail.h index 558a296bd5..a9256cc5db 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.22 (Berkeley) %G% + * @(#)sendmail.h 8.23 (Berkeley) %G% */ /* @@ -15,7 +15,7 @@ # 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 @@ -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_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 */