2 ptsname_r() function: Determine name of the slave side of a pseudo-terminal.
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]
16 if test $HAVE_PTSNAME_R = 0 || test $REPLACE_PTSNAME_R = 1; then
17 AC_LIBOBJ([ptsname_r])
20 gl_STDLIB_MODULE_INDICATOR([ptsname_r])