havelib: Fix for Solaris 11 OpenIndiana and Solaris 11 OmniOS.
[gnulib.git] / modules / getpass-gnu
blob2c9f76e3ffbc1bd151d6b9db976f6156ffacda27
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
9 Depends-on:
10 getpass
12 configure.ac:
13 gl_FUNC_GETPASS_GNU
14 if test $HAVE_GETPASS = 0 || test $REPLACE_GETPASS = 1; then
15   AC_LIBOBJ([getpass])
16   gl_PREREQ_GETPASS
18 gl_UNISTD_MODULE_INDICATOR([getpass])
20 Makefile.am:
22 Include:
23 <unistd.h>
25 License:
26 LGPL
28 Maintainer:
29 Jim Meyering, glibc