--- deliantra/server/include/util.h 2008/04/15 03:16:02 1.68 +++ deliantra/server/include/util.h 2008/04/18 23:43:59 1.69 @@ -23,7 +23,7 @@ #define UTIL_H__ #define DEBUG_SALLOC 0 -#define PREFER_MALLOC 1 +#define PREFER_MALLOC 0 #if __GNUC__ >= 3 # define is_constant(c) __builtin_constant_p (c)