repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
isatty
blob
fc5d5c3ddbde1a09abbf2fdd8e776b97efbc70c5
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
LGPLv2+
28
29
Maintainer:
30
all