mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-14 14:01:48 +03:00
* 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.
31 lines
370 B
Plaintext
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
|