add MAXIPADDR
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 21 Feb 1993 23:42:42 +0000 (15:42 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Sun, 21 Feb 1993 23:42:42 +0000 (15:42 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.8

usr/src/usr.sbin/sendmail/src/conf.h

index 5090047..5cfdace 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %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 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
 # define PSBUFSIZE     (MAXNAME * 4)   /* size of prescan buffer */
 
 # ifndef QUEUESIZE