Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / getpass
blob7e73451eb44d45242e73a7e559c66a6d28140771
1 Description:
2 getpass() function: read a password from /dev/tty.
4 Files:
5 lib/getpass.h
6 lib/getpass.c
7 m4/getpass.m4
9 Depends-on:
10 unistd
11 extensions
12 fseeko
13 getline
14 stdbool
15 strdup-posix
17 configure.ac:
18 gl_FUNC_GETPASS
19 if test $HAVE_GETPASS = 0 || test $REPLACE_GETPASS = 1; then
20   AC_LIBOBJ([getpass])
21   gl_PREREQ_GETPASS
23 gl_UNISTD_MODULE_INDICATOR([getpass])
25 Makefile.am:
27 Include:
28 <unistd.h>
30 License:
31 LGPLv2+
33 Maintainer:
34 Jim Meyering, glibc