/* this is dmalloc.h.2 */ /* produced by configure, inserted into dmalloc.h */ /* const is not available */ #ifndef const #define const #endif /* strdup is not a macro */ #undef DMALLOC_STRDUP_MACRO /* * the definition of DMALLOC_SIZE * * NOTE: some architectures have malloc, realloc, etc. * using unsigned instead of unsigned long. You may * have to edit this by hand to fix any compilation * warnings or errors. */ /* no include file needed */ #define DMALLOC_SIZE unsigned long /* * We use stdarg.h for the dmalloc_message and * dmalloc_vmessage functions. */ #include #define DMALLOC_STDARG 1