/* ------------------------------------------------------------------------ @NAME : my_dmalloc.h @DESCRIPTION: Tiny header file to possibly include (ie. the "real thing"), depending on the DMALLOC preprocessor token. @CREATED : 1997/09/06, Greg Ward @MODIFIED : @VERSION : $Id: my_dmalloc.h 6328 2008-10-08 21:07:28Z ambs $ -------------------------------------------------------------------------- */ #ifndef MY_DMALLOC_H #define MY_DMALLOC_H #ifdef DMALLOC # include #endif #endif /* MY_DMALLOC_H */