Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / grantpt
blob38675b6fb5c786da56b149fcb4442ffe69e3bf00
1 Description:
2 grantpt() function: Acquire ownership of the slave side of a pseudo-terminal.
4 Files:
5 lib/grantpt.c
6 lib/pty-private.h
7 m4/grantpt.m4
9 Depends-on:
10 stdlib
11 extensions
12 pt_chown        [test $HAVE_GRANTPT = 0]
13 waitpid         [test $HAVE_GRANTPT = 0]
14 configmake      [test $HAVE_GRANTPT = 0]
16 configure.ac:
17 gl_FUNC_GRANTPT
18 if test $HAVE_GRANTPT = 0; then
19   AC_LIBOBJ([grantpt])
20   gl_PREREQ_GRANTPT
22 gl_STDLIB_MODULE_INDICATOR([grantpt])
24 Makefile.am:
26 Include:
27 <stdlib.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 all