diff options
author | Richard M. Stallman <rms@gnu.org> | 1995-05-05 05:11:46 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1995-05-05 05:11:46 +0000 |
commit | a79ffd75a83e3fdeff106ad88f0a5ecbe8050817 (patch) | |
tree | a11f9c49658f9c022380f00c7d48ceac6b71800a /src/s/sol2-4.h | |
parent | d7c35c87b691d4cdc635c94172386f7322427731 (diff) | |
download | emacs-a79ffd75a83e3fdeff106ad88f0a5ecbe8050817.tar.gz |
(HAVE_VFORK): Add #undef.
Diffstat (limited to 'src/s/sol2-4.h')
-rw-r--r-- | src/s/sol2-4.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 <davem@caip.rutgers.edu> says vfork fails on 2.4. */ +#undef HAVE_VFORK |