emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lib-src/movemail.c


From: Dave Love
Subject: [Emacs-diffs] Changes to emacs/lib-src/movemail.c
Date: Tue, 20 May 2003 12:34:35 -0400

Index: emacs/lib-src/movemail.c
diff -c emacs/lib-src/movemail.c:1.76 emacs/lib-src/movemail.c:1.77
*** emacs/lib-src/movemail.c:1.76       Tue Feb  4 09:06:56 2003
--- emacs/lib-src/movemail.c    Tue May 20 12:34:35 2003
***************
*** 129,135 ****
  #endif
  
  #if !defined (MAIL_USE_SYSTEM_LOCK) && !defined (MAIL_USE_MMDF) && \
!       defined (HAVE_LIBMAIL) && defined (HAVE_MAILLOCK_H)
  #include <maillock.h>
  /* We can't use maillock unless we know what directory system mail
     files appear in. */
--- 129,136 ----
  #endif
  
  #if !defined (MAIL_USE_SYSTEM_LOCK) && !defined (MAIL_USE_MMDF) && \
!       (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. */




reply via email to

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