diff src/s/bsd4-3.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 191acacfa1ec
line wrap: on
line diff
--- 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