* stdbit_h.m4: Fix first-line comment.
[gnulib.git] / modules / getpass-gnu
blobe939cf2617c48065fb093472f7c6d4bd39120d76
1 Description:
2 getpass() function: read a password of arbitrary length from /dev/tty.
4 Files:
5 lib/getpass.h
6 lib/getpass.c
7 m4/getpass.m4
8 m4/tcgetattr.m4
10 Depends-on:
11 getpass
13 configure.ac:
14 gl_FUNC_GETPASS_GNU
15 if test $HAVE_GETPASS = 0 || test $REPLACE_GETPASS_FOR_GETPASS_GNU = 1; then
16   AC_LIBOBJ([getpass])
17   gl_PREREQ_GETPASS
19 gl_UNISTD_MODULE_INDICATOR([getpass-gnu])
21 Makefile.am:
23 Include:
24 <unistd.h>
26 License:
27 LGPL
29 Maintainer:
30 Jim Meyering, glibc