comparison src/s/irix3-3.h @ 9916:3014a91ade7a

(MAIL_USE_FLOCK): Defined.
author Richard M. Stallman <rms@gnu.org>
date Tue, 15 Nov 1994 00:02:47 +0000
parents 191acacfa1ec
children ae71c8f177cc
comparison
equal deleted inserted replaced
9915:ec185bc66071 9916:3014a91ade7a
94 /* define MAIL_USE_FLOCK if the mailer uses flock 94 /* define MAIL_USE_FLOCK if the mailer uses flock
95 to interlock access to /usr/spool/mail/$USER. 95 to interlock access to /usr/spool/mail/$USER.
96 The alternative is that a lock file named 96 The alternative is that a lock file named
97 /usr/spool/mail/$USER.lock. */ 97 /usr/spool/mail/$USER.lock. */
98 98
99 /* #define MAIL_USE_FLOCK */ 99 #define MAIL_USE_FLOCK
100 100
101 /* Define CLASH_DETECTION if you want lock files to be written 101 /* Define CLASH_DETECTION if you want lock files to be written
102 so that Emacs can tell instantly when you try to modify 102 so that Emacs can tell instantly when you try to modify
103 a file that someone else has modified in his Emacs. */ 103 a file that someone else has modified in his Emacs. */
104 104