# HG changeset patch # User Richard M. Stallman # Date 784857767 0 # Node ID 3014a91ade7a1bd932b818245889423235b92bdb # Parent ec185bc6607191577b7ff27a39e37975f246ed32 (MAIL_USE_FLOCK): Defined. diff -r ec185bc66071 -r 3014a91ade7a src/s/iris3-5.h --- a/src/s/iris3-5.h Mon Nov 14 23:58:19 1994 +0000 +++ b/src/s/iris3-5.h Tue Nov 15 00:02:47 1994 +0000 @@ -93,7 +93,7 @@ The alternative is that a lock file named /usr/spool/mail/$USER.lock. */ -/* #define MAIL_USE_FLOCK */ +#define MAIL_USE_FLOCK /* Define CLASH_DETECTION if you want lock files to be written so that Emacs can tell instantly when you try to modify diff -r ec185bc66071 -r 3014a91ade7a src/s/iris3-6.h --- a/src/s/iris3-6.h Mon Nov 14 23:58:19 1994 +0000 +++ b/src/s/iris3-6.h Tue Nov 15 00:02:47 1994 +0000 @@ -93,7 +93,7 @@ The alternative is that a lock file named /usr/spool/mail/$USER.lock. */ -/* #define MAIL_USE_FLOCK */ +#define MAIL_USE_FLOCK /* Define CLASH_DETECTION if you want lock files to be written so that Emacs can tell instantly when you try to modify diff -r ec185bc66071 -r 3014a91ade7a src/s/irix3-3.h --- a/src/s/irix3-3.h Mon Nov 14 23:58:19 1994 +0000 +++ b/src/s/irix3-3.h Tue Nov 15 00:02:47 1994 +0000 @@ -96,7 +96,7 @@ The alternative is that a lock file named /usr/spool/mail/$USER.lock. */ -/* #define MAIL_USE_FLOCK */ +#define MAIL_USE_FLOCK /* Define CLASH_DETECTION if you want lock files to be written so that Emacs can tell instantly when you try to modify diff -r ec185bc66071 -r 3014a91ade7a src/s/irix5-0.h --- a/src/s/irix5-0.h Mon Nov 14 23:58:19 1994 +0000 +++ b/src/s/irix5-0.h Tue Nov 15 00:02:47 1994 +0000 @@ -102,3 +102,11 @@ #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 +