turn on dmalloc function checking

This commit is contained in:
Doug MacEachern 2005-11-10 01:23:15 +00:00
parent 95a824c653
commit 56b41b34df
1 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,8 @@
#endif #endif
#ifdef DMALLOC #ifdef DMALLOC
#define _MEMORY_H /* exclude memory.h on solaris */
#define DMALLOC_FUNC_CHECK
#include <dmalloc.h> #include <dmalloc.h>
#endif #endif