]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_VFORK): Remove.
authorPaul Eggert <eggert@twinsun.com>
Fri, 7 Dec 2001 05:53:45 +0000 (05:53 +0000)
committerPaul Eggert <eggert@twinsun.com>
Fri, 7 Dec 2001 05:53:45 +0000 (05:53 +0000)
src/m/cnvrgnt.h
src/m/ibm370aix.h
src/m/ibmps2-aix.h
src/m/intel386.h
src/m/mips-siemens.h
src/m/mips.h

index c6008083291f8548f24d97134c55399a275a72a5..855055ce33cb0152927ed76e0cc560788879556b 100644 (file)
@@ -97,10 +97,6 @@ Boston, MA 02111-1307, USA.  */
 
 #define SWITCH_ENUM_BUG
 
-/* fork(2) and vfork() are the same here.  */
-
-#define HAVE_VFORK
-
 /* grows towards lower addresses.  */
 
 #define        STACK_DIRECTION -1
index bbff29e78f2b659bca052e9269d387c9a9118ecf..cae7f24db36540cb27740eb69ae9e895cab99069 100644 (file)
@@ -50,7 +50,6 @@ Boston, MA 02111-1307, USA.  */
 
 #undef LIBS_MACHINE
 #define LIBS_MACHINE 
-#undef HAVE_VFORK
 
 #undef LD_SWITCH_MACHINE
 #define LD_SWITCH_MACHINE -xa
index aa5cb97ff3c99998a9fb1d330c8d3a86c24f3f4c..b6b61715e019712b25f1ce6060ef352b7ab73cda 100644 (file)
@@ -114,7 +114,6 @@ so disable it for them.  */
 #endif
 
 #define BSTRING
-#define HAVE_VFORK
 #undef  HAVE_TERMIO
 #define HAVE_TERMIOS
 
index 80b3167cdf55d7fa7d6934c764688c8134606493..6ac58b824dfb8b9df384465cac44c7a88cbf4794 100644 (file)
@@ -112,9 +112,6 @@ NOTE-END */
 #ifndef SOLARIS2_4
 /* J.W.hawtin@lut.ac.uk says Solaris 2.1 on the X86 has FSCALE defined in a
    system header. */
-
-#define HAVE_VFORK
-
 #else /* SOLARIS2_4 */
 #ifndef __GNUC__
 #if 0 /* wisner@gryphon.com says this screws up cpp */
index 56f86a6fddd921919beed1699a8cc18c4ec16615..c0bfd7a61f617a289865dfefcda56c39be6f15c0 100644 (file)
@@ -160,10 +160,6 @@ NOTE-END  */
 #define LD_SWITCH_MACHINE
 #endif
 
-#if defined(HAVE_X_WINDOWS) && defined(HAVE_X11)
-#define HAVE_VFORK             /* Graciously provided by libX.a */
-#endif
-
 \f
 /* The standard definitions of these macros would work ok,
    but these are faster because the constants are short.  */
index cfa96f61e7b3e10b2044fc560bea1da9bf631a11..cd16e8f394fa7f896843fffb1ef5ed0e4df5f688 100644 (file)
@@ -169,10 +169,6 @@ NOTE-END  */
 #define C_SWITCH_MACHINE -I/usr/include/bsd
 #define C_DEBUG_SWITCH -O -g3
 
-#if defined(HAVE_X_WINDOWS) && defined(HAVE_X11)
-#define HAVE_VFORK             /* Graciously provided by libX.a */
-#endif
-
 #endif /* not BSD_SYSTEM */
 #endif /* not NEWSOS5 && not __linux__ */
 \f