verify: new macro 'assume'
[gnulib.git] / modules / grantpt
1 Description:
2 grantpt() function: Acquire ownership of the slave side of a pseudo-terminal.
3
4 Files:
5 lib/grantpt.c
6 lib/pty-private.h
7 m4/grantpt.m4
8
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]
15
16 configure.ac:
17 gl_FUNC_GRANTPT
18 if test $HAVE_GRANTPT = 0; then
19   AC_LIBOBJ([grantpt])
20   gl_PREREQ_GRANTPT
21 fi
22 gl_STDLIB_MODULE_INDICATOR([grantpt])
23
24 Makefile.am:
25
26 Include:
27 <stdlib.h>
28
29 License:
30 LGPLv2+
31
32 Maintainer:
33 Bruno Haible