diff options
author | Daniel Stenberg <daniel@haxx.se> | 2003-06-26 11:22:12 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2003-06-26 11:22:12 +0000 |
commit | 308bc9d919d57388f269c473778ea7f6a331d1c5 (patch) | |
tree | cbcdaba66dd023ac5e1f12cd25ca70a33e5a60c1 /lib/getenv.c | |
parent | db566c54ae2529aa7af4073cc9834688f7ef4cdf (diff) | |
download | curl-308bc9d919d57388f269c473778ea7f6a331d1c5.tar.gz |
use CURLDEBUG instead of MALLOCDEBUG for preprocessor conditions
Diffstat (limited to 'lib/getenv.c')
-rw-r--r-- | lib/getenv.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/getenv.c b/lib/getenv.c index f5459072c..09749fde5 100644 --- a/lib/getenv.c +++ b/lib/getenv.c @@ -35,7 +35,7 @@ #include <unixlib.h> #endif -#ifdef MALLOCDEBUG +#ifdef CURLDEBUG #include "memdebug.h" #endif |