]> git.eshelyaron.com Git - emacs.git/commitdiff
(HAVE_VFORK): Defined.
authorRichard M. Stallman <rms@gnu.org>
Sun, 8 Aug 1993 06:55:45 +0000 (06:55 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 8 Aug 1993 06:55:45 +0000 (06:55 +0000)
src/s/bsd4-2.h
src/s/bsd4-3.h
src/s/dgux.h
src/s/rtu.h
src/s/umax.h

index cfd31726a6c0b120ae1185c812d65330ced1bacc..737cdf4e8c312b14814a99a8e291391687652b10 100644 (file)
@@ -130,3 +130,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Send signals to subprocesses by "typing" special chars at them.  */
 
 #define SIGNALS_VIA_CHARACTERS
+
+/* We do have vfork.  */
+
+#define HAVE_VFORK
index b71f9f9b69a954421b2e5bd0c5721edacea1583b..392b27188ba0d9fd1870107d4a0cf31d4879e5fa 100644 (file)
@@ -133,3 +133,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* Send signals to subprocesses by "typing" special chars at them.  */
 
 #define SIGNALS_VIA_CHARACTERS
+
+/* We do have vfork.  */
+
+#define HAVE_VFORK
index 1f7a347f6dd952c9849bf9fa37993bec4f1ed2fc..59f6e2c94978c45f9574ccbaa746bdf008704574 100644 (file)
@@ -332,3 +332,7 @@ CC=gcc
    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
index f3fb292b0eae040f7528b3c1fb5cc8801832b307..590ce7e9a4fce29325eb2f6b9423f08b3c583423 100644 (file)
@@ -170,3 +170,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* 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
index 966948dde17b0f2a22bf924c7a07f4d00702f59d..a367885f3ba0a9cfe86176a15820b70cd3f0a5a7 100644 (file)
@@ -176,3 +176,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 /* #define NO_REMAP
    #define TEXT_START 0
 */
+
+/* (Assume) we do have vfork.  */
+
+#define HAVE_VFORK