* Changed module loading path to simply "modules" because after calling
[citadel.git] / citadel / server.h
index cf76cb14a587593c9199fa32d9d1776c0afe370b..72fdb8b801827c7aa103443f6e281ebf17eebc8a 100644 (file)
@@ -4,7 +4,7 @@ typedef pthread_t THREAD;
 /* Uncomment this if you want to track memory leaks.
  * (Don't do this unless you're a developer!)
  */
-#define DEBUG_MEMORY_LEAKS
+/* #define DEBUG_MEMORY_LEAKS */
 
 struct ExpressMessage {
        struct ExpressMessage *next;