xfreopen: fix typo: s/frepoen/freopen/
[gnulib/ericb.git] / modules / isatty
blobca56ac55b111f3c173b67d6d3f3d2d92bd2956e3
1 Description:
2 Test whether a file descriptor is a terminal.
4 Files:
5 lib/isatty.c
6 m4/isatty.m4
8 Depends-on:
9 unistd
10 msvc-inval      [test $REPLACE_ISATTY = 1]
11 msvc-nothrow    [test $REPLACE_ISATTY = 1]
13 configure.ac:
14 gl_FUNC_ISATTY
15 if test $REPLACE_ISATTY = 1; then
16   AC_LIBOBJ([isatty])
17   gl_PREREQ_ISATTY
19 gl_UNISTD_MODULE_INDICATOR([isatty])
21 Makefile.am:
23 Include:
24 <unistd.h>
26 License:
27 LGPLv2+
29 Maintainer:
30 Bruno Haible