X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fcitadel.h;h=9b0c36babb2e6cd039dbbb28ee33f041fc21ca47;hb=452067d76c1c0a1824321394db4af2c4f1438af0;hp=8c58ff58dad1cdfc9b55ea5ecec9c4055996bffe;hpb=475c21c8532b6ba682535c2b2e19a1427040a669;p=citadel.git diff --git a/citadel/citadel.h b/citadel/citadel.h index 8c58ff58d..9b0c36bab 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -45,10 +45,10 @@ extern "C" { * usually more strict because you're not really supposed to dump/load and * upgrade at the same time. */ -#define REV_LEVEL 810 /* This version */ +#define REV_LEVEL 812 /* This version */ #define REV_MIN 591 /* Oldest compatible database */ #define EXPORT_REV_MIN 760 /* Oldest compatible export files */ -#define LIBCITADEL_MIN 810 /* Minimum required version of libcitadel */ +#define LIBCITADEL_MIN 812 /* Minimum required version of libcitadel */ #define SERVER_TYPE 0 /* zero for stock Citadel; other developers please obtain SERVER_TYPE codes for your implementations */ @@ -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 */