string-buffer tests: Avoid test failure on native Windows.
[gnulib.git] / modules / isatty
blobdce8551c9fa6e84d95912f47388fd9806641efa1
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 gl_CONDITIONAL([GL_COND_OBJ_ISATTY], [test $REPLACE_ISATTY = 1])
16 AM_COND_IF([GL_COND_OBJ_ISATTY], [
17   gl_PREREQ_ISATTY
19 gl_UNISTD_MODULE_INDICATOR([isatty])
21 Makefile.am:
22 if GL_COND_OBJ_ISATTY
23 lib_SOURCES += isatty.c
24 endif
26 Include:
27 <unistd.h>
29 License:
30 LGPLv2+
32 Maintainer:
33 all