From b8c42df41c1e4b5d6677fba2a4bc2df6a6b78592 Mon Sep 17 00:00:00 2001 From: dm Date: Mon, 29 Jan 1996 03:06:06 +0000 Subject: [PATCH] included paths.h --- 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 9ac4d8f3427..13ec394b6f5 100644 --- a/usr.sbin/sendmail/src/conf.h +++ b/usr.sbin/sendmail/src/conf.h @@ -512,6 +512,7 @@ typedef int pid_t; */ #if defined(BSD4_4) && !defined(__bsdi__) +# include # define HASUNSETENV 1 /* has unsetenv(3) call */ # define USESETEUID 1 /* has useable seteuid(2) call */ # define HASFCHMOD 1 /* has fchmod(2) syscall */ -- 2.20.1