verify: new macro 'assume'
[gnulib.git] / modules / getpass
1 Description:
2 getpass() function: read a password from /dev/tty.
3
4 Files:
5 lib/getpass.h
6 lib/getpass.c
7 m4/getpass.m4
8
9 Depends-on:
10 extensions
11 fseeko
12 getline
13 stdbool
14 strdup-posix
15
16 configure.ac:
17 gl_FUNC_GETPASS
18 if test $HAVE_GETPASS = 0; then
19   AC_LIBOBJ([getpass])
20   gl_PREREQ_GETPASS
21 fi
22
23 Makefile.am:
24
25 Include:
26 "getpass.h"
27
28 License:
29 LGPLv2+
30
31 Maintainer:
32 Jim Meyering, glibc