From 8493c7c77210d92d067909ccabd1349afa830361 Mon Sep 17 00:00:00 2001 From: mrg Date: Thu, 30 May 1996 13:00:09 +0000 Subject: [PATCH] pull in for _PATH_VARTMP. --- usr.sbin/sendmail/src/conf.h | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/sendmail/src/conf.h b/usr.sbin/sendmail/src/conf.h index 0cbef3af1625..37d3abb7a057 100644 --- a/usr.sbin/sendmail/src/conf.h +++ b/usr.sbin/sendmail/src/conf.h @@ -517,6 +517,7 @@ typedef int pid_t; # define HASFCHMOD 1 /* has fchmod(2) syscall */ # define HASSNPRINTF 1 /* has snprintf(3) and vsnprintf(3) */ # include +# include /* for _PATH_VARTMP */ # define ERRLIST_PREDEFINED /* don't declare sys_errlist */ # define BSD4_4_SOCKADDR /* has sa_len */ # define NETLINK 1 /* supports AF_LINK */