strtod: Remove check for strtod, unless supporting old platforms.
[pspp] / modules / getpass
index fb5aa9d7b3f17aab636e226b6db0f4730970e00c..161c151273d4bd68c78a127bc2c19c310faf79c9 100644 (file)
@@ -2,12 +2,16 @@ 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
@@ -15,7 +19,10 @@ gl_FUNC_GETPASS
 Makefile.am:
 
 Include:
+"getpass.h"
+
+License:
+LGPLv2+
 
 Maintainer:
 Jim Meyering, glibc
-