aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1999-02-07 09:48:52 +0000
committerPeter Wemm <peter@FreeBSD.org>1999-02-07 09:48:52 +0000
commit9e5e26b31a6d4274cf91278c73fb3645166b5066 (patch)
tree5c1160d5d6c19d58d555ebe8cfb838be23b40371 /usr.sbin/sendmail
parent80123737deb47a94a80e019bf3bf75c9b2300bc1 (diff)
downloadsrc-9e5e26b31a6d4274cf91278c73fb3645166b5066.tar.gz
src-9e5e26b31a6d4274cf91278c73fb3645166b5066.zip
MaxHeaderLines is now MaxHeadersLength (in bytes)
Notes
Notes: svn path=/head/; revision=43735
Diffstat (limited to 'usr.sbin/sendmail')
-rw-r--r--usr.sbin/sendmail/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sendmail/Makefile b/usr.sbin/sendmail/Makefile
index bb1199bc1128..df6213e2ad9e 100644
--- a/usr.sbin/sendmail/Makefile
+++ b/usr.sbin/sendmail/Makefile
@@ -20,7 +20,7 @@ MAPS= -DMAP_REGEX
CFLAGS+=-I${SMDIR} ${DBMDEF} ${NIS} ${TCPWRAPPERS} ${MAPS}
CFLAGS+=-D_FFR_MAX_MIME_HEADER_LENGTH
-CFLAGS+=-D_FFR_MAX_HEADER_LINES
+CFLAGS+=-D_FFR_MAX_HEADERS_LENGTH
SRCS= alias.c arpadate.c clock.c collect.c conf.c control.c convtime.c \
daemon.c deliver.c domain.c envelope.c err.c headers.c macro.c \