]> code.citadel.org Git - citadel.git/blobdiff - citadel/sysconfig.h
These are the changes to eliminate most of the arbitrary limits in the
[citadel.git] / citadel / sysconfig.h
index 49eb103fcf32ecb1d85dd40cef32880df4ffdcb4..ee1ccac687d73aef5e6bf0307185f53776d987e4 100644 (file)
@@ -19,7 +19,7 @@
  * your system, define CHATLOG to the filename to be saved to.  Otherwise,
  * set CHATLOG to "/dev/null".
  */
-#define CHATLOG                "./chat.log"
+#define CHATLOG                "/dev/null"
 
 /*
  * SLEEPING refers to the watchdog timer.  If a user sits idle without typing
 /* 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 ***/