From b0b636d107b574411e24cb5ccf83eaf9921ac874 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Tue, 13 Apr 1993 15:05:11 -0800 Subject: [PATCH] change comment on MAXUSERENVIRON to emphasize min value SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.16 --- usr/src/usr.sbin/sendmail/src/conf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/conf.h b/usr/src/usr.sbin/sendmail/src/conf.h index 7a3082c1a6..7ef2efc99f 100644 --- a/usr/src/usr.sbin/sendmail/src/conf.h +++ b/usr/src/usr.sbin/sendmail/src/conf.h @@ -5,7 +5,7 @@ * * %sccs.include.redist.c% * - * @(#)conf.h 6.15 (Berkeley) %G% + * @(#)conf.h 6.16 (Berkeley) %G% */ /* @@ -31,7 +31,7 @@ # define SMTPLINELIM 990 /* maximum SMTP line length */ # define MAXKEY 128 /* maximum size of a database key */ # define MEMCHUNKSIZE 1024 /* chunk size for memory allocation */ -# define MAXUSERENVIRON 100 /* max envariables saved */ +# define MAXUSERENVIRON 100 /* max envars saved, must be >= 3 */ # define MAXIPADDR 16 /* max # of IP addrs for this host */ # define PSBUFSIZE (MAXNAME * 4) /* size of prescan buffer */ -- 2.20.1