1Description:
2getpass() function: read a password of arbitrary length from /dev/tty.
3
4Files:
5lib/getpass.h
6lib/getpass.c
7m4/getpass.m4
8
9Depends-on:
10fseeko
11getline
12stdbool
13
14configure.ac:
15gl_FUNC_GETPASS_GNU
16if test $REPLACE_GETPASS = 1; then
17  AC_LIBOBJ([getpass])
18  gl_PREREQ_GETPASS
19fi
20
21Makefile.am:
22
23Include:
24"getpass.h"
25
26License:
27LGPL
28
29Maintainer:
30Jim Meyering, glibc
31