added missing dependencies to fix failing unistr/ tests
[gnulib.git] / modules / getpass
index da7abf6..7dba7e6 100644 (file)
@@ -1,12 +1,16 @@
 Description:
+getpass() function: read a password from /dev/tty.
 
 Files:
+lib/getpass.h
 lib/getpass.c
 m4/getpass.m4
 
 Depends-on:
-unlocked-io
+fseeko
 getline
+stdbool
+strdup-posix
 
 configure.ac:
 gl_FUNC_GETPASS
@@ -14,4 +18,10 @@ gl_FUNC_GETPASS
 Makefile.am:
 
 Include:
+"getpass.h"
 
+License:
+LGPLv2+
+
+Maintainer:
+Jim Meyering, glibc