verify: new macro 'assume'
[gnulib.git] / modules / ptsname_r
1 Description:
2 ptsname_r() function: Determine name of the slave side of a pseudo-terminal.
3
4 Files:
5 lib/ptsname_r.c
6 m4/ptsname_r.m4
7
8 Depends-on:
9 stdlib
10 extensions
11 isatty          [test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1]
12 ttyname_r       [test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1]
13
14 configure.ac:
15 gl_FUNC_PTSNAME_R
16 if test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1; then
17   AC_LIBOBJ([ptsname_r])
18   gl_PREREQ_PTSNAME_R
19 fi
20 gl_STDLIB_MODULE_INDICATOR([ptsname_r])
21
22 Makefile.am:
23
24 Include:
25 <stdlib.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 Bruno Haible, Eric Blake