mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
Check HAVE_LIBLOCKFILE like HAVE_LIBMAIL.
This commit is contained in:
parent
dfb7bcda87
commit
dd843b6af3
1 changed files with 2 additions and 1 deletions
|
|
@ -129,7 +129,8 @@ extern int lk_open (), lk_close ();
|
|||
#endif
|
||||
|
||||
#if !defined (MAIL_USE_SYSTEM_LOCK) && !defined (MAIL_USE_MMDF) && \
|
||||
defined (HAVE_LIBMAIL) && defined (HAVE_MAILLOCK_H)
|
||||
(defined (HAVE_LIBMAIL) || defined (HAVE_LIBLOCKFILE)) && \
|
||||
defined (HAVE_MAILLOCK_H)
|
||||
#include <maillock.h>
|
||||
/* We can't use maillock unless we know what directory system mail
|
||||
files appear in. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue