diff options
author | Yang Tse <yangsita@gmail.com> | 2009-06-12 23:50:33 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2009-06-12 23:50:33 +0000 |
commit | 77da57057ff6eb1282e0b992cb2b17be5a1d88e7 (patch) | |
tree | 9379eb3bc6fb03bb326a4eb69c4dd322ab2dda36 /ares | |
parent | aa1da57c374af7ac368ba28b6419b1cf4797130c (diff) |
Revert last change, it is inappropriate.
Diffstat (limited to 'ares')
-rw-r--r-- | ares/ares_init.c | 2 | ||||
-rw-r--r-- | ares/ares_private.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ares/ares_init.c b/ares/ares_init.c index 5117dfa53..bd29fe94f 100644 --- a/ares/ares_init.c +++ b/ares/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 DEBUGBUILD +#ifdef CURLDEBUG const char *env = getenv("CARES_MEMDEBUG"); if (env) diff --git a/ares/ares_private.h b/ares/ares_private.h index f1b80995b..c84a1d0b3 100644 --- a/ares/ares_private.h +++ b/ares/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 DEBUGBUILD +#ifdef CURLDEBUG /* 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 |