comparison src/s/ptx4.h @ 15860:bad765e6a8d9

Fix include file name. (NO_FILIO_H): Move definition.
author Richard M. Stallman <rms@gnu.org>
date Tue, 13 Aug 1996 15:27:23 +0000
parents 574a328ee4b2
children 469c3de61eb1
comparison
equal deleted inserted replaced
15859:2cb422e2d16c 15860:bad765e6a8d9
1 /* s/ file for Sequent "ptx 4", which is a modified SVR5.4. */ 1 /* s/ file for Sequent "ptx 4", which is a modified SVR5.4. */
2 2
3 #include <s/usg5-4.h> 3 /* Tell usg5-4.h not to include filio.h. */
4 #define NO_FILIO_H
5
6 #include "usg5-4.h"
4 7
5 /* Marcus Daniels <marcus@sysc.pdx.edu> says that SIGINFO is defined 8 /* 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 9 on ptx4 but it is not a signal. Prevent process.c from doing the
7 wrong thing. */ 10 wrong thing. */
8 #undef SIGINFO 11 #undef SIGINFO
9 12
10 /* Marcus Daniels <marcus@sysc.pdx.edu> says vfork does exist. */ 13 /* Marcus Daniels <marcus@sysc.pdx.edu> says vfork does exist. */
11 #define HAVE_VFORK 14 #define HAVE_VFORK
12 15
13 /* Tell usg5-4.h not to include filio.h. */
14 #define NO_FILIO_H