Mercurial > hg > octave-lojdl > gnulib-hg
view modules/isatty @ 17476:6057744acd2c default tip master
autoupdate
author | Karl Berry <karl@freefriends.org> |
---|---|
date | Fri, 16 Aug 2013 06:32:22 -0700 |
parents | b9610018ca94 |
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: Bruno Haible