From 6070681d4a15dc230c58d15c54ad67be993b0341 Mon Sep 17 00:00:00 2001 From: Eric Allman Date: Mon, 26 Apr 1993 22:57:50 -0800 Subject: [PATCH] add HASSETSID on #ifdef _POSIX_VERSION SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.20 --- usr/src/usr.sbin/sendmail/src/conf.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/usr/src/usr.sbin/sendmail/src/conf.h b/usr/src/usr.sbin/sendmail/src/conf.h index bb858dd4a5..a4136b1b86 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 6.19 (Berkeley) %G% + * @(#)conf.h 6.20 (Berkeley) %G% */ /* @@ -89,6 +89,10 @@ # include #endif +#ifdef _POSIX_VERSION +# define HASSETSID 1 /* has setsid(2) call */ +#endif + /* ** Due to a "feature" in some operating systems such as Ultrix 4.3 and ** HPUX 8.0, if you receive a "No route to host" message (ICMP message @@ -106,7 +110,8 @@ /* ** Remaining definitions should never have to be changed. They are ** primarily to provide back compatibility for older systems -- for -** example, it includes some POSIX compatibility definitions */ +** example, it includes some POSIX compatibility definitions +*/ /* ** Older systems don't have this error code -- it should be in -- 2.20.1