Replaced mkinstalldirs with `mkdir -p'.
[mmh] / uip / mhparam.c
index 4f20f55..db8e85a 100644 (file)
@@ -11,8 +11,6 @@
 
 #include <h/mh.h>
 
-extern char *mhlibdir;
-
 static struct swit switches[] = {
 #define COMPSW  0
        { "components", 0 },
@@ -46,6 +44,7 @@ static struct proc procs [] = {
        { "lproc",         &lproc },
        { "mailproc",      &mailproc },
        { "mhlproc",       &mhlproc },
+       { "mimetypequeryproc", &mimetypequeryproc },
        { "moreproc",      &moreproc },
        { "msgprot",       &msgprot },
        { "postproc",      &postproc },
@@ -57,7 +56,6 @@ static struct proc procs [] = {
        { "version",       &version_num },
        { "whatnowproc",   &whatnowproc },
        { "etcdir",        &mhetcdir },
-       { "libdir",        &mhlibdir },
        { "backup-prefix", &backup_prefix },
        { "altmsg-link",   &altmsglink },
        { "draft-folder",  &draftfolder },