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