mirror of
https://github.com/curl/curl.git
synced 2026-08-04 18:06:17 +03:00
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:
parent
695f95aad1
commit
7ef6b05ef1
4 changed files with 162 additions and 177 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue