posix_spawn_file_actions_* tests: Fix module dependencies.
[gnulib.git] / modules / ptsname_r
blob9cd57034041bfbfb92d3907f469c64c3cf5984f9
1 Description:
2 ptsname_r() function: Determine name of the slave side of a pseudo-terminal.
4 Files:
5 lib/ptsname_r.c
6 m4/ptsname_r.m4
8 Depends-on:
9 stdlib
10 extensions
11 isatty          [test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1]
12 stat            [test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1]
13 ttyname_r       [test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1]
15 configure.ac:
16 gl_FUNC_PTSNAME_R
17 if test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1; then
18   AC_LIBOBJ([ptsname_r])
19   gl_PREREQ_PTSNAME_R
21 gl_STDLIB_MODULE_INDICATOR([ptsname_r])
23 Makefile.am:
25 Include:
26 <stdlib.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 Eric Blake