From 69eb1790dae94ad879782de1c2ad2f53ff920e23 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 26 Jun 2003 11:34:36 +0000 Subject: CURLDEBUG is the symbol to use, no longer MALLOCDEBUG --- src/urlglob.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/urlglob.c b/src/urlglob.c index 85e4fd029..b7c84a7f6 100644 --- a/src/urlglob.c +++ b/src/urlglob.c @@ -31,7 +31,7 @@ #include #include "urlglob.h" -#ifdef MALLOCDEBUG +#ifdef CURLDEBUG #include "../lib/memdebug.h" #endif -- cgit v1.2.3