Merge getpass from libc, plus a few fixes.
[gnulib.git] / modules / getpass
1 Description:
2 getpass() function: read a password from /dev/tty.
3
4 Files:
5 lib/getpass.c
6 m4/getpass.m4
7
8 Depends-on:
9 unlocked-io
10 getline
11 stdbool
12
13 configure.ac:
14 gl_FUNC_GETPASS
15
16 Makefile.am:
17
18 Include:
19
20 Maintainer:
21 Jim Meyering, glibc
22