X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetpass;h=1d69183b1a7f0a79a57b30330d624a7db6656782;hb=9cbe01652c7870c312774f34c6031d13d69f39d7;hp=da7abf67254f609a6253497944eb6cacab6e349d;hpb=740e9a30efda7c5323b31860c249b2d9f778209c;p=gnulib.git diff --git a/modules/getpass b/modules/getpass index da7abf672..1d69183b1 100644 --- a/modules/getpass +++ b/modules/getpass @@ -1,17 +1,27 @@ Description: +getpass() function: read a password from /dev/tty. Files: +lib/getpass.h lib/getpass.c m4/getpass.m4 Depends-on: -unlocked-io getline +stdbool configure.ac: gl_FUNC_GETPASS Makefile.am: +lib_SOURCES += getpass.h Include: +"getpass.h" + +License: +LGPL + +Maintainer: +Jim Meyering, glibc