# HG changeset patch # User Paul Eggert # Date 1007704425 0 # Node ID 8ef6f1ac6729ab3e057e2775c1397dda88303e44 # Parent 0028402ed7d1d56fa79517623d5fbc0d04ca1081 (HAVE_VFORK): Remove. diff -r 0028402ed7d1 -r 8ef6f1ac6729 src/m/cnvrgnt.h --- a/src/m/cnvrgnt.h Fri Dec 07 05:52:35 2001 +0000 +++ b/src/m/cnvrgnt.h Fri Dec 07 05:53:45 2001 +0000 @@ -97,10 +97,6 @@ #define SWITCH_ENUM_BUG -/* fork(2) and vfork() are the same here. */ - -#define HAVE_VFORK - /* grows towards lower addresses. */ #define STACK_DIRECTION -1 diff -r 0028402ed7d1 -r 8ef6f1ac6729 src/m/ibm370aix.h --- a/src/m/ibm370aix.h Fri Dec 07 05:52:35 2001 +0000 +++ b/src/m/ibm370aix.h Fri Dec 07 05:53:45 2001 +0000 @@ -50,7 +50,6 @@ #undef LIBS_MACHINE #define LIBS_MACHINE -#undef HAVE_VFORK #undef LD_SWITCH_MACHINE #define LD_SWITCH_MACHINE -xa diff -r 0028402ed7d1 -r 8ef6f1ac6729 src/m/ibmps2-aix.h --- a/src/m/ibmps2-aix.h Fri Dec 07 05:52:35 2001 +0000 +++ b/src/m/ibmps2-aix.h Fri Dec 07 05:53:45 2001 +0000 @@ -114,7 +114,6 @@ #endif #define BSTRING -#define HAVE_VFORK #undef HAVE_TERMIO #define HAVE_TERMIOS diff -r 0028402ed7d1 -r 8ef6f1ac6729 src/m/intel386.h --- a/src/m/intel386.h Fri Dec 07 05:52:35 2001 +0000 +++ b/src/m/intel386.h Fri Dec 07 05:53:45 2001 +0000 @@ -112,9 +112,6 @@ #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 */ diff -r 0028402ed7d1 -r 8ef6f1ac6729 src/m/mips-siemens.h --- a/src/m/mips-siemens.h Fri Dec 07 05:52:35 2001 +0000 +++ b/src/m/mips-siemens.h Fri Dec 07 05:53:45 2001 +0000 @@ -160,10 +160,6 @@ #define LD_SWITCH_MACHINE #endif -#if defined(HAVE_X_WINDOWS) && defined(HAVE_X11) -#define HAVE_VFORK /* Graciously provided by libX.a */ -#endif - /* The standard definitions of these macros would work ok, but these are faster because the constants are short. */ diff -r 0028402ed7d1 -r 8ef6f1ac6729 src/m/mips.h --- a/src/m/mips.h Fri Dec 07 05:52:35 2001 +0000 +++ b/src/m/mips.h Fri Dec 07 05:53:45 2001 +0000 @@ -169,10 +169,6 @@ #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__ */