summaryrefslogtreecommitdiff
path: root/mda/lib/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'mda/lib/util.c')
-rw-r--r--mda/lib/util.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/mda/lib/util.c b/mda/lib/util.c
index 1e678723f..8c30930c6 100644
--- a/mda/lib/util.c
+++ b/mda/lib/util.c
@@ -156,12 +156,14 @@ mda_error (const char *fmt, ...)
va_end (ap);
}
+#ifndef USE_MAILBOX_QUOTAS
+# define mda_mailquota_cfg NULL
+#endif
+
static struct mu_cli_capa mda_cli_capa[] = {
{ "forward", NULL, mda_forward_cfg },
{ "deliver", mda_deliver_options, mda_deliver_cfg },
-#ifdef USE_MAILBOX_QUOTAS
{ "quota", NULL, mda_mailquota_cfg },
-#endif
{ "script", mda_script_options, mda_script_cfg },
{ NULL }
};

Return to:

Send suggestions and report system problems to the System administrator.