comparison src/s/irix4-0.h @ 272:c5d627a313b1 r21-0b34

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents 2d532a89d707
children 90d73dddcdc4
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
4 4
5 #define USG5_3 5 #define USG5_3
6 #define IRIX4 6 #define IRIX4
7 7
8 #undef NEED_SIOCTL 8 #undef NEED_SIOCTL
9
10 /* Make process_send_signal work by "typing" a signal character on the pty. */
11 /* #define SIGNALS_VIA_CHARACTERS */ /* mrb */
12 9
13 /* use K&R C */ 10 /* use K&R C */
14 /* XEmacs change -- use ANSI, not K&R */ 11 /* XEmacs change -- use ANSI, not K&R */
15 #ifndef __GNUC__ 12 #ifndef __GNUC__
16 #define C_SWITCH_SYSTEM "-xansi" 13 #define C_SWITCH_SYSTEM "-xansi"