malloc-h: New module.
[gnulib.git] / modules / getpass
blob74d781aff2a29df1033364f747fb42accba222e2
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 unistd
11 extensions
12 fopen-gnu
13 fseeko
14 getline
15 stdbool
16 strdup-posix
18 configure.ac:
19 gl_FUNC_GETPASS
20 if test $HAVE_GETPASS = 0 || test $REPLACE_GETPASS = 1; then
21   AC_LIBOBJ([getpass])
22   gl_PREREQ_GETPASS
24 gl_UNISTD_MODULE_INDICATOR([getpass])
26 Makefile.am:
28 Include:
29 <unistd.h>
31 License:
32 LGPLv2+
34 Maintainer:
35 Jim Meyering, glibc