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.
This commit is contained in:
Daniel Stenberg 2004-12-25 22:08:02 +00:00
parent 695f95aad1
commit 7ef6b05ef1
4 changed files with 162 additions and 177 deletions

View file

@ -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. */