Mercurial > hg > xemacs-beta
comparison src/s/irix5-0.h @ 207:e45d5e7c476e r20-4b2
Import from CVS: tag r20-4b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:03:52 +0200 |
parents | 2d532a89d707 |
children | c5d627a313b1 |
comparison
equal
deleted
inserted
replaced
206:d3e9274cbc4e | 207:e45d5e7c476e |
---|---|
75 #define ULIMIT_BREAK_VALUE 0x14000000 | 75 #define ULIMIT_BREAK_VALUE 0x14000000 |
76 | 76 |
77 /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ | 77 /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ |
78 #define PREFER_VSUSP | 78 #define PREFER_VSUSP |
79 | 79 |
80 /* Because unexelfsgi.c cannot handle a ".sbss" section yet, we must | |
81 tell the linker to avoid making one. SGI's cc does this by | |
82 default, but GCC (at least 2.5.8 and 2.6.0) doesn't. */ | |
83 #ifdef __GNUC__ | |
84 #define LD_SWITCH_SYSTEM "-G 0" | |
85 #endif | |
86 | |
87 /* define MAIL_USE_FLOCK if the mailer uses flock | 80 /* define MAIL_USE_FLOCK if the mailer uses flock |
88 to interlock access to /usr/spool/mail/$USER. | 81 to interlock access to /usr/spool/mail/$USER. |
89 The alternative is that a lock file named | 82 The alternative is that a lock file named |
90 /usr/spool/mail/$USER.lock. */ | 83 /usr/spool/mail/$USER.lock. */ |
91 | 84 |