/[emacs]/emacs/lib-src/movemail.c
ViewVC logotype

Diff of /emacs/lib-src/movemail.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.74.4.1 by miles, Fri Apr 4 06:19:55 2003 UTC revision 1.74.4.2 by miles, Tue Oct 14 23:59:14 2003 UTC
# Line 129  extern int lk_open (), lk_close (); Line 129  extern int lk_open (), lk_close ();
129  #endif  #endif
130    
131  #if !defined (MAIL_USE_SYSTEM_LOCK) && !defined (MAIL_USE_MMDF) && \  #if !defined (MAIL_USE_SYSTEM_LOCK) && !defined (MAIL_USE_MMDF) && \
132          defined (HAVE_LIBMAIL) && defined (HAVE_MAILLOCK_H)          (defined (HAVE_LIBMAIL) || defined (HAVE_LIBLOCKFILE)) && \
133            defined (HAVE_MAILLOCK_H)
134  #include <maillock.h>  #include <maillock.h>
135  /* We can't use maillock unless we know what directory system mail  /* We can't use maillock unless we know what directory system mail
136     files appear in. */     files appear in. */
# Line 227  main (argc, argv) Line 228  main (argc, argv)
228  #endif  #endif
229        )        )
230      {      {
       fprintf (stderr, "Usage: movemail [-p] inbox destfile%s\n",  
231  #ifdef MAIL_USE_POP  #ifdef MAIL_USE_POP
232                 " [POP-password]"        fprintf (stderr, "Usage: movemail [-p] inbox destfile%s\n",
233                   " [POP-password]");
234  #else  #else
235                 ""        fprintf (stderr, "Usage: movemail [-p] inbox destfile%s\n", "");
236  #endif  #endif
                );  
237        exit (1);        exit (1);
238      }      }
239    
# Line 954  strerror (errnum) Line 954  strerror (errnum)
954  }  }
955    
956  #endif /* ! HAVE_STRERROR */  #endif /* ! HAVE_STRERROR */
957    
958    /* arch-tag: 1c323112-41fe-4fe5-8de9-494de631f73f
959       (do not change this comment) */

Legend:
Removed from v.1.74.4.1  
changed lines
  Added in v.1.74.4.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26