changeset 9916:3014a91ade7a

(MAIL_USE_FLOCK): Defined.
author Richard M. Stallman <rms@gnu.org>
date Tue, 15 Nov 1994 00:02:47 +0000
parents ec185bc66071
children 9fdeb377f198
files src/s/iris3-5.h src/s/iris3-6.h src/s/irix3-3.h src/s/irix5-0.h
diffstat 4 files changed, 11 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- 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
--- 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
+