view modules/getpass-gnu @ 16029:4d5243b3434e

renameat: Optimize code size. * modules/renameat (configure.ac): Don't compile at-func2.c if REPLACE_RENAMEAT is 1.
author Bruno Haible <bruno@clisp.org>
date Fri, 04 Nov 2011 18:13:22 +0100
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