X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/b39f4c8121d05424ba133603f843b155bdf8d7f4..d2a743b144e0962e0b8120df26e411797cce1fbe:/uip/mhparam.c?ds=sidebyside diff --git a/uip/mhparam.c b/uip/mhparam.c index a3f4d78c..9b5fa069 100644 --- a/uip/mhparam.c +++ b/uip/mhparam.c @@ -29,8 +29,10 @@ DEFINE_SWITCH_ENUM(MHPARAM); DEFINE_SWITCH_ARRAY(MHPARAM, switches); #undef X -extern char *mhetcdir; +extern char *mhbindir; extern char *mhlibexecdir; +extern char *mhetcdir; +extern char *mhdocdir; static char *sbackup = BACKUP_PREFIX; @@ -111,9 +113,11 @@ static struct proc procs [] = { { "version", &version_num }, { "whatnowproc", &whatnowproc }, { "whomproc", &whomproc }, - { "etcdir", &mhetcdir }, - { "libdir", &mhlibexecdir }, + { "bindir", &mhbindir }, { "libexecdir", &mhlibexecdir }, + { "libdir", &mhlibexecdir }, + { "etcdir", &mhetcdir }, + { "docdir", &mhdocdir }, { "localmbox", &localmbox }, { "sbackup", &sbackup }, { "datalocking", &datalocking },