annotate src/s/ptx4.h @ 19540:06552ba973ce
libc-970827 libc-970828 libc-970829 libc-970830 libc-970831 libc-970901 libc-970902 libc-970903 libc-970904 libc-970905
(*:Linux:*:*): Recognize alpha-linux-gnulibc1.
author |
Richard Kenner <kenner@gnu.org> |
date |
Tue, 26 Aug 1997 09:21:29 +0000 |
parents |
bad765e6a8d9 |
children |
469c3de61eb1 |
rev |
line source |
15845
|
1 /* s/ file for Sequent "ptx 4", which is a modified SVR5.4. */
|
|
2
|
15860
|
3 /* Tell usg5-4.h not to include filio.h. */
|
|
4 #define NO_FILIO_H
|
|
5
|
|
6 #include "usg5-4.h"
|
15845
|
7
|
|
8 /* Marcus Daniels <marcus@sysc.pdx.edu> says that SIGINFO is defined
|
|
9 on ptx4 but it is not a signal. Prevent process.c from doing the
|
|
10 wrong thing. */
|
|
11 #undef SIGINFO
|
|
12
|
|
13 /* Marcus Daniels <marcus@sysc.pdx.edu> says vfork does exist. */
|
|
14 #define HAVE_VFORK
|
|
15
|