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;
{ "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 },