add HASSETSID on #ifdef _POSIX_VERSION
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 27 Apr 1993 06:57:50 +0000 (22:57 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 27 Apr 1993 06:57:50 +0000 (22:57 -0800)
SCCS-vsn: usr.sbin/sendmail/src/conf.h 6.20

usr/src/usr.sbin/sendmail/src/conf.h

index bb858dd..a4136b1 100644 (file)
@@ -5,7 +5,7 @@
  *
  * %sccs.include.redist.c%
  *
  *
  * %sccs.include.redist.c%
  *
- *     @(#)conf.h      6.19 (Berkeley) %G%
+ *     @(#)conf.h      6.20 (Berkeley) %G%
  */
 
 /*
  */
 
 /*
 # include <vfork.h>
 #endif
 
 # include <vfork.h>
 #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
 /*
 **  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
 /*
 **  Remaining definitions should never have to be changed.  They are
 **  primarily to provide back compatibility for older systems -- for
 /*
 **  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
 
 /*
 **  Older systems don't have this error code -- it should be in