/* Send signals to subprocesses by "typing" special chars at them. */
#define SIGNALS_VIA_CHARACTERS
+
+/* We do have vfork. */
+
+#define HAVE_VFORK
/* Send signals to subprocesses by "typing" special chars at them. */
#define SIGNALS_VIA_CHARACTERS
+
+/* We do have vfork. */
+
+#define HAVE_VFORK
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
/* 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
/* #define NO_REMAP
#define TEXT_START 0
*/
+
+/* (Assume) we do have vfork. */
+
+#define HAVE_VFORK