summaryrefslogtreecommitdiff
path: root/gnulib/modules/login_tty
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/login_tty')
m---------gnulib0
-rw-r--r--gnulib/modules/login_tty32
2 files changed, 32 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/login_tty b/gnulib/modules/login_tty
new file mode 100644
index 0000000..abf7482
--- /dev/null
+++ b/gnulib/modules/login_tty
@@ -0,0 +1,32 @@
+Description:
+login_tty() function: Assign a given terminal as controlling terminal and as
+standard input, standard output, standard error of the current process.
+
+Files:
+lib/login_tty.c
+m4/pty.m4
+
+Depends-on:
+pty
+sys_ioctl
+
+configure.ac:
+gl_FUNC_LOGIN_TTY
+if test $ac_cv_func_login_tty = no; then
+ AC_LIBOBJ([login_tty])
+fi
+gl_PTY_MODULE_INDICATOR([login_tty])
+
+Makefile.am:
+
+Include:
+extern int login_tty (int);
+
+Link:
+$(PTY_LIB)
+
+License:
+LGPL
+
+Maintainer:
+Bruno Haible