aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2003-07-29 11:07:38 +0000
committerDaniel Stenberg <daniel@haxx.se>2003-07-29 11:07:38 +0000
commit5f8989a436b508faf0b439778f1e05550a7b363d (patch)
tree1e4d25cb147d502f21d75b70687edcf7dda04b72 /src
parentaa7b0648ffd87636e520e2dc7363189f2695a7b8 (diff)
CURLDEBUG not MALLOCDEBUG
Diffstat (limited to 'src')
-rw-r--r--src/setup.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/setup.h b/src/setup.h
index 1533cba2b..4d49190a8 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -48,8 +48,8 @@
#endif
#endif
-#ifdef MALLOCDEBUG
-/* This is an ugly hack for MALLOCDEBUG conditions only. We need to include
+#ifdef CURLDEBUG
+/* This is an ugly hack for CURLDEBUG conditions only. We need to include
the file here, since it might set the _FILE_OFFSET_BITS define, which must
be set BEFORE all normal system headers. */
#include "../lib/setup.h"