summaryrefslogtreecommitdiff
path: root/ares_init.c
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2009-06-12 14:15:13 +0000
committerGisle Vanem <gvanem@broadpark.no>2009-06-12 14:15:13 +0000
commit51a10c962ab7399ba2b17311762c04141becfbde (patch)
treeab15b51e10e6d8ed20a0f34a117a3828a6f439f1 /ares_init.c
parente8e01acc8e7235e6524aa3d04f197a0b1e3ccebf (diff)
downloadc-ares-51a10c962ab7399ba2b17311762c04141becfbde.tar.gz
c-ares-51a10c962ab7399ba2b17311762c04141becfbde.tar.bz2
c-ares-51a10c962ab7399ba2b17311762c04141becfbde.zip
Replace CURLDEBUG with DEBUGBUILD.
Diffstat (limited to 'ares_init.c')
-rw-r--r--ares_init.c2
1 files changed, 1 insertions, 1 deletions
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)