Add script for determining the set of symbols to export from a library.
[gnulib.git] / modules / isatty
blobfc5d5c3ddbde1a09abbf2fdd8e776b97efbc70c5
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 all