Reflect changes in sendmail 8.13 source tree
This commit is contained in:
parent
ca912893b4
commit
1e94b13612
@ -23,7 +23,7 @@ SRCS+= assert.c debug.c errstring.c exc.c heap.c match.c rpool.c \
|
||||
fwrite.c get.c makebuf.c put.c refill.c rewind.c setvbuf.c \
|
||||
smstdio.c snprintf.c sscanf.c stdio.c strio.c ungetc.c \
|
||||
vasprintf.c vfprintf.c vfscanf.c vprintf.c vsnprintf.c \
|
||||
vsprintf.c vsscanf.c wbuf.c wsetup.c string.c stringf.c \
|
||||
vsscanf.c wbuf.c wsetup.c string.c stringf.c \
|
||||
xtrap.c strto.c test.c path.c strcasecmp.c strrevcmp.c \
|
||||
signal.c clock.c config.c shm.c mbdb.c strexit.c cf.c ldap.c \
|
||||
niprop.c mpeix.c
|
||||
|
@ -12,9 +12,9 @@ MAN= mailq.1 newaliases.1 aliases.5 sendmail.8
|
||||
SRCS= alias.c arpadate.c bf.c collect.c conf.c control.c \
|
||||
convtime.c daemon.c deliver.c domain.c envelope.c err.c headers.c \
|
||||
macro.c main.c map.c mci.c milter.c mime.c parseaddr.c queue.c \
|
||||
readcf.c recipient.c savemail.c sasl.c sfsasl.c shmticklib.c \
|
||||
sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c timers.c \
|
||||
tls.c trace.c udb.c usersmtp.c util.c version.c
|
||||
ratectrl.c readcf.c recipient.c savemail.c sasl.c sfsasl.c \
|
||||
shmticklib.c sm_resolve.c srvrsmtp.c stab.c stats.c sysexits.c \
|
||||
timers.c tls.c trace.c udb.c usersmtp.c util.c version.c
|
||||
BINOWN= root
|
||||
BINGRP= smmsp
|
||||
.ifdef SENDMAIL_SET_USER_ID
|
||||
@ -32,7 +32,7 @@ MAPS= -DMAP_REGEX -DDNSMAP
|
||||
|
||||
CSTD?= c89
|
||||
CFLAGS+= -I${SMDIR} -I${SENDMAIL_DIR}/include -I.
|
||||
CFLAGS+= ${DBMDEF} ${NIS} -DMILTER -DTCPWRAPPERS ${MAPS}
|
||||
CFLAGS+= ${DBMDEF} ${NIS} -DTCPWRAPPERS ${MAPS}
|
||||
|
||||
.if !defined(NOINET6)
|
||||
CFLAGS+= -DNETINET6
|
||||
|
Loading…
Reference in New Issue
Block a user