# HG changeset patch # User Dave Love # Date 1053448077 0 # Node ID cf8a7f2ef2c3e5b5378fa532545bcc22ed199d56 # Parent db532d1e8b7fce36bcf58798bdd9528c96e49994 (MAIL_USE_FLOCK): Make it conditional. diff -r db532d1e8b7f -r cf8a7f2ef2c3 src/s/gnu-linux.h --- a/src/s/gnu-linux.h Mon May 19 22:26:09 2003 +0000 +++ b/src/s/gnu-linux.h Tue May 20 16:27:57 2003 +0000 @@ -130,8 +130,18 @@ /* On GNU/Linux systems, both methods are used by various mail programs. I assume that most people are using newer mailers that have heard of flock. Change this if you need to. */ +/* Debian contains a patch which says: ``On Debian/GNU/Linux systems, + configure gets the right answers, and that means *NOT* using flock. + Using flock is guaranteed to be the wrong thing. See Debian Policy + for details.'' and then uses `#ifdef DEBIAN'. Unfortunately the + Debian maintainer hasn't provided a clean fix for Emacs. + movemail.c will use `maillock' when MAILDIR, HAVE_LIBMAIL and + HAVE_MAILLOCK_H are defined, so the following appears to be the + correct logic. -- fx */ +#if !(defined (HAVE_LIBMAIL) && defined (HAVE_MAILLOCK_H)) #define MAIL_USE_FLOCK +#endif /* Define CLASH_DETECTION if you want lock files to be written so that Emacs can tell instantly when you try to modify