aboutsummaryrefslogtreecommitdiffstats
path: root/src/m
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/m
parent8ffcf3f1fbdb95ad9768344c71b58df055d7f449 (diff)
downloademacs-18a66f991650fad65cd7382f91026509b432eced.tar.gz
emacs-18a66f991650fad65cd7382f91026509b432eced.zip
Delete HAVE_SETSID; configure checks for that.
Diffstat (limited to 'src/m')
-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
4 files changed, 0 insertions, 6 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 */