1 /* Synched up with: FSF 19.31. */
18 #define SYSTEM_TYPE "irix"
20 #ifdef SETUP_SLAVE_PTY
21 #undef SETUP_SLAVE_PTY
24 /* jpff@maths.bath.ac.uk reports `struct exception' is not defined
25 on this system, so inhibit use of matherr. */
28 /* Ulimit(UL_GMEMLIM) is busted... */
29 #define ULIMIT_BREAK_VALUE 0x14000000
31 /* Tell process_send_signal to use VSUSP instead of VSWTCH. */
34 /* define MAIL_USE_FLOCK if the mailer uses flock
35 to interlock access to /usr/spool/mail/$USER.
36 The alternative is that a lock file named
37 /usr/spool/mail/$USER.lock. */
39 #define MAIL_USE_FLOCK
42 /* XEmacs change -- use ANSI, not K&R */
44 #define C_SWITCH_SYSTEM "-xansi"
47 /* jackr@engr.sgi.com says that you can't mix different kinds of
48 signal-handling functions under IRIX 5.3. I'm going to assume
49 that that was the reason this got broken. Now that the
50 signal routines are fixed up, maybe this will work. --ben */
51 /* Nope, it doesn't. I've tried lots of things; it must be
53 /* XEmacs addition: People on IRIX 5.2 and IRIX 5.3 systems have
54 reported that they can't break out of (while t) using C-g or C-G.
55 This does not occur on other systems, so let's assume that SIGIO
56 is broken on these systems. */