These are the changes to eliminate most of the arbitrary limits in the
[citadel.git] / citadel / sysconfig.h
index 375439b9f138a057081c036f2a5eeed7081403b0..ee1ccac687d73aef5e6bf0307185f53776d987e4 100644 (file)
 /* You may NOT change these values once you set up your system.            */
 #define MAXROOMS       128             /* Number of rooms in system        */
 #define MAXFLOORS      16              /* Do not set higher than 127       */
-#define MAILSLOTS      35              /* Number of mail slots per user    */
-#define MSGSPERRM      150             /* Messages per room                */
-#define CALLLOG                1000            /* Number of entries in call log    */
-/* Do not set MAILSLOTS higher than MSGSPERRM                              */
-
-/* These may be changed at any time. */
-#define MAXUCACHE      10              /* Entries in server user cache     */
-
 
 /*** END OF STRUCTURE SIZE VARIABLES ***/