]> git.marmaro.de Git - mmh/blobdiff - uip/mhparam.c
Reworked LINK, now named `altmsglink', similar to BACKUP_PREFIX.
[mmh] / uip / mhparam.c
index 80b52a18112de28767898e67a233fb9328979bb6..137a6356b3c4ffb895c1c72b11b885a7ca3878d5 100644 (file)
@@ -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 },
 };