projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa7b064
)
CURLDEBUG not MALLOCDEBUG
author
Daniel Stenberg
<daniel@haxx.se>
Tue, 29 Jul 2003 11:07:38 +0000
(11:07 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Tue, 29 Jul 2003 11:07:38 +0000
(11:07 +0000)
src/setup.h
patch
|
blob
|
history
diff --git
a/src/setup.h
b/src/setup.h
index
1533cba
..
4d49190
100644
(file)
--- a/
src/setup.h
+++ b/
src/setup.h
@@
-48,8
+48,8
@@
#endif
#endif
-#ifdef
MALLOC
DEBUG
-/* This is an ugly hack for
MALLOC
DEBUG conditions only. We need to include
+#ifdef
CURL
DEBUG
+/* This is an ugly hack for
CURL
DEBUG 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"