New module 'isatty'.
[gnulib.git] / modules / isatty
1 Description:
2 Test whether a file descriptor is a terminal.
3
4 Files:
5 lib/isatty.c
6 m4/isatty.m4
7
8 Depends-on:
9 unistd
10 msvc-nothrow    [test $REPLACE_ISATTY = 1]
11
12 configure.ac:
13 gl_FUNC_ISATTY
14 if test $REPLACE_ISATTY = 1; then
15   AC_LIBOBJ([isatty])
16 fi
17 gl_UNISTD_MODULE_INDICATOR([isatty])
18
19 Makefile.am:
20
21 Include:
22 <unistd.h>
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible