From 8f43ef8656551cb63662a397521e5748ec995d4e Mon Sep 17 00:00:00 2001 From: Rick L Bird Date: Sun, 17 Apr 2011 01:48:22 -0400 Subject: [PATCH] Default malloc changed to system --- options.h.dist | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/options.h.dist b/options.h.dist index 5f6e7bf..a713edb 100644 --- a/options.h.dist +++ b/options.h.dist @@ -47,10 +47,8 @@ * Otherwise, similar to CSRI malloc. * 3, 4, 6 -- Same as 0, kept for compatibility. * - * Note: For CobraMUSH CSRI seems to work the best. - * It seems to be the best one recommended for use. */ -#define MALLOC_PACKAGE 1 +#define MALLOC_PACKAGE 0 /* What type of attribute compression should the MUSH use? * Your options are: -- 2.30.2