diff src/s/bsd4-2.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/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