comparison src/s/irix5-0.h @ 9916:3014a91ade7a

(MAIL_USE_FLOCK): Defined.
author Richard M. Stallman <rms@gnu.org>
date Tue, 15 Nov 1994 00:02:47 +0000
parents 0c4d14af9e65
children a0fe869703c6
comparison
equal deleted inserted replaced
9915:ec185bc66071 9916:3014a91ade7a
100 tell the linker to avoid making one. SGI's cc does this by 100 tell the linker to avoid making one. SGI's cc does this by
101 default, but GCC (at least 2.5.8 and 2.6.0) doesn't. */ 101 default, but GCC (at least 2.5.8 and 2.6.0) doesn't. */
102 #ifdef __GNUC__ 102 #ifdef __GNUC__
103 #define LD_SWITCH_SYSTEM -G 0 103 #define LD_SWITCH_SYSTEM -G 0
104 #endif 104 #endif
105
106 /* define MAIL_USE_FLOCK if the mailer uses flock
107 to interlock access to /usr/spool/mail/$USER.
108 The alternative is that a lock file named
109 /usr/spool/mail/$USER.lock. */
110
111 #define MAIL_USE_FLOCK
112