1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-06 05:30:08 +00:00

Revert last change, it is inappropriate.

This commit is contained in:
Yang Tse
2009-06-12 23:50:33 +00:00
parent 51a10c962a
commit ea46b347bb
2 changed files with 2 additions and 2 deletions

View File

@ -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