X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=sidebyside;f=uip%2Fmhparam.c;h=eae587de5541c481e94d4bfcc70433da034b52d9;hb=916690191222433a6923a4be54b0d8f6ac01bd02;hp=80b52a18112de28767898e67a233fb9328979bb6;hpb=5d43a99db70c12a673028c7758c20cbe3e13ef5f;p=mmh diff --git a/uip/mhparam.c b/uip/mhparam.c index 80b52a1..eae587d 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -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 }, };