aboutsummaryrefslogtreecommitdiffstats
path: root/src
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
parent8ffcf3f1fbdb95ad9768344c71b58df055d7f449 (diff)
downloademacs-18a66f991650fad65cd7382f91026509b432eced.tar.gz
emacs-18a66f991650fad65cd7382f91026509b432eced.zip
Delete HAVE_SETSID; configure checks for that.
Diffstat (limited to 'src')
-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. */
131 -e__start -L /usr/lib \ 131 -e__start -L /usr/lib \
132 '-A__iob=___ap$$iob' '-A_use_libc_sema=___ap$$use_libc_sema' 132 '-A__iob=___ap$$iob' '-A_use_libc_sema=___ap$$use_libc_sema'
133 133
134/* Use setsid when starting up inferiors. */
135#define HAVE_SETSID
136
137/* Use <dirent.h>. */ 134/* Use <dirent.h>. */
138#define SYSV_SYSTEM_DIR 135#define SYSV_SYSTEM_DIR
139 136
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. */
124#define HAVE_SELECT 124#define HAVE_SELECT
125#define HAVE_TIMEVAL 125#define HAVE_TIMEVAL
126#define HAVE_VFORK 126#define HAVE_VFORK
127#define HAVE_SETSID
128#undef HAVE_TERMIO 127#undef HAVE_TERMIO
129#define HAVE_TERMIOS 128#define HAVE_TERMIOS
130 129
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. */
131 131
132#define START_FILES 132#define START_FILES
133#define HAVE_SYSVIPC 133#define HAVE_SYSVIPC
134#define HAVE_SETSID
135#define HAVE_GETWD 134#define HAVE_GETWD
136/*** BUILD 9008 - FIONREAD problem still exists in X-Windows. ***/ 135/*** BUILD 9008 - FIONREAD problem still exists in X-Windows. ***/
137#define BROKEN_FIONREAD 136#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. */
108#define HAVE_SELECT /* XD88 has select(). */ 108#define HAVE_SELECT /* XD88 has select(). */
109#define BROKEN_FIONREAD /* is this needed ? */ 109#define BROKEN_FIONREAD /* is this needed ? */
110#define BSTRING /* its in libc but not declared in any header file. */ 110#define BSTRING /* its in libc but not declared in any header file. */
111#define HAVE_SETSID
112#undef sigsetmask /* XD88 has sigsetmask() */ 111#undef sigsetmask /* XD88 has sigsetmask() */
113 112
114#undef LIB_X11_LIB /* Don't use shared libraries defined in usg5-3.h */ 113#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 @@
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