diff options
author | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2001-08-21 01:31:44 +0000 |
---|---|---|
committer | Gregory Neil Shapiro <gshapiro@FreeBSD.org> | 2001-08-21 01:31:44 +0000 |
commit | c86d59657f992c17a947200225b50f07e1776cd1 (patch) | |
tree | 2cfd003f88c7ffe91602b6a6c0b69bee7b4d62db /contrib/sendmail/src/sendmail.h | |
parent | 13058a916175518dfbac6ce66b9b8e22ecf43155 (diff) |
Notes
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 1ead2de7dc46..611116cff3f0 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 { |