comparison src/s/ptx4.h @ 15845:574a328ee4b2

Initial revision
author Richard M. Stallman <rms@gnu.org>
date Fri, 09 Aug 1996 02:52:02 +0000
parents
children bad765e6a8d9
comparison
equal deleted inserted replaced
15844:090728aee80a 15845:574a328ee4b2
1 /* s/ file for Sequent "ptx 4", which is a modified SVR5.4. */
2
3 #include <s/usg5-4.h>
4
5 /* Marcus Daniels <marcus@sysc.pdx.edu> says that SIGINFO is defined
6 on ptx4 but it is not a signal. Prevent process.c from doing the
7 wrong thing. */
8 #undef SIGINFO
9
10 /* Marcus Daniels <marcus@sysc.pdx.edu> says vfork does exist. */
11 #define HAVE_VFORK
12
13 /* Tell usg5-4.h not to include filio.h. */
14 #define NO_FILIO_H