log10l: Work around inaccurate implementation on NetBSD.
[gnulib.git] / modules / forkpty
blobb04a4dadeb42f76a3cfd2e42279db222d1aa7d2f
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 openpty
12 login_tty
14 configure.ac:
15 gl_FUNC_FORKPTY
16 if test $HAVE_FORKPTY = 0 || test $REPLACE_FORKPTY = 1; then
17   AC_LIBOBJ([forkpty])
19 gl_PTY_MODULE_INDICATOR([forkpty])
21 Makefile.am:
23 Include:
24 <pty.h>
26 Link:
27 $(PTY_LIB)
29 License:
30 LGPL
32 Maintainer:
33 Simon Josefsson