mirror of
https://github.com/curl/curl.git
synced 2026-07-08 09:47:20 +03:00
removed old unused getpass() leftovers
This commit is contained in:
parent
9d0d8280e9
commit
f6daff475f
1 changed files with 0 additions and 9 deletions
|
|
@ -162,13 +162,4 @@ int fileno( FILE *stream);
|
|||
|
||||
#endif
|
||||
|
||||
/*
|
||||
* FIXME: code for getting a passwd in windows/non termcap/signal systems?
|
||||
*/
|
||||
#ifndef WIN32
|
||||
#define get_password(x) getpass(x)
|
||||
#else
|
||||
#define get_password(x)
|
||||
#endif
|
||||
|
||||
#endif /* __CONFIG_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue