diff --git a/lib/setup.h b/lib/setup.h index ecb3dd5b0653bb0a439f9a06f111854eba7cc479..a434cac3eb74eaeeacdc7fc1fc604346ba69e7b6 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 */