X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetpass;h=c1cbc255747408aef6c46a639edb7412a450ad7c;hb=5a448a463a290b59549f2ee1cf6c1b01a6043f45;hp=891f8dbae57d74f0f92980e55417c8f82df870ab;hpb=2e82f91f46dc3f93963b1e4fdcbc441c129df213;p=gnulib.git diff --git a/modules/getpass b/modules/getpass index 891f8dbae..c1cbc2557 100644 --- a/modules/getpass +++ b/modules/getpass @@ -2,17 +2,31 @@ Description: getpass() function: read a password from /dev/tty. Files: +lib/getpass.h lib/getpass.c m4/getpass.m4 Depends-on: -unlocked-io +extensions +fseeko getline +stdbool +strdup-posix configure.ac: gl_FUNC_GETPASS +if test $HAVE_GETPASS = 0; then + AC_LIBOBJ([getpass]) + gl_PREREQ_GETPASS +fi Makefile.am: Include: +"getpass.h" +License: +LGPLv2+ + +Maintainer: +Jim Meyering, glibc