From: Richard M. Stallman Date: Fri, 5 May 1995 05:11:46 +0000 (+0000) Subject: (HAVE_VFORK): Add #undef. X-Git-Tag: emacs-19.34~4152 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a79ffd75a83e3fdeff106ad88f0a5ecbe8050817;p=emacs.git (HAVE_VFORK): Add #undef. --- diff --git a/src/s/sol2-4.h b/src/s/sol2-4.h index 02a4879da15..d9ea83389a7 100644 --- a/src/s/sol2-4.h +++ b/src/s/sol2-4.h @@ -17,3 +17,6 @@ #undef C_SWITCH_SYSTEM #undef const #endif /* __GNUC__ */ + +/* David Miller says vfork fails on 2.4. */ +#undef HAVE_VFORK