1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-14 14:01:48 +03:00
Files
gnulib/modules/getpass-gnu
Bruno Haible 4d1af83a4c getpass-gnu: Move AC_LIBOBJ invocations to module description.
* m4/getpass.m4 (gl_FUNC_GETPASS_GNU): Set REPLACE_GETPASS. Move
AC_LIBOBJ and gl_PREREQ_GETPASS invocations from here...
* modules/getpass-gnu (configure.ac): ... to here.
2011-06-16 00:06:08 +02:00

31 lines
370 B
Plaintext

Description:
getpass() function: read a password of arbitrary length from /dev/tty.
Files:
lib/getpass.h
lib/getpass.c
m4/getpass.m4
Depends-on:
fseeko
getline
stdbool
configure.ac:
gl_FUNC_GETPASS_GNU
if test $REPLACE_GETPASS = 1; then
AC_LIBOBJ([getpass])
gl_PREREQ_GETPASS
fi
Makefile.am:
Include:
"getpass.h"
License:
LGPL
Maintainer:
Jim Meyering, glibc