summaryrefslogtreecommitdiff
path: root/src/setup.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-12-25 22:08:02 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-12-25 22:08:02 +0000
commit7ef6b05ef1af3475ce0bd5a9d88366c70c390ee8 (patch)
tree78642214b313285baea5a1b4ee3a889ccaed331e /src/setup.h
parent695f95aad19f742286ed0e725c4dcc1f1807c59f (diff)
downloadcurl-7ef6b05ef1af3475ce0bd5a9d88366c70c390ee8.tar.gz
My reimplementation and cleanup of the getpass source code. We officially no
longer use Angus Mackay's getpass code due to the weirdo license his code was donated to us under.
Diffstat (limited to 'src/setup.h')
-rw-r--r--src/setup.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup.h b/src/setup.h
index 288a01220..b9b2283d0 100644
--- a/src/setup.h
+++ b/src/setup.h
@@ -49,7 +49,7 @@
#endif
#endif
-#ifdef CURLDEBUG
+#if defined(CURLDEBUG) && defined(CURLTOOLDEBUG)
/* 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. */