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

Import from CVS: tag r21-0b34
author cvs
date Mon, 13 Aug 2007 10:28:48 +0200
parents e45d5e7c476e
children 90d73dddcdc4
comparison
equal deleted inserted replaced
271:c7b7086b0a39 272:c5d627a313b1
18 #define SYSTEM_TYPE "irix" 18 #define SYSTEM_TYPE "irix"
19 19
20 #ifdef SETUP_SLAVE_PTY 20 #ifdef SETUP_SLAVE_PTY
21 #undef SETUP_SLAVE_PTY 21 #undef SETUP_SLAVE_PTY
22 #endif 22 #endif
23
24 /* thomas@mathematik.uni-bremen.de says this is needed. */
25 /* Make process_send_signal work by "typing" a signal character on the pty. */
26 /* #define SIGNALS_VIA_CHARACTERS */ /* mrb */
27
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
30 we'll just define WNOHANG right here.
31 (An implicit decl is good enough for wait3.) */
32 /* [XEmacs: Now that we don't use BIG_ENDIAN/LITTLE_ENDIAN, it's safe
33 to include wait.h. Should something change here?] */
34
35 /* #define WNOHANG 0x1 */
36 23
37 /* No need to use sprintf to get the tty name--we get that from _getpty. */ 24 /* No need to use sprintf to get the tty name--we get that from _getpty. */
38 #ifdef PTY_TTY_NAME_SPRINTF 25 #ifdef PTY_TTY_NAME_SPRINTF
39 #undef PTY_TTY_NAME_SPRINTF 26 #undef PTY_TTY_NAME_SPRINTF
40 #endif 27 #endif