changeset 4485:6e6fd9ff650f

(HAVE_VFORK): Defined.
author Richard M. Stallman <rms@gnu.org>
date Sun, 08 Aug 1993 06:55:45 +0000
parents c589c71324dd
children 3ab31f82a529
files src/s/bsd4-2.h src/s/bsd4-3.h src/s/dgux.h src/s/rtu.h src/s/umax.h
diffstat 5 files changed, 20 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- 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
--- 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
--- 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