fix two goofs:

-DMIME was used.  According to Allman this doesn't work.  Of course
	       it is in the documentation.  So no more MIME formatted
	       MAILER-DAEMON messages....
	-DNDBM shouldn't have been used since it can't do the right thing
		without a true ndbm library that isn't just an emulation
		using db
This commit is contained in:
glass 1994-01-10 06:48:56 +00:00
parent a537084311
commit b068c056d2

View File

@ -10,11 +10,11 @@ PROG= sendmail
# databases are read, but the new format will be used on any rebuilds. On
# really gnarly systems, you can set this to null; it will crawl like a high
# spiral snail, but it will work.
DBMDEF= -DNEWDB -DNDBM -DNIS
DBMDEF= -DNEWDB -DNIS
#nasty warning about gcc 2.4.x caused bugs
CFLAGS=-I${.CURDIR} ${DBMDEF} -DNETISO -DMIME
#CFLAGS+=-I${.CURDIR} ${DBMDEF} -DNETISO -DMIME
CFLAGS=-I${.CURDIR} ${DBMDEF} -DNETISO
#CFLAGS+=-I${.CURDIR} ${DBMDEF} -DNETISO
SRCS= alias.c arpadate.c clock.c collect.c conf.c convtime.c daemon.c \
deliver.c domain.c envelope.c err.c headers.c macro.c main.c map.c \