1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-02 08:22:22 +00:00

(HAVE_VFORK): Defined.

This commit is contained in:
Richard M. Stallman 1993-08-08 06:55:45 +00:00
parent ace40a6918
commit 651c847c8f
5 changed files with 20 additions and 0 deletions

View 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

View 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

View 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

View 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

View 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