NEWS.stable: log cherry-pick [ae006b4]->[4a9738e] strtoimax: Avoid link error on...
[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
12 ioctl
13
14 configure.ac:
15 gl_FUNC_OPENPTY
16 if test $HAVE_OPENPTY = 0 || test $REPLACE_OPENPTY = 1; then
17   AC_LIBOBJ([openpty])
18 fi
19 gl_PTY_MODULE_INDICATOR([openpty])
20
21 Makefile.am:
22
23 Include:
24 <pty.h>
25
26 Link:
27 $(PTY_LIB)
28
29 License:
30 LGPL
31
32 Maintainer:
33 Simon Josefsson