From 9e5e26b31a6d4274cf91278c73fb3645166b5066 Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 7 Feb 1999 09:48:52 +0000 Subject: [PATCH] MaxHeaderLines is now MaxHeadersLength (in bytes) --- secure/usr.sbin/sendmail/Makefile | 2 +- usr.sbin/sendmail/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/secure/usr.sbin/sendmail/Makefile b/secure/usr.sbin/sendmail/Makefile index bb1199bc1128..df6213e2ad9e 100644 --- a/secure/usr.sbin/sendmail/Makefile +++ b/secure/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 \ 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 \