verify: new macro 'assume'
[gnulib.git] / modules / forkpty
1 Description:
2 forkpty() function: Open a pseudo-terminal, fork, and connect the child process
3 to the pseudo-terminal's slave.
4
5 Files:
6 lib/forkpty.c
7 m4/pty.m4
8
9 Depends-on:
10 pty
11 openpty
12 login_tty
13
14 configure.ac:
15 gl_FUNC_FORKPTY
16 if test $HAVE_FORKPTY = 0 || test $REPLACE_FORKPTY = 1; then
17   AC_LIBOBJ([forkpty])
18 fi
19 gl_PTY_MODULE_INDICATOR([forkpty])
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