copysignl tests: Avoid failure on Solaris 11.4.
[gnulib.git] / modules / openpty
bloba5f5cf84ddc5291b2db65888630138217c147b6b
1 Description:
2 openpty() function: Open a pseudo-terminal.
4 Files:
5 lib/openpty.c
6 m4/pty.m4
8 Depends-on:
9 pty
10 extensions
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]
15 configure.ac:
16 gl_FUNC_OPENPTY
17 gl_CONDITIONAL([GL_COND_OBJ_OPENPTY],
18                [test $HAVE_OPENPTY = 0 || test $REPLACE_OPENPTY = 1])
19 gl_PTY_MODULE_INDICATOR([openpty])
21 Makefile.am:
22 if GL_COND_OBJ_OPENPTY
23 lib_SOURCES += openpty.c
24 endif
26 Include:
27 <pty.h>
29 Link:
30 $(PTY_LIB)
32 License:
33 LGPLv2+
35 Maintainer:
36 Simon Josefsson