timespec_get: New module.
[gnulib.git] / modules / forkpty
blobfdf5fe4fbdd04109bdcd05bfc7c5efd5bcc9db79
1 Description:
2 forkpty() function: Open a pseudo-terminal, fork, and connect the child process
3 to the pseudo-terminal's slave.
5 Files:
6 lib/forkpty.c
7 m4/pty.m4
9 Depends-on:
10 pty
11 unistd
12 openpty
13 login_tty
15 configure.ac:
16 gl_FUNC_FORKPTY
17 if test $HAVE_FORKPTY = 0 || test $REPLACE_FORKPTY = 1; then
18   AC_LIBOBJ([forkpty])
20 gl_PTY_MODULE_INDICATOR([forkpty])
22 Makefile.am:
24 Include:
25 <pty.h>
27 Link:
28 $(PTY_LIB)
30 License:
31 LGPL
33 Maintainer:
34 Simon Josefsson