]> granicus.if.org Git - curl/commitdiff
CURLDEBUG not MALLOCDEBUG anymore
authorDaniel Stenberg <daniel@haxx.se>
Fri, 4 Jul 2003 16:37:16 +0000 (16:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 4 Jul 2003 16:37:16 +0000 (16:37 +0000)
tests/libtest/first.c

index ac230b9738b4a2f7b88b72e689e42c84d61b0f31..6b9af9bcf1385c59ddc6fd87397fbf51cec7cc94 100644 (file)
@@ -1,6 +1,6 @@
 #include "test.h"
 
-#ifdef MALLOCDEBUG
+#ifdef CURLDEBUG
 /* provide a proto for this debug function */
 extern void curl_memdebug(const char *);
 #endif
@@ -24,7 +24,7 @@ int main(int argc, char **argv)
 
   fprintf(stderr, "URL: %s\n", URL);
 
-#ifdef MALLOCDEBUG
+#ifdef CURLDEBUG
   curl_memdebug("memdump");
 #endif
   return test(URL);