view modules/getpass-gnu @ 17362:7a2e583edf71

check for (erroneous) ftp-upload.gnu.org
author Karl Berry <karl@freefriends.org>
date Tue, 19 Mar 2013 10:47:12 -0700
parents b15151b8de0d
children 8f0926fb0cfe
line wrap: on
line source

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