diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-08-08 06:55:45 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-08-08 06:55:45 +0000 |
commit | 651c847c8ff47c88e6c83766c66586f5bd171f26 (patch) | |
tree | 7b147811fa3ace2775a5aca2fef6ed83bf9ed1b7 /src/s/bsd4-2.h | |
parent | ace40a69188907f699ef66e2298a989f118aa309 (diff) | |
download | emacs-651c847c8ff47c88e6c83766c66586f5bd171f26.tar.gz |
(HAVE_VFORK): Defined.
Diffstat (limited to 'src/s/bsd4-2.h')
-rw-r--r-- | src/s/bsd4-2.h | 4 |
1 files changed, 4 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. */ /* Send signals to subprocesses by "typing" special chars at them. */ #define SIGNALS_VIA_CHARACTERS + +/* We do have vfork. */ + +#define HAVE_VFORK |