From: Karl Heuer Date: Fri, 26 May 1995 22:06:59 +0000 (+0000) Subject: Add #undef HAVE_VFORK. X-Git-Tag: emacs-19.34~3909 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=031f7919d8cfa5f9bdbcde8efa4a302489cb76d5;p=emacs.git Add #undef HAVE_VFORK. --- diff --git a/src/s/sol2-3.h b/src/s/sol2-3.h index 2e5d068d193..891f7cded8b 100644 --- a/src/s/sol2-3.h +++ b/src/s/sol2-3.h @@ -48,3 +48,7 @@ strncpy(pty_name, ptyname, sizeof(pty_name)); \ pty_name[sizeof(pty_name) - 1] = 0; \ } + +/* David Miller says vfork fails on 2.4. */ +/* Brendan Kehoe says it also fails on 2.3. */ +#undef HAVE_VFORK