diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2001-08-21 01:31:44 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2001-08-21 01:31:44 +0000 |
commit | 289b381b31415647269c7520d881017e2dcb27f1 (patch) | |
tree | 2cfd003f88c7ffe91602b6a6c0b69bee7b4d62db /contrib/sendmail/src/sendmail.h | |
parent | 1164bba81c60839834c20d6e34983b4cfb9c05b4 (diff) | |
download | FreeBSD-src-289b381b31415647269c7520d881017e2dcb27f1.zip FreeBSD-src-289b381b31415647269c7520d881017e2dcb27f1.tar.gz |
Import sendmail 8.11.6
Diffstat (limited to 'contrib/sendmail/src/sendmail.h')
-rw-r--r-- | contrib/sendmail/src/sendmail.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/sendmail/src/sendmail.h b/contrib/sendmail/src/sendmail.h index 1ead2de..611116c 100644 --- a/contrib/sendmail/src/sendmail.h +++ b/contrib/sendmail/src/sendmail.h @@ -20,7 +20,7 @@ #ifdef _DEFINE # define EXTERN # ifndef lint -static char SmailId[] = "@(#)$Id: sendmail.h,v 8.517.4.69 2001/07/20 18:46:01 gshapiro Exp $"; +static char SmailId[] = "@(#)$Id: sendmail.h,v 8.517.4.70 2001/08/14 23:08:12 ca Exp $"; # endif /* ! lint */ #else /* _DEFINE */ # define EXTERN extern @@ -765,6 +765,8 @@ struct rewrite /* to make the code clearer */ #define MATCHZERO CANONHOST +#define MAXMATCH 9 /* max params per rewrite */ + /* external <==> internal mapping table */ struct metamac { |