view modules/isatty @ 16833:b9610018ca94

isatty: relax license to LGPLv2+ As discussed here: https://lists.gnu.org/archive/html/bug-gnulib/2012-02/msg00125.html * modules/isatty (License): Relax license. Signed-off-by: Eric Blake <eblake@redhat.com>
author Eric Blake <eblake@redhat.com>
date Mon, 07 May 2012 12:54:08 -0600
parents 64bc9fe46ccd
children 1f14c6dd175d
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:
Bruno Haible