]> code.citadel.org Git - citadel.git/blobdiff - citadel/citadel.h
Version number to 8.16 for imminent release
[citadel.git] / citadel / citadel.h
index 23fcc1dba04f7f8c9a8fa2f5aced8b6a22a1eccf..984ba4c6ae2a3ed2a9a5c0363667ec7474441eaf 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * Main Citadel header file
  *
- * Copyright (c) 1987-2012 by the citadel.org team
+ * Copyright (c) 1987-2013 by the citadel.org team
  *
  * This program is open source software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License version 3.
@@ -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      816             /* 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 816             /* Minimum required version of libcitadel */
 
 #define SERVER_TYPE 0                  /* zero for stock Citadel; other developers please
                                           obtain SERVER_TYPE codes for your implementations */
@@ -215,11 +215,6 @@ struct floor {
 #define        NEXT_KEY        15
 #define STOP_KEY       3
 
-/* server exit codes */
-#define EXIT_NORMAL    0               /* server terminated normally */
-                                       /* 1 through 63 reserved for signals */
-#define EXIT_NULL      64              /* EOF on server command input */
-
 /* citadel.rc stuff */
 #define RC_NO          0               /* always no */
 #define RC_YES         1               /* always yes */
@@ -237,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
  */