summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/m/convex.h3
-rw-r--r--src/m/ibmps2-aix.h1
-rw-r--r--src/m/ibmrs6000.h1
-rw-r--r--src/m/tekxd88.h1
-rw-r--r--src/s/386bsd.h3
-rw-r--r--src/s/dgux.h7
-rw-r--r--src/s/gnu-linux.h2
-rw-r--r--src/s/irix3-3.h3
-rw-r--r--src/s/netbsd.h2
-rw-r--r--src/s/usg5-4.h1
10 files changed, 0 insertions, 24 deletions
diff --git a/src/m/convex.h b/src/m/convex.h
index 68db4539681..5214d43dd48 100644
--- a/src/m/convex.h
+++ b/src/m/convex.h
@@ -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
diff --git a/src/m/ibmps2-aix.h b/src/m/ibmps2-aix.h
index 8eac1853215..da272005642 100644
--- a/src/m/ibmps2-aix.h
+++ b/src/m/ibmps2-aix.h
@@ -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
diff --git a/src/m/ibmrs6000.h b/src/m/ibmrs6000.h
index afed34b9187..d882d01f7a1 100644
--- a/src/m/ibmrs6000.h
+++ b/src/m/ibmrs6000.h
@@ -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
diff --git a/src/m/tekxd88.h b/src/m/tekxd88.h
index aa2de053351..460bdc44ad6 100644
--- a/src/m/tekxd88.h
+++ b/src/m/tekxd88.h
@@ -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 */
diff --git a/src/s/386bsd.h b/src/s/386bsd.h
index 5ce2892345a..b12d9a836e3 100644
--- a/src/s/386bsd.h
+++ b/src/s/386bsd.h
@@ -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
diff --git a/src/s/dgux.h b/src/s/dgux.h
index 35fd1fe71e1..ee3625852ce 100644
--- a/src/s/dgux.h
+++ b/src/s/dgux.h
@@ -90,13 +90,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.
*/
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 3cdf0668413..765f597d0e4 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -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 */
diff --git a/src/s/irix3-3.h b/src/s/irix3-3.h
index adca1c8914d..aad4ed86769 100644
--- a/src/s/irix3-3.h
+++ b/src/s/irix3-3.h
@@ -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
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index dfebbc128fd..622fe17b8db 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -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
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h
index 34a19bd37b0..e8fe34a4414 100644
--- a/src/s/usg5-4.h
+++ b/src/s/usg5-4.h
@@ -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