diff options
-rw-r--r-- | lib/setup.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/lib/setup.h b/lib/setup.h index ecb3dd5b0..a434cac3e 100644 --- a/lib/setup.h +++ b/lib/setup.h @@ -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 */ |