Merge branch 'stable'
[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 ttyname_r       [test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1]
12
13 configure.ac:
14 gl_FUNC_PTSNAME_R
15 if test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1; then
16   AC_LIBOBJ([ptsname_r])
17   gl_PREREQ_PTSNAME_R
18 fi
19 gl_STDLIB_MODULE_INDICATOR([ptsname_r])
20
21 Makefile.am:
22
23 Include:
24 <stdlib.h>
25
26 License:
27 LGPLv2+
28
29 Maintainer:
30 Bruno Haible, Eric Blake