# HG changeset patch # User Richard M. Stallman # Date 839559122 0 # Node ID 574a328ee4b27ab7c8241cd6f30a6c876cac5ff7 # Parent 090728aee80a396f4ca7d29c6dc64ce3bec047ef Initial revision diff -r 090728aee80a -r 574a328ee4b2 src/s/ptx4.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/src/s/ptx4.h Fri Aug 09 02:52:02 1996 +0000 @@ -0,0 +1,14 @@ +/* s/ file for Sequent "ptx 4", which is a modified SVR5.4. */ + +#include + +/* Marcus Daniels says that SIGINFO is defined + on ptx4 but it is not a signal. Prevent process.c from doing the + wrong thing. */ +#undef SIGINFO + +/* Marcus Daniels says vfork does exist. */ +#define HAVE_VFORK + +/* Tell usg5-4.h not to include filio.h. */ +#define NO_FILIO_H