summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorSamuel Thibault2007-11-27 23:54:35 +0100
committerKarel Zak2008-02-08 02:01:27 +0100
commit5c55d9bf1ae789fd25d5e4153c699134706c2e9f (patch)
treeb8e77479eea15b40e587f5ac06463cf1c4098718 /configure.ac
parentrtcwake: fix UTC time usage (diff)
downloadkernel-qcow2-util-linux-5c55d9bf1ae789fd25d5e4153c699134706c2e9f.tar.gz
kernel-qcow2-util-linux-5c55d9bf1ae789fd25d5e4153c699134706c2e9f.tar.xz
kernel-qcow2-util-linux-5c55d9bf1ae789fd25d5e4153c699134706c2e9f.zip
setterm: add -blan [force|poke] options for TIOCL_{BLANKED,BLANK}SCREEN
Linux has some interface to force an immediate blank (TIOCL_BLANK/UNBLANKSCREEN) or get the blank status (TIOCL_BLANKEDSCREEN), which is useful e.g. for blind people. Co-Author: Karel Zak <kzak@redhat.com> Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index a148e28d8..3bedf2ca7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -56,6 +56,7 @@ AC_CHECK_HEADERS(
sys/io.h \
pty.h \
err.h \
+ linux/tiocl.h \
linux/version.h])
AC_CHECK_HEADERS([linux/raw.h],
[AM_CONDITIONAL([HAVE_RAW], [true])],