diff src/s/rtu.h @ 4485:6e6fd9ff650f

(HAVE_VFORK): Defined.
author Richard M. Stallman <rms@gnu.org>
date Sun, 08 Aug 1993 06:55:45 +0000
parents 7be0f0a02725
children cef67aeae92b
line wrap: on
line diff
--- 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