aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/irix5-0.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h
index b898460215b..34996550ab8 100644
--- a/src/s/irix5-0.h
+++ b/src/s/irix5-0.h
@@ -99,13 +99,6 @@ char *_getpty();
99/* Tell process_send_signal to use VSUSP instead of VSWTCH. */ 99/* Tell process_send_signal to use VSUSP instead of VSWTCH. */
100#define PREFER_VSUSP 100#define PREFER_VSUSP
101 101
102/* Because unexsgi.c cannot handle a ".sbss" section yet, we must
103 tell the linker to avoid making one. SGI's cc does this by
104 default, but GCC (at least 2.5.8 and 2.6.0) doesn't. */
105#ifdef __GNUC__
106#define LD_SWITCH_SYSTEM -G 0
107#endif
108
109/* define MAIL_USE_FLOCK if the mailer uses flock 102/* define MAIL_USE_FLOCK if the mailer uses flock
110 to interlock access to /usr/spool/mail/$USER. 103 to interlock access to /usr/spool/mail/$USER.
111 The alternative is that a lock file named 104 The alternative is that a lock file named
@@ -114,9 +107,11 @@ char *_getpty();
114#define MAIL_USE_FLOCK 107#define MAIL_USE_FLOCK
115 108
116/* use K&R C */ 109/* use K&R C */
110#if 0
117#ifndef __GNUC__ 111#ifndef __GNUC__
118#define C_SWITCH_SYSTEM -cckr 112#define C_SWITCH_SYSTEM -cckr
119#endif 113#endif
114#endif
120 115
121/* -g does not work on Irix, and since gcc warns if you use it, 116/* -g does not work on Irix, and since gcc warns if you use it,
122 turn off the warning. */ 117 turn off the warning. */