(gl_UTIMENS): Check for futimes function.
[gnulib.git] / modules / getpass
index da7abf6..1d69183 100644 (file)
@@ -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