verify: new macro 'assume'
[gnulib.git] / modules / getpass-gnu
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 fseeko
11 getline
12 stdbool
13
14 configure.ac:
15 gl_FUNC_GETPASS_GNU
16 if test $REPLACE_GETPASS = 1; then
17   AC_LIBOBJ([getpass])
18   gl_PREREQ_GETPASS
19 fi
20
21 Makefile.am:
22
23 Include:
24 "getpass.h"
25
26 License:
27 LGPL
28
29 Maintainer:
30 Jim Meyering, glibc