verify: new macro 'assume'
[gnulib.git] / modules / login_tty
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.
4
5 Files:
6 lib/login_tty.c
7 m4/pty.m4
8
9 Depends-on:
10 pty
11 sys_ioctl
12
13 configure.ac:
14 gl_FUNC_LOGIN_TTY
15 if test $ac_cv_func_login_tty = no; then
16   AC_LIBOBJ([login_tty])
17 fi
18 gl_PTY_MODULE_INDICATOR([login_tty])
19
20 Makefile.am:
21
22 Include:
23 extern int login_tty (int);
24
25 Link:
26 $(PTY_LIB)
27
28 License:
29 LGPL
30
31 Maintainer:
32 Bruno Haible