1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-08 04:30:45 -08:00

Add #undef HAVE_VFORK.

This commit is contained in:
Karl Heuer 1995-05-26 22:06:59 +00:00
parent c9492f08ac
commit 031f7919d8

View file

@ -48,3 +48,7 @@
strncpy(pty_name, ptyname, sizeof(pty_name)); \
pty_name[sizeof(pty_name) - 1] = 0; \
}
/* David Miller <davem@caip.rutgers.edu> says vfork fails on 2.4. */
/* Brendan Kehoe <brendan@zen.org> says it also fails on 2.3. */
#undef HAVE_VFORK