Removed ``Face'' support in mhl.
[mmh] / uip / mhparam.c
index 575c7a7..6c28e19 100644 (file)
@@ -12,7 +12,6 @@
 #include <h/mh.h>
 
 extern char *mhlibdir;
-extern char *mhetcdir;
 
 static struct swit switches[] = {
 #define COMPSW  0
@@ -40,19 +39,15 @@ static struct proc procs [] = {
         { "mh-sequences",  &mh_seq },
         { "buildmimeproc", &buildmimeproc },
         { "editor",        &defaulteditor },
-        { "faceproc",      &faceproc },
         { "fileproc",      &fileproc },
         { "foldprot",      &foldprot },
         { "incproc",       &incproc },
-        { "installproc",   &installproc  },
         { "lproc",         &lproc },
         { "mailproc",      &mailproc },
         { "mhlproc",       &mhlproc },
         { "moreproc",      &moreproc },
         { "msgprot",       &msgprot },
-        { "packproc",      &packproc },
         { "postproc",      &postproc },
-        { "rmfproc",       &rmfproc },
         { "rmmproc",       &rmmproc },
         { "sendmail",      &sendmail },
         { "sendproc",      &sendproc },
@@ -84,7 +79,7 @@ main(int argc, char **argv)
        char *cp, buf[BUFSIZ], **argp;
        char **arguments, *comps[MAXARGS];
 
-       invo_name = r1bindex(argv[0], '/');
+       invo_name = mhbasename(argv[0]);
 
        /* read user profile/context */
        context_read();