]> git.eshelyaron.com Git - emacs.git/commitdiff
(MAIL_USE_FLOCK): Defined.
authorRichard M. Stallman <rms@gnu.org>
Tue, 15 Nov 1994 00:02:47 +0000 (00:02 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 15 Nov 1994 00:02:47 +0000 (00:02 +0000)
src/s/iris3-5.h
src/s/iris3-6.h
src/s/irix3-3.h
src/s/irix5-0.h

index d82bd732c7c8d598d09858f81a0eb7a45bf90204..559f2b116c3ab4eb851de606e69cff0dc3b807e6 100644 (file)
@@ -93,7 +93,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    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
index 504560cd36b1a69ff6dbdea4aac96f7b11cb71a1..fb3601a5b1a89959aab46bc22abba3a00bf85688 100644 (file)
@@ -93,7 +93,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    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
index b34831e7c6640cc82315b088136aacc9c0dbbbad..31cc18a3b5bd95ffa8a3f810d0f688ddb425416f 100644 (file)
@@ -96,7 +96,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
    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
index 10f2cfff688ec40b303c3b0918c32bea83580a97..9d3497c7cac8c84db9bb268a3d547869543888ba 100644 (file)
@@ -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
+