aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Eggert2001-12-07 05:53:45 +0000
committerPaul Eggert2001-12-07 05:53:45 +0000
commitb3561514f631090ea1af4b6a04aaa8790654595d (patch)
tree3d228f1d915e8e0adaeb3f1d71102586de2ce3e8 /src
parent351e611fa8abef6846d2354f0092475cc41a4bdf (diff)
downloademacs-b3561514f631090ea1af4b6a04aaa8790654595d.tar.gz
emacs-b3561514f631090ea1af4b6a04aaa8790654595d.zip
(HAVE_VFORK): Remove.
Diffstat (limited to 'src')
-rw-r--r--src/m/cnvrgnt.h4
-rw-r--r--src/m/ibm370aix.h1
-rw-r--r--src/m/ibmps2-aix.h1
-rw-r--r--src/m/intel386.h3
-rw-r--r--src/m/mips-siemens.h4
-rw-r--r--src/m/mips.h4
6 files changed, 0 insertions, 17 deletions
diff --git a/src/m/cnvrgnt.h b/src/m/cnvrgnt.h
index c6008083291..855055ce33c 100644
--- a/src/m/cnvrgnt.h
+++ b/src/m/cnvrgnt.h
@@ -97,10 +97,6 @@ Boston, MA 02111-1307, USA. */
97 97
98#define SWITCH_ENUM_BUG 98#define SWITCH_ENUM_BUG
99 99
100/* fork(2) and vfork() are the same here. */
101
102#define HAVE_VFORK
103
104/* grows towards lower addresses. */ 100/* grows towards lower addresses. */
105 101
106#define STACK_DIRECTION -1 102#define STACK_DIRECTION -1
diff --git a/src/m/ibm370aix.h b/src/m/ibm370aix.h
index bbff29e78f2..cae7f24db36 100644
--- a/src/m/ibm370aix.h
+++ b/src/m/ibm370aix.h
@@ -50,7 +50,6 @@ Boston, MA 02111-1307, USA. */
50 50
51#undef LIBS_MACHINE 51#undef LIBS_MACHINE
52#define LIBS_MACHINE 52#define LIBS_MACHINE
53#undef HAVE_VFORK
54 53
55#undef LD_SWITCH_MACHINE 54#undef LD_SWITCH_MACHINE
56#define LD_SWITCH_MACHINE -xa 55#define LD_SWITCH_MACHINE -xa
diff --git a/src/m/ibmps2-aix.h b/src/m/ibmps2-aix.h
index aa5cb97ff3c..b6b61715e01 100644
--- a/src/m/ibmps2-aix.h
+++ b/src/m/ibmps2-aix.h
@@ -114,7 +114,6 @@ so disable it for them. */
114#endif 114#endif
115 115
116#define BSTRING 116#define BSTRING
117#define HAVE_VFORK
118#undef HAVE_TERMIO 117#undef HAVE_TERMIO
119#define HAVE_TERMIOS 118#define HAVE_TERMIOS
120 119
diff --git a/src/m/intel386.h b/src/m/intel386.h
index 80b3167cdf5..6ac58b824df 100644
--- a/src/m/intel386.h
+++ b/src/m/intel386.h
@@ -112,9 +112,6 @@ NOTE-END */
112#ifndef SOLARIS2_4 112#ifndef SOLARIS2_4
113/* J.W.hawtin@lut.ac.uk says Solaris 2.1 on the X86 has FSCALE defined in a 113/* J.W.hawtin@lut.ac.uk says Solaris 2.1 on the X86 has FSCALE defined in a
114 system header. */ 114 system header. */
115
116#define HAVE_VFORK
117
118#else /* SOLARIS2_4 */ 115#else /* SOLARIS2_4 */
119#ifndef __GNUC__ 116#ifndef __GNUC__
120#if 0 /* wisner@gryphon.com says this screws up cpp */ 117#if 0 /* wisner@gryphon.com says this screws up cpp */
diff --git a/src/m/mips-siemens.h b/src/m/mips-siemens.h
index 56f86a6fddd..c0bfd7a61f6 100644
--- a/src/m/mips-siemens.h
+++ b/src/m/mips-siemens.h
@@ -160,10 +160,6 @@ NOTE-END */
160#define LD_SWITCH_MACHINE 160#define LD_SWITCH_MACHINE
161#endif 161#endif
162 162
163#if defined(HAVE_X_WINDOWS) && defined(HAVE_X11)
164#define HAVE_VFORK /* Graciously provided by libX.a */
165#endif
166
167 163
168/* The standard definitions of these macros would work ok, 164/* The standard definitions of these macros would work ok,
169 but these are faster because the constants are short. */ 165 but these are faster because the constants are short. */
diff --git a/src/m/mips.h b/src/m/mips.h
index cfa96f61e7b..cd16e8f394f 100644
--- a/src/m/mips.h
+++ b/src/m/mips.h
@@ -169,10 +169,6 @@ NOTE-END */
169#define C_SWITCH_MACHINE -I/usr/include/bsd 169#define C_SWITCH_MACHINE -I/usr/include/bsd
170#define C_DEBUG_SWITCH -O -g3 170#define C_DEBUG_SWITCH -O -g3
171 171
172#if defined(HAVE_X_WINDOWS) && defined(HAVE_X11)
173#define HAVE_VFORK /* Graciously provided by libX.a */
174#endif
175
176#endif /* not BSD_SYSTEM */ 172#endif /* not BSD_SYSTEM */
177#endif /* not NEWSOS5 && not __linux__ */ 173#endif /* not NEWSOS5 && not __linux__ */
178 174