--- deliantra/server/include/config.h 2006/12/11 19:46:46 1.22 +++ deliantra/server/include/config.h 2006/12/13 02:55:50 1.23 @@ -335,7 +335,6 @@ * backlogged messages. * TMPDIR - directory to use for temp files * UNIQUE_DIR - directory to put unique item files into - * USE_CALLOC for some memory requests *********************************************************************** */ @@ -540,21 +539,6 @@ #define UNIQUE_DIR "unique-items" /* - * If undefined, malloc is always used. - * It looks like this can be oboleted. However, it can be useful to - * track down some bugs, as it will make sure that the entire data structure - * is set to 0, at the expense of speed. - * Rupert Goldie has run Purify against the code, and if this is disabled, - * apparantly there are a lot of uninitialized memory reads - I haven't - * seen any problem (maybe the memory reads are copies, and the destination - * doesn't actually use the garbage values either?), but the impact on speed - * of using this probably isn't great, and should make things more stable. - * Msw 8-9-97 - */ -#define USE_CALLOC - - -/* * These define the players starting map and location on that map, and where * emergency saves are defined. This should be left as is unless you make * major changes to the map.