projects
/
platform
/
upstream
/
curl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d0d828
)
removed old unused getpass() leftovers
author
Daniel Stenberg
<daniel@haxx.se>
Thu, 26 Oct 2000 21:59:54 +0000
(21:59 +0000)
committer
Daniel Stenberg
<daniel@haxx.se>
Thu, 26 Oct 2000 21:59:54 +0000
(21:59 +0000)
lib/setup.h
patch
|
blob
|
history
diff --git
a/lib/setup.h
b/lib/setup.h
index
ecb3dd5
..
a434cac
100644
(file)
--- 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 */