use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions

This commit is contained in:
Daniel Stenberg
2003-06-26 11:22:12 +00:00
parent db566c54ae
commit 308bc9d919
20 changed files with 33 additions and 30 deletions

View File

@@ -73,7 +73,7 @@
#endif
/* The last #include file should be: */
#ifdef MALLOCDEBUG
#ifdef CURLDEBUG
#include "memdebug.h"
#endif