aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/ptx4.h
blob: 3042c0a8d8296461f092e6e1d2e9a0c3e9b16db7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* s/ file for Sequent "ptx 4", which is a modified SVR5.4.  */

/* Tell usg5-4.h not to include filio.h.  */
#define NO_FILIO_H

#include "usg5-4.h"

/* Marcus Daniels <[email protected]> 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 <[email protected]> says vfork does exist.  */
#define HAVE_VFORK