aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorKarl Heuer1994-02-12 00:32:31 +0000
committerKarl Heuer1994-02-12 00:32:31 +0000
commit18a66f991650fad65cd7382f91026509b432eced (patch)
treedc52f9df8434c80f169c2e51722dd3cf345dba45 /src/s
parent8ffcf3f1fbdb95ad9768344c71b58df055d7f449 (diff)
downloademacs-18a66f991650fad65cd7382f91026509b432eced.tar.gz
emacs-18a66f991650fad65cd7382f91026509b432eced.zip
Delete HAVE_SETSID; configure checks for that.
Diffstat (limited to 'src/s')
-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
6 files changed, 0 insertions, 18 deletions
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 @@
25 25
26/* Reread the time zone on startup. */ 26/* Reread the time zone on startup. */
27#define LOCALTIME_CACHE 27#define LOCALTIME_CACHE
28
29/* rich@lamprey.utmb.edu says needed for job control in subshells. */
30#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.
90#define HAVE_SELECT 90#define HAVE_SELECT
91 91
92/* 92/*
93 * Define HAVE_SETSID if the system supports POSIX disassociate
94 * terminal.
95 */
96
97#define HAVE_SETSID
98
99/*
100 * Define HAVE_SOCKETS if the system supports sockets. 93 * Define HAVE_SOCKETS if the system supports sockets.
101 */ 94 */
102 95
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. */
182#include <values.h> 182#include <values.h>
183#endif 183#endif
184 184
185#define HAVE_SETSID
186
187/* This is needed for sysdep.c */ 185/* This is needed for sysdep.c */
188 186
189#define NO_SIOCTL_H /* don't have sioctl.h */ 187#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. */
177 177
178#define HAVE_SYSVIPC 178#define HAVE_SYSVIPC
179 179
180/* Use setsid to handle terminals for subprocesses. */
181#define HAVE_SETSID
182
183/* sioctl.h should be included where appropriate. */ 180/* sioctl.h should be included where appropriate. */
184 181
185#define NEED_SIOCTL 182#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 @@
20#define A_TEXT_OFFSET(x) (sizeof (struct exec)) 20#define A_TEXT_OFFSET(x) (sizeof (struct exec))
21#define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr)) 21#define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
22 22
23#define HAVE_SETSID
24
25#define LIBS_DEBUG 23#define LIBS_DEBUG
26/* -lutil is not needed for NetBSD >0.9. */ 24/* -lutil is not needed for NetBSD >0.9. */
27#define LIBS_SYSTEM -lutil 25#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. */
115#define CLASH_DETECTION 115#define CLASH_DETECTION
116 116
117#define HAVE_PTYS 117#define HAVE_PTYS
118#define HAVE_SETSID
119#define HAVE_TERMIOS 118#define HAVE_TERMIOS
120#undef BROKEN_TIOCGWINSZ 119#undef BROKEN_TIOCGWINSZ
121#undef BROKEN_TIOCGETC 120#undef BROKEN_TIOCGETC