xfreopen: fix typo: s/frepoen/freopen/
[gnulib/ericb.git] / modules / ptsname_r
blob0f8ff9389713adf7ca8bacf087862b550ef56ac8
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 ttyname_r       [test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1]
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
20 gl_STDLIB_MODULE_INDICATOR([ptsname_r])
22 Makefile.am:
24 Include:
25 <stdlib.h>
27 License:
28 LGPLv2+
30 Maintainer:
31 Bruno Haible, Eric Blake