Removed msh, vmh and wmh.
[mmh] / uip / mhparam.c
index 80b52a1..eae587d 100644 (file)
@@ -15,8 +15,6 @@
 extern char *mhlibdir;
 extern char *mhetcdir;
 
-char *slink = LINK;
-
 static struct swit switches[] = {
 #define        COMPSW    0
     { "components", 0 },
@@ -53,7 +51,6 @@ static struct proc procs [] = {
      { "mhlproc",       &mhlproc },
      { "moreproc",      &moreproc },
      { "msgprot",       &msgprot },
-     { "mshproc",       &mshproc },
      { "packproc",      &packproc },
      { "postproc",      &postproc },
      { "rmfproc",       &rmfproc },
@@ -63,13 +60,12 @@ static struct proc procs [] = {
      { "showmimeproc",  &showmimeproc },
      { "showproc",      &showproc },
      { "version",       &version_num },
-     { "vmhproc",       &vmhproc },
      { "whatnowproc",   &whatnowproc },
      { "whomproc",      &whomproc },
      { "etcdir",        &mhetcdir },
      { "libdir",        &mhlibdir },
      { "backup-prefix", &backup_prefix },
-     { "link",          &slink },
+     { "altmsg-link",   &altmsglink },
      { NULL,            NULL },
 };