stdbit: port to theoretical platforms
[gnulib.git] / modules / forkpty
blob1f52b900cd743937b30db994e249e9fc3030b934
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 gl_CONDITIONAL([GL_COND_OBJ_FORKPTY],
18                [test $HAVE_FORKPTY = 0 || test $REPLACE_FORKPTY = 1])
19 gl_PTY_MODULE_INDICATOR([forkpty])
21 Makefile.am:
22 if GL_COND_OBJ_FORKPTY
23 lib_SOURCES += forkpty.c
24 endif
26 Include:
27 <pty.h>
29 Link:
30 $(PTY_LIB)
32 License:
33 LGPL
35 Maintainer:
36 Simon Josefsson