From 8e571338e0f19db9720857cf08e4317ed56ef889 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Sun, 21 Feb 1993 15:42:42 -0800 Subject: [PATCH 1/1] add MAXIPADDR SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.8 --- usr/src/usr.sbin/sendmail/src/conf.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/usr.sbin/sendmail/src/conf.h b/usr/src/usr.sbin/sendmail/src/conf.h index 5090047a12..5cfdace732 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.7 (Berkeley) %G% + * @(#)conf.h 6.8 (Berkeley) %G% */ /* @@ -32,6 +32,7 @@ # define MAXKEY 128 /* maximum size of a database key */ # define MEMCHUNKSIZE 1024 /* chunk size for memory allocation */ # define MAXUSERENVIRON 100 /* max envariables saved */ +# define MAXIPADDR 16 /* max # of IP addrs for this host */ # define PSBUFSIZE (MAXNAME * 4) /* size of prescan buffer */ # ifndef QUEUESIZE -- 2.20.1