]> granicus.if.org Git - curl/commitdiff
CURLDEBUG is the symbol to use, no longer MALLOCDEBUG
authorDaniel Stenberg <daniel@haxx.se>
Thu, 26 Jun 2003 11:34:36 +0000 (11:34 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 26 Jun 2003 11:34:36 +0000 (11:34 +0000)
src/urlglob.c

index 85e4fd02917d34c2ba88af6d06349571caadd5c1..b7c84a7f636741e83c0b7d37a13d72d824320856 100644 (file)
@@ -31,7 +31,7 @@
 #include <curl/curl.h>
 #include "urlglob.h"
 
-#ifdef MALLOCDEBUG
+#ifdef CURLDEBUG
 #include "../lib/memdebug.h"
 #endif