X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=dotlock.c;h=008c1c6df7864460a516f9e0fa2f0d78dc6150ba;hp=eb799d596fabf0569db05fd2a57be4e241bbfb75;hb=b661011c5210796beaf103676c0d24b87f1a2787;hpb=6833ce8bdca2d64e14485118f2a4417b7e1cb1b1 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);