X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fgetpass;h=c1cbc255747408aef6c46a639edb7412a450ad7c;hb=5556cec1e3f87122e1b0e7bf82f1f75c57219a21;hp=fb5aa9d7b3f17aab636e226b6db0f4730970e00c;hpb=6f99528a90dc8e6beb07ac5ced73770ed82a0830;p=gnulib.git diff --git a/modules/getpass b/modules/getpass index fb5aa9d7b..c1cbc2557 100644 --- a/modules/getpass +++ b/modules/getpass @@ -2,20 +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 -