view modules/getpass-gnu @ 17111:b8250ce33952

hash-pjw: relax license to LGPLv2+ * modules/hash-pjw (License): Relax, with consent of author.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 26 Sep 2012 20:12:57 -0700
parents b15151b8de0d
children
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