]> granicus.if.org Git - curl/commitdiff
CURLDEBUG not MALLOCDEBUG
authorDaniel Stenberg <daniel@haxx.se>
Tue, 29 Jul 2003 11:07:38 +0000 (11:07 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 29 Jul 2003 11:07:38 +0000 (11:07 +0000)
src/setup.h

index 1533cba2bf042858776c10c20f44cb243adf2dfd..4d49190a8ec18cb86b8a1306b22a470175c81df0 100644 (file)
@@ -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"