# HG changeset patch # User Richard M. Stallman # Date 744792945 0 # Node ID 6e6fd9ff650f131e6a6a2234924e1569d2c5fe8c # Parent c589c71324dd96cea886b87b41005512f99cabf0 (HAVE_VFORK): Defined. diff -r c589c71324dd -r 6e6fd9ff650f src/s/bsd4-2.h --- a/src/s/bsd4-2.h Sun Aug 08 06:23:21 1993 +0000 +++ b/src/s/bsd4-2.h Sun Aug 08 06:55:45 1993 +0000 @@ -130,3 +130,7 @@ /* Send signals to subprocesses by "typing" special chars at them. */ #define SIGNALS_VIA_CHARACTERS + +/* We do have vfork. */ + +#define HAVE_VFORK diff -r c589c71324dd -r 6e6fd9ff650f src/s/bsd4-3.h --- a/src/s/bsd4-3.h Sun Aug 08 06:23:21 1993 +0000 +++ b/src/s/bsd4-3.h Sun Aug 08 06:55:45 1993 +0000 @@ -133,3 +133,7 @@ /* Send signals to subprocesses by "typing" special chars at them. */ #define SIGNALS_VIA_CHARACTERS + +/* We do have vfork. */ + +#define HAVE_VFORK diff -r c589c71324dd -r 6e6fd9ff650f src/s/dgux.h --- a/src/s/dgux.h Sun Aug 08 06:23:21 1993 +0000 +++ b/src/s/dgux.h Sun Aug 08 06:55:45 1993 +0000 @@ -332,3 +332,7 @@ with job control). This stops Emacs dead in its tracks when coming up under X11. */ #define BROKEN_FASYNC + +/* (Assume) we do have vfork. */ + +#define HAVE_VFORK diff -r c589c71324dd -r 6e6fd9ff650f src/s/rtu.h --- a/src/s/rtu.h Sun Aug 08 06:23:21 1993 +0000 +++ b/src/s/rtu.h Sun Aug 08 06:55:45 1993 +0000 @@ -170,3 +170,7 @@ /* This is how to get the device name of the control end of a pty. */ #define PTY_NAME_SPRINTF \ sprintf (pty_name, "/dev/pty%x", i); + +/* (Assume) we do have vfork. */ + +#define HAVE_VFORK diff -r c589c71324dd -r 6e6fd9ff650f src/s/umax.h --- a/src/s/umax.h Sun Aug 08 06:23:21 1993 +0000 +++ b/src/s/umax.h Sun Aug 08 06:55:45 1993 +0000 @@ -176,3 +176,7 @@ /* #define NO_REMAP #define TEXT_START 0 */ + +/* (Assume) we do have vfork. */ + +#define HAVE_VFORK