DEFINE_SWITCH_ARRAY(MHPARAM, switches);
#undef X
-extern char *mhlibdir;
+extern char *mhbindir;
extern char *mhetcdir;
+extern char *mhlibexecdir;
static char *sbackup = BACKUP_PREFIX;
"";
#endif
+static char *oauth =
+#ifdef OAUTH_SUPPORT
+ "oauth";
+#else
+ "";
+#endif
+
struct proc {
char *p_name;
char **p_field;
{ "version", &version_num },
{ "whatnowproc", &whatnowproc },
{ "whomproc", &whomproc },
+ { "bindir", &mhbindir },
{ "etcdir", &mhetcdir },
- { "libdir", &mhlibdir },
+ { "libdir", &mhlibexecdir },
+ { "libexecdir", &mhlibexecdir },
{ "localmbox", &localmbox },
{ "sbackup", &sbackup },
{ "datalocking", &datalocking },
{ "spoollocking", &spoollocking },
{ "iconv", &iconv },
+ { "oauth", &oauth },
{ "sasl", &sasl },
{ "tls", &tls },
{ NULL, NULL },