X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fmhparam.c;h=137a6356b3c4ffb895c1c72b11b885a7ca3878d5;hp=80b52a18112de28767898e67a233fb9328979bb6;hb=e87123959d15f3b190494dffdd8bce335c137874;hpb=104b36e0a37bafe6620062334fa78d484dce321c diff --git a/uip/mhparam.c b/uip/mhparam.c index 80b52a1..137a635 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 }, @@ -69,7 +67,7 @@ static struct proc procs [] = { { "etcdir", &mhetcdir }, { "libdir", &mhlibdir }, { "backup-prefix", &backup_prefix }, - { "link", &slink }, + { "altmsg-link", &altmsglink }, { NULL, NULL }, };