malloc-h: New module.
[gnulib.git] / modules / login_tty
blob551691e2c5dce9764b7168680e41895d994367aa
1 Description:
2 login_tty() function: Assign a given terminal as controlling terminal and as
3 standard input, standard output, standard error of the current process.
5 Files:
6 lib/login_tty.c
7 m4/pty.m4
9 Depends-on:
10 pty
11 sys_ioctl
12 open            [test $ac_cv_func_login_tty = no]
14 configure.ac:
15 gl_FUNC_LOGIN_TTY
16 if test $ac_cv_func_login_tty = no; then
17   AC_LIBOBJ([login_tty])
19 gl_PTY_MODULE_INDICATOR([login_tty])
21 Makefile.am:
23 Include:
24 extern int login_tty (int);
26 Link:
27 $(PTY_LIB)
29 License:
30 LGPL
32 Maintainer:
33 all