2 openpty() function: Open a pseudo-terminal.
11 fcntl-h [test $HAVE_OPENPTY = 0 || test $REPLACE_OPENPTY = 1]
12 posix_openpt [test $HAVE_OPENPTY = 0 || test $REPLACE_OPENPTY = 1]
13 ioctl [test $HAVE_OPENPTY = 0 || test $REPLACE_OPENPTY = 1]
17 if test $HAVE_OPENPTY = 0 || test $REPLACE_OPENPTY = 1; then
20 gl_PTY_MODULE_INDICATOR([openpty])