emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r109515: Comments


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r109515: Comments
Date: Wed, 08 Aug 2012 09:01:28 -0700
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 109515
committer: Glenn Morris <address@hidden>
branch nick: trunk
timestamp: Wed 2012-08-08 09:01:28 -0700
message:
  Comments
modified:
  configure.ac
  lib-src/movemail.c
=== modified file 'configure.ac'
--- a/configure.ac      2012-08-07 04:16:47 +0000
+++ b/configure.ac      2012-08-08 16:01:28 +0000
@@ -2709,6 +2709,9 @@
     ;;
 esac
 
+dnl FIXME?  If using FLOCK, also define MAIL_USE_SYSTEM_LOCK?
+dnl Only win32 seems to use that.
+dnl See comments in lib-src/movemail.c.
 BLESSMAIL_TARGET=
 case "$mail_lock" in
   flock) AC_DEFINE(MAIL_USE_FLOCK, 1, [Define if the mailer uses flock to 
interlock the mail spool.]) ;;

=== modified file 'lib-src/movemail.c'
--- a/lib-src/movemail.c        2012-08-02 04:14:48 +0000
+++ b/lib-src/movemail.c        2012-08-08 16:01:28 +0000
@@ -300,10 +300,10 @@
         which uses lock files for this purpose.  Some systems use other 
methods.
 
         If your system uses the `flock' system call for mail locking,
-        define MAIL_USE_SYSTEM_LOCK in config.h or the s-*.h file
-        and recompile movemail.  If the s- file for your system
-        should define MAIL_USE_SYSTEM_LOCK but does not, send a bug report
-        to address@hidden so we can fix it.  */
+        define MAIL_USE_SYSTEM_LOCK in config.h and recompile movemail.
+        If your system type should always define MAIL_USE_SYSTEM_LOCK
+        but does not, send a bug report to address@hidden so we
+        can change the default in configure.  */
 
       inname_len = strlen (inname);
       lockname = xmalloc (inname_len + sizeof ".lock");


reply via email to

[Prev in Thread] Current Thread [Next in Thread]