getloadavg: Return 0 on Windows without Cygwin.
[gnulib.git] / modules / login_tty
blob59e5e9b2ab587366342a70b9694332ff78e66c1a
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
13 configure.ac:
14 gl_FUNC_LOGIN_TTY
15 if test $ac_cv_func_login_tty = no; then
16   AC_LIBOBJ([login_tty])
18 gl_PTY_MODULE_INDICATOR([login_tty])
20 Makefile.am:
22 Include:
23 extern int login_tty (int);
25 Link:
26 $(PTY_LIB)
28 License:
29 LGPL
31 Maintainer:
32 all