Removed configure flag --disable-locale and have it always enabled.
[mmh] / uip / rcvpack.c
index fe98a44..79c3450 100644 (file)
@@ -27,9 +27,7 @@ main(int argc, char **argv)
        char *cp, *file = NULL, buf[BUFSIZ];
        char **argp, **arguments;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */