repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
forkpty
blob
fdf5fe4fbdd04109bdcd05bfc7c5efd5bcc9db79
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
unistd
12
openpty
13
login_tty
14
15
configure.ac:
16
gl_FUNC_FORKPTY
17
if test $HAVE_FORKPTY = 0 || test $REPLACE_FORKPTY = 1; then
18
AC_LIBOBJ([forkpty])
19
fi
20
gl_PTY_MODULE_INDICATOR([forkpty])
21
22
Makefile.am:
23
24
Include:
25
<pty.h>
26
27
Link:
28
$(PTY_LIB)
29
30
License:
31
LGPL
32
33
Maintainer:
34
Simon Josefsson