diff options
| author | Richard M. Stallman | 1993-08-08 06:55:45 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-08-08 06:55:45 +0000 |
| commit | 651c847c8ff47c88e6c83766c66586f5bd171f26 (patch) | |
| tree | 7b147811fa3ace2775a5aca2fef6ed83bf9ed1b7 /src | |
| parent | ace40a69188907f699ef66e2298a989f118aa309 (diff) | |
| download | emacs-651c847c8ff47c88e6c83766c66586f5bd171f26.tar.gz emacs-651c847c8ff47c88e6c83766c66586f5bd171f26.zip | |
(HAVE_VFORK): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/bsd4-2.h | 4 | ||||
| -rw-r--r-- | src/s/bsd4-3.h | 4 | ||||
| -rw-r--r-- | src/s/dgux.h | 4 | ||||
| -rw-r--r-- | src/s/rtu.h | 4 | ||||
| -rw-r--r-- | src/s/umax.h | 4 |
5 files changed, 20 insertions, 0 deletions
diff --git a/src/s/bsd4-2.h b/src/s/bsd4-2.h index cfd31726a6c..737cdf4e8c3 100644 --- a/src/s/bsd4-2.h +++ b/src/s/bsd4-2.h | |||
| @@ -130,3 +130,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 130 | /* Send signals to subprocesses by "typing" special chars at them. */ | 130 | /* Send signals to subprocesses by "typing" special chars at them. */ |
| 131 | 131 | ||
| 132 | #define SIGNALS_VIA_CHARACTERS | 132 | #define SIGNALS_VIA_CHARACTERS |
| 133 | |||
| 134 | /* We do have vfork. */ | ||
| 135 | |||
| 136 | #define HAVE_VFORK | ||
diff --git a/src/s/bsd4-3.h b/src/s/bsd4-3.h index b71f9f9b69a..392b27188ba 100644 --- a/src/s/bsd4-3.h +++ b/src/s/bsd4-3.h | |||
| @@ -133,3 +133,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 133 | /* Send signals to subprocesses by "typing" special chars at them. */ | 133 | /* Send signals to subprocesses by "typing" special chars at them. */ |
| 134 | 134 | ||
| 135 | #define SIGNALS_VIA_CHARACTERS | 135 | #define SIGNALS_VIA_CHARACTERS |
| 136 | |||
| 137 | /* We do have vfork. */ | ||
| 138 | |||
| 139 | #define HAVE_VFORK | ||
diff --git a/src/s/dgux.h b/src/s/dgux.h index 1f7a347f6dd..59f6e2c9497 100644 --- a/src/s/dgux.h +++ b/src/s/dgux.h | |||
| @@ -332,3 +332,7 @@ CC=gcc | |||
| 332 | with job control). This stops Emacs dead in its tracks when coming | 332 | with job control). This stops Emacs dead in its tracks when coming |
| 333 | up under X11. */ | 333 | up under X11. */ |
| 334 | #define BROKEN_FASYNC | 334 | #define BROKEN_FASYNC |
| 335 | |||
| 336 | /* (Assume) we do have vfork. */ | ||
| 337 | |||
| 338 | #define HAVE_VFORK | ||
diff --git a/src/s/rtu.h b/src/s/rtu.h index f3fb292b0ea..590ce7e9a4f 100644 --- a/src/s/rtu.h +++ b/src/s/rtu.h | |||
| @@ -170,3 +170,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 170 | /* This is how to get the device name of the control end of a pty. */ | 170 | /* This is how to get the device name of the control end of a pty. */ |
| 171 | #define PTY_NAME_SPRINTF \ | 171 | #define PTY_NAME_SPRINTF \ |
| 172 | sprintf (pty_name, "/dev/pty%x", i); | 172 | sprintf (pty_name, "/dev/pty%x", i); |
| 173 | |||
| 174 | /* (Assume) we do have vfork. */ | ||
| 175 | |||
| 176 | #define HAVE_VFORK | ||
diff --git a/src/s/umax.h b/src/s/umax.h index 966948dde17..a367885f3ba 100644 --- a/src/s/umax.h +++ b/src/s/umax.h | |||
| @@ -176,3 +176,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 176 | /* #define NO_REMAP | 176 | /* #define NO_REMAP |
| 177 | #define TEXT_START 0 | 177 | #define TEXT_START 0 |
| 178 | */ | 178 | */ |
| 179 | |||
| 180 | /* (Assume) we do have vfork. */ | ||
| 181 | |||
| 182 | #define HAVE_VFORK | ||