Replace CURLDEBUG with DEBUGBUILD.

This commit is contained in:
Gisle Vanem
2009-06-12 14:15:13 +00:00
parent c2ce2aa4de
commit aa1da57c37
2 changed files with 2 additions and 2 deletions

View File

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