X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=dotlock.c;h=008c1c6df7864460a516f9e0fa2f0d78dc6150ba;hb=901c0e4683d5bd43139062255bf19d90914fbf3b;hp=eb799d596fabf0569db05fd2a57be4e241bbfb75;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1;p=apps%2Fmadmutt.git diff --git a/dotlock.c b/dotlock.c index eb799d5..008c1c6 100644 --- a/dotlock.c +++ b/dotlock.c @@ -24,6 +24,10 @@ * macro. */ +#if HAVE_CONFIG_H +# include "config.h" +#endif + #include #include #include @@ -336,7 +340,7 @@ END_PRIVILEGED (void) static void usage (const char *av0) { - fprintf (stderr, "dotlock [Mutt %s (%s)]\n", VERSION, ReleaseDate); + fprintf (stderr, "dotlock [Mutt-ng %s (%s)]\n", VERSION, ReleaseDate); fprintf (stderr, "usage: %s [-t|-f|-u|-d] [-p] [-r ] file\n", av0);