strtoumax: fix typo in previous commit.
[gnulib.git] / modules / openpty
1 Description:
2 openpty() function: Open a pseudo-terminal.
3
4 Files:
5 lib/openpty.c
6 m4/pty.m4
7
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]
14
15 configure.ac:
16 gl_FUNC_OPENPTY
17 if test $HAVE_OPENPTY = 0 || test $REPLACE_OPENPTY = 1; then
18   AC_LIBOBJ([openpty])
19 fi
20 gl_PTY_MODULE_INDICATOR([openpty])
21
22 Makefile.am:
23
24 Include:
25 <pty.h>
26
27 Link:
28 $(PTY_LIB)
29
30 License:
31 LGPLv2+
32
33 Maintainer:
34 Simon Josefsson