summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/src/conf.h
diff options
context:
space:
mode:
authorgshapiro <gshapiro@FreeBSD.org>2014-02-01 22:27:40 +0000
committergshapiro <gshapiro@FreeBSD.org>2014-02-01 22:27:40 +0000
commit048f3c3a11405d77cd183778c62e808af43a1745 (patch)
tree589bcee6ac0a3ccc6301e6b247fa4791aa064a4c /contrib/sendmail/src/conf.h
parent9e0e0be832ff8d29664ae5fbd751236ae85847ab (diff)
downloadFreeBSD-src-048f3c3a11405d77cd183778c62e808af43a1745.zip
FreeBSD-src-048f3c3a11405d77cd183778c62e808af43a1745.tar.gz
MFC: Merge sendmail 8.14.8
Diffstat (limited to 'contrib/sendmail/src/conf.h')
-rw-r--r--contrib/sendmail/src/conf.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/contrib/sendmail/src/conf.h b/contrib/sendmail/src/conf.h
index dff37ff..d9162de 100644
--- a/contrib/sendmail/src/conf.h
+++ b/contrib/sendmail/src/conf.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 1998-2002 Sendmail, Inc. and its suppliers.
+ * Copyright (c) 1998-2002 Proofpoint, Inc. and its suppliers.
* All rights reserved.
* Copyright (c) 1983, 1995-1997 Eric P. Allman. All rights reserved.
* Copyright (c) 1988, 1993
@@ -10,7 +10,7 @@
* the sendmail distribution.
*
*
- * $Id: conf.h,v 8.575 2009/03/25 20:04:00 ca Exp $
+ * $Id: conf.h,v 8.577 2013/11/22 20:51:55 ca Exp $
*/
/*
@@ -112,7 +112,9 @@ struct rusage; /* forward declaration to get gcc to shut up in wait.h */
#ifndef MAXHDRSLEN
# define MAXHDRSLEN (32 * 1024) /* max size of message headers */
#endif /* ! MAXHDRSLEN */
-#define MAXDAEMONS 10 /* max number of ports to listen to */
+#ifndef MAXDAEMONS
+# define MAXDAEMONS 10 /* max number of ports to listen to */
+#endif /* MAXDAEMONS */
#ifndef MAXINTERFACES
# define MAXINTERFACES 512 /* number of interfaces to probe */
#endif /* MAXINTERFACES */
OpenPOWER on IntegriCloud