symlink: Update regarding AIX.
[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 gl_PTY_MODULE_INDICATOR([forkpty])
17
18 Makefile.am:
19
20 Include:
21 <pty.h>
22
23 Link:
24 $(PTY_LIB)
25
26 License:
27 LGPL
28
29 Maintainer:
30 Simon Josefsson