summaryrefslogtreecommitdiff
path: root/src/s/irix5-0.h
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-11-15 00:02:47 +0000
committerRichard M. Stallman <rms@gnu.org>1994-11-15 00:02:47 +0000
commit503ffb1e8bdc9edfa0d9c6b0b8da881a7929fa4c (patch)
treefabbdfaf28dc30c0a191c578c28adabc5d3dc349 /src/s/irix5-0.h
parent330bfe57d6fff4b1c3cd4d920e84924248b21a88 (diff)
downloademacs-503ffb1e8bdc9edfa0d9c6b0b8da881a7929fa4c.tar.gz
(MAIL_USE_FLOCK): Defined.
Diffstat (limited to 'src/s/irix5-0.h')
-rw-r--r--src/s/irix5-0.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h
index 10f2cfff688..9d3497c7cac 100644
--- a/src/s/irix5-0.h
+++ b/src/s/irix5-0.h
@@ -102,3 +102,11 @@ char *_getpty();
#ifdef __GNUC__
#define LD_SWITCH_SYSTEM -G 0
#endif
+
+/* define MAIL_USE_FLOCK if the mailer uses flock
+ to interlock access to /usr/spool/mail/$USER.
+ The alternative is that a lock file named
+ /usr/spool/mail/$USER.lock. */
+
+#define MAIL_USE_FLOCK
+