repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
getpass-gnu
blob
2c9f76e3ffbc1bd151d6b9db976f6156ffacda27
1
Description:
2
getpass() function: read a password of arbitrary length from /dev/tty.
3
4
Files:
5
lib/getpass.h
6
lib/getpass.c
7
m4/getpass.m4
8
9
Depends-on:
10
getpass
11
12
configure.ac:
13
gl_FUNC_GETPASS_GNU
14
if test $HAVE_GETPASS = 0 || test $REPLACE_GETPASS = 1; then
15
AC_LIBOBJ([getpass])
16
gl_PREREQ_GETPASS
17
fi
18
gl_UNISTD_MODULE_INDICATOR([getpass])
19
20
Makefile.am:
21
22
Include:
23
<unistd.h>
24
25
License:
26
LGPL
27
28
Maintainer:
29
Jim Meyering, glibc