diff options
author | gshapiro <gshapiro@FreeBSD.org> | 2003-02-08 20:35:51 +0000 |
---|---|---|
committer | gshapiro <gshapiro@FreeBSD.org> | 2003-02-08 20:35:51 +0000 |
commit | 55f617e6f03e9e96b121cdde8289102d3a460b4e (patch) | |
tree | e9e902fe45cc13b5eeb0f81f2aa041f4296bdd54 /contrib/sendmail/src/conf.h | |
parent | 7bd0c4fe894c9bc5e90bb93736d3d0f84dc7a7dc (diff) | |
download | FreeBSD-src-55f617e6f03e9e96b121cdde8289102d3a460b4e.zip FreeBSD-src-55f617e6f03e9e96b121cdde8289102d3a460b4e.tar.gz |
Resolve conflicts from sendmail 8.12.7 import
Diffstat (limited to 'contrib/sendmail/src/conf.h')
-rw-r--r-- | contrib/sendmail/src/conf.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/sendmail/src/conf.h b/contrib/sendmail/src/conf.h index f14f3c4..8e48ec6 100644 --- a/contrib/sendmail/src/conf.h +++ b/contrib/sendmail/src/conf.h @@ -10,7 +10,7 @@ * the sendmail distribution. * * - * $Id: conf.h,v 8.563 2002/06/04 02:13:50 geir Exp $ + * $Id: conf.h,v 8.563.2.3 2002/10/31 03:28:36 ca Exp $ */ /* @@ -63,6 +63,9 @@ struct rusage; /* forward declaration to get gcc to shut up in wait.h */ #define MAXLINE 2048 /* max line length */ #define MAXNAME 256 /* max length of a name */ +#ifndef MAXAUTHINFO +# define MAXAUTHINFO 100 /* max length of authinfo token */ +#endif /* ! MAXAUTHINFO */ #define MAXPV 256 /* max # of parms to mailers */ #define MAXATOM 1000 /* max atoms per address */ #define MAXRWSETS 200 /* max # of sets of rewriting rules */ |