comparison src/s/irix5-0.h @ 175:2d532a89d707 r20-3b14

Import from CVS: tag r20-3b14
author cvs
date Mon, 13 Aug 2007 09:50:14 +0200
parents 85ec50267440
children e45d5e7c476e
comparison
equal deleted inserted replaced
174:bb3568571b84 175:2d532a89d707
21 #undef SETUP_SLAVE_PTY 21 #undef SETUP_SLAVE_PTY
22 #endif 22 #endif
23 23
24 /* thomas@mathematik.uni-bremen.de says this is needed. */ 24 /* thomas@mathematik.uni-bremen.de says this is needed. */
25 /* Make process_send_signal work by "typing" a signal character on the pty. */ 25 /* Make process_send_signal work by "typing" a signal character on the pty. */
26 #define SIGNALS_VIA_CHARACTERS 26 /* #define SIGNALS_VIA_CHARACTERS */ /* mrb */
27 27
28 /* SGI has all the fancy wait stuff, but we can't include sys/wait.h 28 /* SGI has all the fancy wait stuff, but we can't include sys/wait.h
29 because it defines BIG_ENDIAN and LITTLE_ENDIAN (ugh!.) Instead 29 because it defines BIG_ENDIAN and LITTLE_ENDIAN (ugh!.) Instead
30 we'll just define WNOHANG right here. 30 we'll just define WNOHANG right here.
31 (An implicit decl is good enough for wait3.) */ 31 (An implicit decl is good enough for wait3.) */