From 766f059db656e5f2a4381a67df675348dbae60d5 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Fri, 10 Dec 1993 14:24:33 -0800 Subject: [PATCH] NetBSD changes SCCS-vsn: usr.sbin/sendmail/src/conf.h 8.59 --- usr/src/usr.sbin/sendmail/src/conf.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/conf.h b/usr/src/usr.sbin/sendmail/src/conf.h index 8eca844860..f2f9d16444 100644 --- a/usr/src/usr.sbin/sendmail/src/conf.h +++ b/usr/src/usr.sbin/sendmail/src/conf.h @@ -5,7 +5,7 @@ * * %sccs.include.redist.c% * - * @(#)conf.h 8.58 (Berkeley) %G% + * @(#)conf.h 8.59 (Berkeley) %G% */ /* @@ -312,14 +312,14 @@ typedef int pid_t; /* -** 386BSD / FreeBSD 1.0E (works) / NetBSD (not tested) +** 386BSD / FreeBSD 1.0E / NetBSD (all architectures, all versions) ** ** 4.3BSD clone, closer to 4.4BSD ** ** See also BSD defines. */ -#ifdef __386BSD__ +#if defined(__386BSD__) || defined(__FreeBSD__) || defined(__NetBSD__) # define HASUNSETENV 1 /* has unsetenv(3) call */ # define HASSETSID 1 /* has the setsid(2) POSIX syscall */ # define HASSTATFS 1 /* has the statfs(2) syscall */ -- 2.20.1