removed old unused getpass() leftovers
This commit is contained in:
parent
9d0d8280e9
commit
f6daff475f
@ -162,13 +162,4 @@ int fileno( FILE *stream);
|
|||||||
|
|
||||||
#endif
|
#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 */
|
#endif /* __CONFIG_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user