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:
parent
ace40a6918
commit
651c847c8f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user