view modules/isatty @ 40197:91454190d749

relocatable-prog: Update documentation. * doc/relocatable-maint.texi (Supporting Relocation): Mention GNU/Hurd and GNU/kFreeBSD as well.
author Bruno Haible <bruno@clisp.org>
date Sun, 24 Feb 2019 01:52:19 +0100
parents 1f14c6dd175d
children
line wrap: on
line source

Description:
Test whether a file descriptor is a terminal.

Files:
lib/isatty.c
m4/isatty.m4

Depends-on:
unistd
msvc-inval      [test $REPLACE_ISATTY = 1]
msvc-nothrow    [test $REPLACE_ISATTY = 1]

configure.ac:
gl_FUNC_ISATTY
if test $REPLACE_ISATTY = 1; then
  AC_LIBOBJ([isatty])
  gl_PREREQ_ISATTY
fi
gl_UNISTD_MODULE_INDICATOR([isatty])

Makefile.am:

Include:
<unistd.h>

License:
LGPLv2+

Maintainer:
all