Avoid unnecessary compilation units, through conditional dependencies.
[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 m4/grantpt.m4
7
8 Depends-on:
9 stdlib
10 extensions
11 pt_chown        [test $HAVE_GRANTPT = 0]
12 waitpid         [test $HAVE_GRANTPT = 0]
13 configmake      [test $HAVE_GRANTPT = 0]
14
15 configure.ac:
16 gl_FUNC_GRANTPT
17 gl_STDLIB_MODULE_INDICATOR([grantpt])
18
19 Makefile.am:
20
21 Include:
22 <stdlib.h>
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible