X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetpass-gnu;h=cd83015ee6ac6f0005ca15cc6cece7c6ecab3f9f;hb=232b64ac929c3675c345d1b6003fc7ad725840a3;hp=01c26869e79c85f3d957f1ed0d303777b0c085cc;hpb=efee4704ced5fdacd061c03babd11a184d62ca03;p=gnulib.git diff --git a/modules/getpass-gnu b/modules/getpass-gnu index 01c26869e..cd83015ee 100644 --- a/modules/getpass-gnu +++ b/modules/getpass-gnu @@ -2,20 +2,29 @@ Description: getpass() function: read a password of arbitrary length from /dev/tty. Files: +lib/getpass.h lib/getpass.c m4/getpass.m4 Depends-on: -unlocked-io +fseeko getline +stdbool configure.ac: gl_FUNC_GETPASS_GNU +if test $REPLACE_GETPASS = 1; then + AC_LIBOBJ([getpass]) + gl_PREREQ_GETPASS +fi Makefile.am: Include: +"getpass.h" + +License: +LGPL Maintainer: Jim Meyering, glibc -