maint: fts.c: remove #if-0'd FTS_WHITEOUT code
[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 if test $HAVE_GRANTPT = 0; then
18   AC_LIBOBJ([grantpt])
19   gl_PREREQ_GRANTPT
20 fi
21 gl_STDLIB_MODULE_INDICATOR([grantpt])
22
23 Makefile.am:
24
25 Include:
26 <stdlib.h>
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible