e9aa0372d4b9a8051f5e44a09f10f74891d8dd56
[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-inval      [test $REPLACE_ISATTY = 1]
11 msvc-nothrow    [test $REPLACE_ISATTY = 1]
12
13 configure.ac:
14 gl_FUNC_ISATTY
15 if test $REPLACE_ISATTY = 1; then
16   AC_LIBOBJ([isatty])
17   gl_PREREQ_ISATTY
18 fi
19 gl_UNISTD_MODULE_INDICATOR([isatty])
20
21 Makefile.am:
22
23 Include:
24 <unistd.h>
25
26 License:
27 LGPL
28
29 Maintainer:
30 Bruno Haible