]> git.marmaro.de Git - mmh/commitdiff
Removed configure flag --disable-locale and have it always enabled.
authormarkus schnalke <meillo@marmaro.de>
Mon, 4 Jun 2012 18:23:28 +0000 (20:23 +0200)
committermarkus schnalke <meillo@marmaro.de>
Mon, 4 Jun 2012 18:23:28 +0000 (20:23 +0200)
Todays system are assumed to have locale support.

39 files changed:
configure.ac
uip/ali.c
uip/anno.c
uip/ap.c
uip/burst.c
uip/comp.c
uip/dist.c
uip/dp.c
uip/flist.c
uip/fmtdump.c
uip/folder.c
uip/forw.c
uip/inc.c
uip/mark.c
uip/mhbuild.c
uip/mhl.c
uip/mhlist.c
uip/mhmail.c
uip/mhpath.c
uip/mhshow.c
uip/mhstore.c
uip/mhtest.c
uip/new.c
uip/packf.c
uip/pick.c
uip/prompter.c
uip/rcvdist.c
uip/rcvpack.c
uip/rcvstore.c
uip/refile.c
uip/repl.c
uip/rmf.c
uip/rmm.c
uip/scan.c
uip/send.c
uip/slocal.c
uip/sortm.c
uip/spost.c
uip/whatnow.c

index f757b3f7cd0beca6c30338fcbb721d9f5089fc05..2633228c2f4726027a91d289a944972d644b4182 100644 (file)
@@ -46,17 +46,6 @@ if test x"$enable_nmh_debug" = x"yes"; then
   enable_debug=yes
 fi
 
