X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/ff01465b392751abf86ad95f672e460f59a2ad10..f345b9b480296b4b6a8469d6221752893c5d1420:/uip/mhparam.c diff --git a/uip/mhparam.c b/uip/mhparam.c index bd22470c..22453467 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 *mhlibdir; +extern char *mhbindir; +extern char *mhlibexecdir; extern char *mhetcdir; +extern char *mhdocdir; static char *sbackup = BACKUP_PREFIX; @@ -104,8 +106,11 @@ static struct proc procs [] = { { "version", &version_num }, { "whatnowproc", &whatnowproc }, { "whomproc", &whomproc }, + { "bindir", &mhbindir }, + { "libexecdir", &mhlibexecdir }, + { "libdir", &mhlibexecdir }, { "etcdir", &mhetcdir }, - { "libdir", &mhlibdir }, + { "docdir", &mhdocdir }, { "localmbox", &localmbox }, { "sbackup", &sbackup }, { "datalocking", &datalocking },