comparison src/s/irix4-0.h @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 538048ae2ab8
children 2d532a89d707
comparison
equal deleted inserted replaced
162:4de2936b4e77 163:0132846995bd
11 #define SIGNALS_VIA_CHARACTERS 11 #define SIGNALS_VIA_CHARACTERS
12 12
13 /* use K&R C */ 13 /* use K&R C */
14 /* XEmacs change -- use ANSI, not K&R */ 14 /* XEmacs change -- use ANSI, not K&R */
15 #ifndef __GNUC__ 15 #ifndef __GNUC__
16 #define C_SWITCH_SYSTEM -xansi 16 #define C_SWITCH_SYSTEM "-xansi"
17 #endif 17 #endif
18 18
19 /* SGI has all the fancy wait stuff, but we can't include sys/wait.h 19 /* SGI has all the fancy wait stuff, but we can't include sys/wait.h
20 because it defines BIG_ENDIAN and LITTLE_ENDIAN (ugh!.) Instead 20 because it defines BIG_ENDIAN and LITTLE_ENDIAN (ugh!.) Instead
21 we'll just define WNOHANG right here. 21 we'll just define WNOHANG right here.