From: Eric Allman Date: Sun, 21 Feb 1993 23:42:42 +0000 (-0800) Subject: add MAXIPADDR X-Git-Tag: BSD-4_4-Snapshot-Development~3150 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/8e571338e0f19db9720857cf08e4317ed56ef889?hp=9659ae1d4892f172e000a97e5da2aacca40d9b81 add MAXIPADDR SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.8 --- 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