aboutsummaryrefslogtreecommitdiff
path: root/lib/setup.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-10-26 21:59:54 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-10-26 21:59:54 +0000
commitf6daff475fe7622589b901532159a113e1013c3f (patch)
treedcf7d8137dbf93c5e634b5e67e8990deefc40b8c /lib/setup.h
parent9d0d8280e984ca265bb61f075020d85e9a5b9ad8 (diff)
removed old unused getpass() leftovers
Diffstat (limited to 'lib/setup.h')
-rw-r--r--lib/setup.h9
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 */