summaryrefslogtreecommitdiff
path: root/ares_private.h
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_private.h
parente8e01acc8e7235e6524aa3d04f197a0b1e3ccebf (diff)
downloadc-ares-51a10c962ab7399ba2b17311762c04141becfbde.tar.gz
c-ares-51a10c962ab7399ba2b17311762c04141becfbde.tar.bz2
c-ares-51a10c962ab7399ba2b17311762c04141becfbde.zip
Replace CURLDEBUG with DEBUGBUILD.
Diffstat (limited to 'ares_private.h')
-rw-r--r--ares_private.h2
1 files changed, 1 insertions, 1 deletions
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