Support programs like Emacs that use gnulib but not gettext.
[pspp] / modules / getpass-gnu
index 01c26869e79c85f3d957f1ed0d303777b0c085cc..13397ae988a2d62cb9d002646a84c37220e74712 100644 (file)
@@ -2,12 +2,13 @@ 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
 getline
+stdbool
 
 configure.ac:
 gl_FUNC_GETPASS_GNU
@@ -15,6 +16,10 @@ gl_FUNC_GETPASS_GNU
 Makefile.am:
 
 Include:
+"getpass.h"
+
+License:
+LGPL
 
 Maintainer:
 Jim Meyering, glibc