-dnl Do you want to disable use of locale functions
-AH_TEMPLATE([LOCALE],
-[Undefine if you don't want locale features.  By default this is defined.])
-AC_ARG_ENABLE([locale],
-AC_HELP_STRING([--disable-locale], [turn off locale features]),
-[if test x$enableval = xyes; then
-  AC_DEFINE(LOCALE)
-fi],
-AC_DEFINE(LOCALE)
-)
-
 dnl What method of locking to use?
 AC_ARG_WITH(locking,
   AS_HELP_STRING([--with-locking=@<:@dot|fcntl|flock|lockf@:>@],
index 8effd63dccb01e94bba0665d525e8e6c1265df28..b5bbfbe3a9704cbeb5612dc88bfaa6a3c6086714 100644 (file)
--- a/uip/ali.c
+++ b/uip/ali.c
@@ -60,9 +60,7 @@ main(int argc, char **argv)
        char *vec[NVEC], **arguments;
        struct aka *ak;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index c80b782b3aa898d70f47f17fb581a3bd7e97bc03..2647d971a034af247ead81f18c30d9651cb4fc59 100644 (file)
@@ -74,9 +74,7 @@ main(int argc, char **argv)
        int append = 0;  /* append annotations instead of default prepend */
        int number = 0; /* delete specific number of like elements if set */
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
        context_read();
 
index 9f8e6f0ff67dd7f078e9e2b552f3a2ebebb820b0..c293a5325b794048a0941888e6807b87977ce1d6 100644 (file)
--- a/uip/ap.c
+++ b/uip/ap.c
@@ -47,9 +47,7 @@ main(int argc, char **argv)
        char buf[BUFSIZ], **argp;
        char **arguments, *addrs[NADDRS];
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index 1464cd6ecaf1103ff09230c591834e05749d3c65..e657c33fa5fc1cf282c3fd9a8e3e59da431cc7a9 100644 (file)
@@ -45,9 +45,7 @@ main(int argc, char **argv)
        struct smsg *smsgs;
        struct msgs *mp;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index 680c0fc91fde4338267f7cb95543696ba9026b12..4768fc4a3d1281a48f93f65ddfb45e32bad9c547 100644 (file)
@@ -41,10 +41,7 @@ main(int argc, char **argv)
        struct msgs *mp = NULL;
        char *fmtstr;
 
-
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index d00f686f3a0c282239f6b0b8c20b8595b297fe06..c1f4f9d3cb86b621a42d5897d4d1555c7f854c9b 100644 (file)
@@ -41,9 +41,7 @@ main(int argc, char **argv)
        struct msgs *mp = NULL;
        char *fmtstr;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index aee4b2929e276bd0032f6db653cc6fed064ded06..1a91678f402d5afc2f0ae9a173dfa0c13e757065 100644 (file)
--- a/uip/dp.c
+++ b/uip/dp.c
@@ -42,9 +42,7 @@ main(int argc, char **argv)
        char buf[BUFSIZ], **argp, **arguments;
        char *dates[NDATES];
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index 2a002a5d02ecc64a2907302a490f3f9f292fc955..057d5f4eceffe4d317ce3400e8721e27285d3540 100644 (file)
@@ -118,9 +118,7 @@ main(int argc, char **argv)
        char **arguments;
        char buf[BUFSIZ];
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index fc94247c1880021d8e8147fc21121a35ec361685..a0e6e1409c35f1a4849fa8d190b94f1799354a8a 100644 (file)
@@ -46,9 +46,7 @@ main(int argc, char **argv)
        char buf[BUFSIZ], *fmtstr, **argp, **arguments;
        struct format *fmt;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index 34b3d9880f8c654c2440e8b914e4f9ff40b914e7..8638151edcb985aa3230e90d8421d47aeb8d139d 100644 (file)
@@ -115,9 +115,7 @@ main(int argc, char **argv)
        char *cp, *dp, *msg = NULL, *argfolder = NULL;
        char **ap, **argp, buf[BUFSIZ], **arguments;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index b75bd2ee47c504cd86105742c95dafbc29b852e9..54b7c074e26aae0ab131129a4c05d48a8ff9d93c 100644 (file)
@@ -68,9 +68,7 @@ main(int argc, char **argv)
        char *fmtstr;
        int buildsw = 0;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index 4b75c6e29578e7717a98b5a00d9bb249e48f05e5..f737d698bf48ec8eb5484ef63a52ef81203fc372 100644 (file)
--- a/uip/inc.c
+++ b/uip/inc.c
@@ -152,9 +152,7 @@ main(int argc, char **argv)
        SAVEGROUPPRIVS();
        TRYDROPGROUPPRIVS();
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index c1da64454dec00df55a28933950d8ae4f96fbe1f..d4a3729ecdbdeea65941b385d05e5e3a39bd3dae 100644 (file)
@@ -56,9 +56,7 @@ main(int argc, char **argv)
        struct msgs_array msgs = { 0, 0, NULL };
        struct msgs *mp;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index 76626dbba9c0de101ea897e65ee00222e098c24e..113ff38839452e23fb42dfeff3b8116e10b2c348 100644 (file)
@@ -117,9 +117,7 @@ main(int argc, char **argv)
 
        done = unlink_done;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index 8b29ee4b3be65de88fbbc291ed4ca8da015bdafe..18d0176c5d5c078bc1925da70826957ffa67f202 100644 (file)
--- a/uip/mhl.c
+++ b/uip/mhl.c
@@ -226,10 +226,7 @@ main(int argc, char **argv)
        char buf[BUFSIZ], *files[MAXARGS];
        char **argp, **arguments;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
-
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index e507127ad25b8a19c5a1a2997c72b6ffe7783c27..c66b7cfe6d7ceea96eb674fc95e75da0d62bc28d 100644 (file)
@@ -94,9 +94,7 @@ main(int argc, char **argv)
 
        done=freects_done;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index a85899de33fe4cacaa1a0de0631357ef0acc65d3..b3a9acb538f6ddbda27de29ab1cb842643c0252a 100644 (file)
@@ -48,9 +48,7 @@ main(int argc, char **argv)
        FILE *out;
        char *tfile = NULL;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* foil search of user profile/context */
index 605d13c37a70abaaa3218bee6cb1f8648b5d9328..a8de5cb2c4695960670f0d574826cbfa3bb2b292 100644 (file)
@@ -27,9 +27,7 @@ main(int argc, char **argv)
        struct msgs_array msgs = { 0, 0, NULL };
        struct msgs *mp;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index e1bcf8f1bc7b0c85413ccdc47e56fde4abb81a4e..0b49b7e887273c10a7c7def006d5b2fa3c430b96 100644 (file)
@@ -100,9 +100,7 @@ main(int argc, char **argv)
 
        done=freects_done;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
        if (mh_strcasecmp(invo_name, "next")==0) {
                mode = NEXT;
index b0c08da1b58bda8aafb36f7eaa668eb7cfc4f130..ae812ad3bac8c702801f5a7a35f26ae7321538e7 100644 (file)
@@ -132,9 +132,7 @@ main(int argc, char **argv)
 
        done=freects_done;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index d24694ee25f95664d8eee433bcba9dced94d5527..1c1684f444b893059a6e99a4c6f8e1176487eea9 100644 (file)
@@ -97,9 +97,7 @@ main(int argc, char **argv)
 
        done=freects_done;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index 7c3191aa93c519dab359a98e8c97d9486632d76c..a79845c000b83a574c54e4c30709f5bc9adb7757 100644 (file)
--- a/uip/new.c
+++ b/uip/new.c
@@ -435,9 +435,7 @@ main(int argc, char **argv)
        sequences[0] = NULL;
        sequences[1] = NULL;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index b565c164e25cd6d32646d2582d794674972bb03d..763b6e708b9369d9f5c59bde5bbd60d9258f7b18 100644 (file)
@@ -30,9 +30,7 @@ main(int argc, char **argv)
        struct msgs_array msgs = { 0, 0, NULL };
        struct msgs *mp;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index b817a0b88eefdc56009e14c24e3933f04bc819db..e94c259392cb0fbb8363cb41c5c6002b2460eb61 100644 (file)
@@ -93,9 +93,7 @@ main(int argc, char **argv)
 
        done=putzero_done;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index e1f0bff8f37576a03e1fb6ef33cc1b2dc607efa2..823760ef49b91e48b3be607a1541281e8ecdf178 100644 (file)
@@ -57,9 +57,7 @@ main(int argc, char **argv)
        FILE *in, *out;
        char *tfile = NULL;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index fa2a170b1733ff2d5858aed223497687869a6118..2ba609771454bffa9affb3d030fadf3351a88923 100644 (file)
@@ -44,9 +44,7 @@ main(int argc, char **argv)
 
        done=unlink_done;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index fe98a449e01054f36b46611f9232d93385877b06..79c3450491c854b7ba130dce6f7d3f24d812293f 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 */
index 8121e2d12f9060c89f55499d85b4d7c02b04f7d3..bb14ed98d6e92860404fdfe84bfcecaad3fdd217 100644 (file)
@@ -60,9 +60,7 @@ main(int argc, char **argv)
 
        done=unlink_done;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index 76384dd4b508b861fdf03886f0d0fcaf514f0486..6c5a8f65f33b71abac3b62d485e945eb0a4edf37 100644 (file)
@@ -57,9 +57,7 @@ main(int argc, char **argv)
        struct msgs_array msgs = { 0, 0, NULL };
        struct msgs *mp;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        context_read();
index 462498e9397843b76c4df86a950e3970a6cdd040..9c9e5ce9e247eb6400d500f858d4dd53668f608c 100644 (file)
@@ -143,9 +143,7 @@ main(int argc, char **argv)
 
        filter = getcpy(etcpath(mhlreply));
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index 9d207522ecc9d55061b83054f60eb488bcd05e05..05b3e962751da15f6e88c4fd6d848eb490fbae95 100644 (file)
--- a/uip/rmf.c
+++ b/uip/rmf.c
@@ -34,9 +34,7 @@ main(int argc, char **argv)
        char *cp, *folder = NULL, newfolder[BUFSIZ];
        char buf[BUFSIZ], **argp, **arguments;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index 0aab0ba0cfc06f19c735f02ba58828ac2497af94..51be03a9b598a40915c63fc175ef36cb242a6ea6 100644 (file)
--- a/uip/rmm.c
+++ b/uip/rmm.c
@@ -33,10 +33,7 @@ main(int argc, char **argv)
        struct msgs *mp;
        pid_t pid;
 
-
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        context_read();
index 269193ffc039b1d8372a8beea15222390c5e529f..ba90e4010ee23851abf6bfb1aa0730b40dd9dfe5 100644 (file)
@@ -41,9 +41,7 @@ main(int argc, char **argv)
        struct msgs *mp;
        FILE *in;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index 06058e86561f7f63074f66796b8e009b7e4118f3..bcbd54ddea1aebc1c609373d6a4f54380218c5af 100644 (file)
@@ -88,10 +88,7 @@ main(int argc, char **argv)
        struct stat st;
        struct stat st2;
 
-
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index ec788e319076d8b25a76fcdd755314e37bc01fa6..9d468025e5e7e0fc87091524d1fcb7239c4b0a8a 100644 (file)
@@ -174,9 +174,7 @@ main(int argc, char **argv)
        char mailbox[BUFSIZ], tmpfil[BUFSIZ];
        char **argp, **arguments;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(*argv);
 
        /* foil search of user profile/context */
index 4cd999d8f3d2234dba9156601752ac9f07048c21..ed0918158eb924bbcd8f43f40209101172878d01 100644 (file)
@@ -73,9 +73,7 @@ main(int argc, char **argv)
        struct msgs *mp;
        struct smsg **dlist;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
index 4384bc4c04bb3ecd82723ae025b65b9fe854c3e3..4c1210ba18b9543a22991cf6a5f23cfa5895ba1a 100644 (file)
@@ -147,9 +147,7 @@ main(int argc, char **argv)
        char *sargv[16], buf[BUFSIZ], name[NAMESZ];
        FILE *in;
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
        invo_name = mhbasename(argv[0]);
 
        /* foil search of user profile/context */
index ead1bd5cd47aa232d8c8d552d54956a0a0bda282..bbb468dafb768bc16a206519265174e23da3b6fb 100644 (file)
@@ -117,10 +117,7 @@ main(int argc, char **argv)
        FILE *f;  /* read pointer for bgnd proc */
        int n;  /* set on -n to detach command */
 
-#ifdef LOCALE
        setlocale(LC_ALL, "");
-#endif
-
        invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */