From: Gisle Vanem Date: Fri, 12 Jun 2009 14:15:13 +0000 (+0000) Subject: Replace CURLDEBUG with DEBUGBUILD. X-Git-Tag: upstream/1.10.0~485 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=51a10c962ab7399ba2b17311762c04141becfbde;p=platform%2Fupstream%2Fc-ares.git Replace CURLDEBUG with DEBUGBUILD. --- diff --git a/ares_init.c b/ares_init.c index bd29fe9..5117dfa 100644 --- a/ares_init.c +++ b/ares_init.c @@ -119,7 +119,7 @@ int ares_init_options(ares_channel *channelptr, struct ares_options *options, struct server_state *server; struct timeval now; -#ifdef CURLDEBUG +#ifdef DEBUGBUILD const char *env = getenv("CARES_MEMDEBUG"); if (env) diff --git a/ares_private.h b/ares_private.h index c84a1d0..f1b8099 100644 --- a/ares_private.h +++ b/ares_private.h @@ -337,7 +337,7 @@ long ares__tvdiff(struct timeval t1, struct timeval t2); (c)->sock_state_cb((c)->sock_state_cb_data, (s), (r), (w)); \ } while (0) -#ifdef CURLDEBUG +#ifdef DEBUGBUILD /* This is low-level hard-hacking memory leak tracking and similar. Using the libcurl lowlevel code from within library is ugly and only works when c-ares is built and linked with a similarly debug-build libcurl, but we do