X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel.h;h=cdc0a6b7ee2e52caeb8739b3756de8536397c7d8;hb=33a166e5fa4b6e3b013d6093a957fc3ba7edc252;hp=8c58ff58dad1cdfc9b55ea5ecec9c4055996bffe;hpb=475c21c8532b6ba682535c2b2e19a1427040a669;p=citadel.git diff --git a/citadel/citadel.h b/citadel/citadel.h index 8c58ff58d..cdc0a6b7e 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -232,6 +232,9 @@ enum { #define GF_SKIP 1 /* <;S>kip floor mode */ #define GF_ZAP 2 /* <;Z>ap floor mode */ +/* number of items which may be handled by the CONF command */ +#define NUM_CONFIGS 70 + /* * MIME types used in Citadel for configuration stuff */