Mercurial > emacs
changeset 27677:566fd2a966aa
Don't define HAVE_VFORK.
author | Dave Love <fx@gnu.org> |
---|---|
date | Sat, 12 Feb 2000 16:57:46 +0000 |
parents | aaa1846b05bb |
children | c370bafa362e |
files | src/s/bsd4-2.h src/s/bsd4-3.h src/s/dgux.h src/s/hpux.h src/s/ptx4.h src/s/rtu.h src/s/sco5.h src/s/sol2.h src/s/umax.h src/s/umips.h src/s/ux4800.h |
diffstat | 11 files changed, 0 insertions(+), 33 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/bsd4-2.h Sat Feb 12 16:49:52 2000 +0000 +++ b/src/s/bsd4-2.h Sat Feb 12 16:57:46 2000 +0000 @@ -119,10 +119,6 @@ #define SIGNALS_VIA_CHARACTERS -/* We do have vfork. */ - -#define HAVE_VFORK - /* Process groups work in the traditional BSD manner. */ #define BSD_PGRPS
--- a/src/s/bsd4-3.h Sat Feb 12 16:49:52 2000 +0000 +++ b/src/s/bsd4-3.h Sat Feb 12 16:57:46 2000 +0000 @@ -122,6 +122,3 @@ #define SIGNALS_VIA_CHARACTERS -/* We do have vfork. */ - -#define HAVE_VFORK
--- a/src/s/dgux.h Sat Feb 12 16:49:52 2000 +0000 +++ b/src/s/dgux.h Sat Feb 12 16:57:46 2000 +0000 @@ -86,10 +86,6 @@ #define HAVE_PTYS -/* (Assume) we do have vfork. */ - -#define HAVE_VFORK - /* * Define NONSYSTEM_DIR_LIBRARY to make Emacs emulate * The 4.2 opendir, etc., library functions.
--- a/src/s/hpux.h Sat Feb 12 16:49:52 2000 +0000 +++ b/src/s/hpux.h Sat Feb 12 16:57:46 2000 +0000 @@ -186,7 +186,6 @@ /* Some additional system facilities exist. */ -#define HAVE_VFORK #define HAVE_PERROR /* Delete this line for version 6. */ /* The following maps shared exec file to demand loaded exec.
--- a/src/s/ptx4.h Sat Feb 12 16:49:52 2000 +0000 +++ b/src/s/ptx4.h Sat Feb 12 16:57:46 2000 +0000 @@ -10,9 +10,6 @@ wrong thing. */ #define BROKEN_SIGINFO -/* Marcus Daniels <marcus@sysc.pdx.edu> says vfork does exist. */ -#define HAVE_VFORK - /* pae@dim.com (Phil Ernhardt) says this correction to the definition in usg5-4.h is needed to prevent all asynchronous subprocesses from exiting right away. */
--- a/src/s/rtu.h Sat Feb 12 16:49:52 2000 +0000 +++ b/src/s/rtu.h Sat Feb 12 16:57:46 2000 +0000 @@ -145,10 +145,6 @@ #define PTY_NAME_SPRINTF \ sprintf (pty_name, "/dev/pty%x", i); -/* (Assume) we do have vfork. */ - -#define HAVE_VFORK - /* Process groups work in the traditional BSD manner. */ #define BSD_PGRPS
--- a/src/s/sco5.h Sat Feb 12 16:49:52 2000 +0000 +++ b/src/s/sco5.h Sat Feb 12 16:57:46 2000 +0000 @@ -143,10 +143,6 @@ #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__ptr - (FILE)->__base) #endif -#ifndef HAVE_VFORK -#define HAVE_VFORK -#endif - /* Use ELF and get real shared libraries */ #undef COFF
--- a/src/s/sol2.h Sat Feb 12 16:49:52 2000 +0000 +++ b/src/s/sol2.h Sat Feb 12 16:57:46 2000 +0000 @@ -25,7 +25,6 @@ #undef LIBS_SYSTEM #define LIBS_SYSTEM -lsocket -lnsl -lkstat -#define HAVE_VFORK /* Prefer kstat over kvm in getloadavg.c, kstat doesn't require root. ghazi@caip.rutgers.edu, 7/21/97. */
--- a/src/s/umax.h Sat Feb 12 16:49:52 2000 +0000 +++ b/src/s/umax.h Sat Feb 12 16:57:46 2000 +0000 @@ -165,10 +165,6 @@ #define TEXT_START 0 */ -/* (Assume) we do have vfork. */ - -#define HAVE_VFORK - /* Process groups work in the traditional BSD manner. */ #define BSD_PGRPS
--- a/src/s/umips.h Sat Feb 12 16:49:52 2000 +0000 +++ b/src/s/umips.h Sat Feb 12 16:57:46 2000 +0000 @@ -63,10 +63,6 @@ #define CLASH_DETECTION -#if defined(HAVE_X_WINDOWS) && defined(HAVE_X11) -#define HAVE_VFORK /* Graciously provided by libX.a */ -#endif - #define utimes utime /* Someone should check this. */ /* ??? */ #define IRIS