summaryrefslogtreecommitdiffstats
path: root/contrib/sendmail/src/conf.h
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-01-24 07:46:43 +0000
committerpeter <peter@FreeBSD.org>1999-01-24 07:46:43 +0000
commitf9b33c6dc5dbef581b550cc0d82934e9779e191f (patch)
tree82f5bcb951087238d61c0da839fa661f033ea845 /contrib/sendmail/src/conf.h
parent225b7c2218331bbaf480cd4b1d0c422da0ab23c6 (diff)
downloadFreeBSD-src-f9b33c6dc5dbef581b550cc0d82934e9779e191f.zip
FreeBSD-src-f9b33c6dc5dbef581b550cc0d82934e9779e191f.tar.gz
Merge changes from vendor branch into our version
Diffstat (limited to 'contrib/sendmail/src/conf.h')
-rw-r--r--contrib/sendmail/src/conf.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/sendmail/src/conf.h b/contrib/sendmail/src/conf.h
index b9cdc68..8e5a637 100644
--- a/contrib/sendmail/src/conf.h
+++ b/contrib/sendmail/src/conf.h
@@ -69,6 +69,12 @@ struct rusage; /* forward declaration to get gcc to shut up in wait.h */
# else
# define MAXMACNAMELEN 20 /* max macro name length */
# endif
+# ifndef MAXHDRLINES
+# define MAXHDRLINES 1000 /* max lines in a message header */
+# endif
+# ifndef MAXHDRLINELEN
+# define MAXHDRLINELEN SMTPLINELIM /* max length of a header line */
+# endif
/**********************************************************************
** Compilation options.
OpenPOWER on IntegriCloud