Delete HAVE_SETSID; configure checks for that.
authorKarl Heuer <kwzh@gnu.org>
Sat, 12 Feb 1994 00:32:31 +0000 (00:32 +0000)
committerKarl Heuer <kwzh@gnu.org>
Sat, 12 Feb 1994 00:32:31 +0000 (00:32 +0000)
src/m/convex.h
src/m/ibmps2-aix.h
src/m/ibmrs6000.h
src/m/tekxd88.h
src/s/386bsd.h
src/s/dgux.h
src/s/gnu-linux.h
src/s/irix3-3.h
src/s/netbsd.h
src/s/usg5-4.h

index 68db453..5214d43 100644 (file)
@@ -131,9 +131,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
     -e__start -L /usr/lib \
     '-A__iob=___ap$$iob' '-A_use_libc_sema=___ap$$use_libc_sema'
 
-/* Use setsid when starting up inferiors. */
-#define HAVE_SETSID
-
 /* Use <dirent.h>. */
 #define SYSV_SYSTEM_DIR
 
index 8eac185..da27200 100644 (file)
@@ -124,7 +124,6 @@ so disable it for them.  */
 #define HAVE_SELECT
 #define HAVE_TIMEVAL
 #define HAVE_VFORK
-#define HAVE_SETSID
 #undef  HAVE_TERMIO
 #define HAVE_TERMIOS
 
index afed34b..d882d01 100644 (file)
@@ -131,7 +131,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define START_FILES
 #define HAVE_SYSVIPC
-#define HAVE_SETSID
 #define HAVE_GETWD
 /*** BUILD 9008 - FIONREAD problem still exists in X-Windows. ***/
 #define BROKEN_FIONREAD
index aa2de05..460bdc4 100644 (file)
@@ -108,7 +108,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define HAVE_SELECT    /* XD88 has select(). */
 #define BROKEN_FIONREAD /* is this needed ? */
 #define BSTRING                /* its in libc but not declared in any header file. */
-#define HAVE_SETSID
 #undef sigsetmask      /* XD88 has sigsetmask() */
 
 #undef LIB_X11_LIB     /* Don't use shared libraries defined in usg5-3.h */
index 5ce2892..b12d9a8 100644 (file)
@@ -25,6 +25,3 @@
 
 /* Reread the time zone on startup.  */
 #define LOCALTIME_CACHE
-
-/* rich@lamprey.utmb.edu says needed for job control in subshells.  */
-#define HAVE_SETSID
index 35fd1fe..ee36258 100644 (file)
@@ -89,13 +89,6 @@ is to define BROKEN_FIONREAD and not use INTERRUPT_INPUT.
 
 #define HAVE_SELECT
 
-/*
- *     Define HAVE_SETSID if the system supports POSIX disassociate
- *      terminal.
- */
-
-#define HAVE_SETSID
-
 /*
  *     Define HAVE_SOCKETS if the system supports sockets.
  */
index 3cdf066..765f597 100644 (file)
@@ -182,8 +182,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <values.h>
 #endif
 
-#define HAVE_SETSID
-
 /* This is needed for sysdep.c */
 
 #define NO_SIOCTL_H           /* don't have sioctl.h */
index adca1c8..aad4ed8 100644 (file)
@@ -177,9 +177,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 
 #define HAVE_SYSVIPC
 
-/* Use setsid to handle terminals for subprocesses.  */
-#define HAVE_SETSID
-
 /* sioctl.h should be included where appropriate.  */
 
 #define NEED_SIOCTL
index dfebbc1..622fe17 100644 (file)
@@ -20,8 +20,6 @@
 #define A_TEXT_OFFSET(x) (sizeof (struct exec))
 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
 
-#define HAVE_SETSID
-
 #define LIBS_DEBUG
 /* -lutil is not needed for NetBSD >0.9.  */
 #define LIBS_SYSTEM -lutil
index 34a19bd..e8fe34a 100644 (file)
@@ -115,7 +115,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define CLASH_DETECTION
 
 #define HAVE_PTYS
-#define HAVE_SETSID
 #define HAVE_TERMIOS
 #undef BROKEN_TIOCGWINSZ
 #undef BROKEN_TIOCGETC