Mercurial > hg > xemacs-beta
comparison src/s/irix4-0.h @ 175:2d532a89d707 r20-3b14
Import from CVS: tag r20-3b14
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:50:14 +0200 |
parents | 0132846995bd |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
174:bb3568571b84 | 175:2d532a89d707 |
---|---|
6 #define IRIX4 | 6 #define IRIX4 |
7 | 7 |
8 #undef NEED_SIOCTL | 8 #undef NEED_SIOCTL |
9 | 9 |
10 /* Make process_send_signal work by "typing" a signal character on the pty. */ | 10 /* Make process_send_signal work by "typing" a signal character on the pty. */ |
11 #define SIGNALS_VIA_CHARACTERS | 11 /* #define SIGNALS_VIA_CHARACTERS */ /* mrb */ |
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" |