]> git.eshelyaron.com Git - emacs.git/commitdiff
Don't define HAVE_VFORK.
authorDave Love <fx@gnu.org>
Sat, 12 Feb 2000 16:57:46 +0000 (16:57 +0000)
committerDave Love <fx@gnu.org>
Sat, 12 Feb 2000 16:57:46 +0000 (16:57 +0000)
src/s/bsd4-2.h
src/s/bsd4-3.h
src/s/dgux.h
src/s/hpux.h
src/s/ptx4.h
src/s/rtu.h
src/s/sco5.h
src/s/sol2.h
src/s/umax.h
src/s/umips.h
src/s/ux4800.h

index 51ca3b77a9f79e2697d26be0d7369e223bf7de33..36b52ecda91a15ecee9adc1bafac475238492fc1 100644 (file)
@@ -119,10 +119,6 @@ Boston, MA 02111-1307, USA.  */
 
 #define SIGNALS_VIA_CHARACTERS
 
-/* We do have vfork.  */
-
-#define HAVE_VFORK
-
 /* Process groups work in the traditional BSD manner.  */
 
 #define BSD_PGRPS
index 85671c37057874e7ede062e7b5924920b276fd40..58a62a14e78b095d3841653ff019de65cf002fe5 100644 (file)
@@ -122,6 +122,3 @@ Boston, MA 02111-1307, USA.  */
 
 #define SIGNALS_VIA_CHARACTERS
 
-/* We do have vfork.  */
-
-#define HAVE_VFORK
index 5e958a59d612d84fa8ad4f48f378dc5d80f1c16e..8788a05c46000ec283a6057134ad59b1c1452f62 100644 (file)
@@ -86,10 +86,6 @@ Boston, MA 02111-1307, USA.  */
 
 #define HAVE_PTYS
 
-/* (Assume) we do have vfork.  */
-
-#define HAVE_VFORK
-
 /*
  *     Define NONSYSTEM_DIR_LIBRARY to make Emacs emulate
  *      The 4.2 opendir, etc., library functions.
index 69290ea802d7b85f9b6a7ccc17c4591c11fdc808..a14bf2e97d21ad00361d9ee304b851f4f2c92c62 100644 (file)
@@ -186,7 +186,6 @@ Boston, MA 02111-1307, USA.  */
 
 /* Some additional system facilities exist.  */
 
-#define HAVE_VFORK
 #define HAVE_PERROR  /* Delete this line for version 6.  */
 
 /* The following maps shared exec file to demand loaded exec.
index 32cbb26586d91e31c35e41d407a535c013a749a7..2505a5dfa032e9f250304dc9115bbc978d31ff4a 100644 (file)
@@ -10,9 +10,6 @@
    wrong thing.  */
 #define BROKEN_SIGINFO
 
-/* Marcus Daniels <marcus@sysc.pdx.edu> says vfork does exist.  */
-#define HAVE_VFORK
-
 /* pae@dim.com (Phil Ernhardt) says this correction to
    the definition in usg5-4.h is needed to prevent
    all asynchronous subprocesses from exiting right away.  */
index 9b655db2f51dda0d8db35cf83be8fc8730db28c5..1c9b08096ef05458bea787a73c02b6571d1aecbc 100644 (file)
@@ -145,10 +145,6 @@ Boston, MA 02111-1307, USA.  */
 #define PTY_NAME_SPRINTF \
        sprintf (pty_name, "/dev/pty%x", i);
 
-/* (Assume) we do have vfork.  */
-
-#define HAVE_VFORK
-
 /* Process groups work in the traditional BSD manner.  */
 
 #define BSD_PGRPS
index 436abe00cdba72d20325fc09c7dd3884a9e48c1f..0182888abc113c00e15c4a94507116a7e32bd3ad 100644 (file)
@@ -143,10 +143,6 @@ Boston, MA 02111-1307, USA.  */
 #define PENDING_OUTPUT_COUNT(FILE) ((FILE)->__ptr - (FILE)->__base)
 #endif
 
-#ifndef HAVE_VFORK
-#define HAVE_VFORK
-#endif
-
 /* Use ELF and get real shared libraries */ 
 
 #undef COFF
index 79b0f42946c19c016a7712ad6bbd747b2add97e9..f44ae16c66d7138a84e716b869af5070661539f4 100644 (file)
@@ -25,7 +25,6 @@
 
 #undef LIBS_SYSTEM
 #define LIBS_SYSTEM -lsocket -lnsl -lkstat
-#define HAVE_VFORK
 
 /* Prefer kstat over kvm in getloadavg.c, kstat doesn't require root.
    ghazi@caip.rutgers.edu, 7/21/97. */
index de631f608c443fd8f9eb38bb99962d7b512d9003..8a0815f8a9a51e389d2ae83eb56eab0204dc0a95 100644 (file)
@@ -165,10 +165,6 @@ Boston, MA 02111-1307, USA.  */
    #define TEXT_START 0
 */
 
-/* (Assume) we do have vfork.  */
-
-#define HAVE_VFORK
-
 /* Process groups work in the traditional BSD manner.  */
 
 #define BSD_PGRPS
index 17590c493cf4cf52e306ff0083b3d4bf5b4a16e6..af404cce532b65814482bd36bed3a6b972a67493 100644 (file)
 
 #define CLASH_DETECTION
 
-#if defined(HAVE_X_WINDOWS) && defined(HAVE_X11)
-#define HAVE_VFORK             /* Graciously provided by libX.a */
-#endif
-
 #define utimes utime  /* Someone should check this.  */
 /* ??? */
 #define IRIS
index 85fdb232f06fceff7376ddb8c4f8c3edc1a30a3d..957ac4378232bb4b8fdd99bc84cd66e549099f75 100644 (file)
@@ -8,7 +8,6 @@
 #define nec_ews_svr4
 #endif
 #define XOS_NEEDS_TIME_H
-#define HAVE_VFORK
 #define HAVE_CLOCK
 #define GETTIMEOFDAY_ONE_ARGUMENT
 #ifdef __STDC__