From 18a66f991650fad65cd7382f91026509b432eced Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 12 Feb 1994 00:32:31 +0000 Subject: Delete HAVE_SETSID; configure checks for that. --- src/m/convex.h | 3 --- src/m/ibmps2-aix.h | 1 - src/m/ibmrs6000.h | 1 - src/m/tekxd88.h | 1 - src/s/386bsd.h | 3 --- src/s/dgux.h | 7 ------- src/s/gnu-linux.h | 2 -- src/s/irix3-3.h | 3 --- src/s/netbsd.h | 2 -- src/s/usg5-4.h | 1 - 10 files changed, 24 deletions(-) diff --git a/src/m/convex.h b/src/m/convex.h index 68db453968..5214d43dd4 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 . */ #define SYSV_SYSTEM_DIR diff --git a/src/m/ibmps2-aix.h b/src/m/ibmps2-aix.h index 8eac185321..da27200564 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 afed34b918..d882d01f7a 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 aa2de05335..460bdc44ad 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 5ce2892345..b12d9a836e 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 35fd1fe71e..ee3625852c 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h @@ -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. */ diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 3cdf066841..765f597d0e 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 #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 adca1c8914..aad4ed8676 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 dfebbc128f..622fe17b8d 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 34a19bd37b..e8fe34a441 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 -- cgit v1.2.3