diff options
author | Paul Smith <psmith@gnu.org> | 2014-09-14 01:03:19 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2014-09-14 01:03:19 -0400 |
commit | 7f9ce6e97bd1bb4289477ac76532e156947e7865 (patch) | |
tree | b3e06143fcb0801ff26f203351b5037b5ecbd92f /config.h-vms.template | |
parent | 621e9edfe9ac4ad20ce297787fa308b032b3fa8e (diff) | |
download | gunmake-7f9ce6e97bd1bb4289477ac76532e156947e7865.tar.gz |
* main.c (main): Set MAKE_TTYOUT and MAKE_TTYERR.
* configure.ac: Test for isatty() and ttyname()
* makeint.h: provide a substitute for ttyname() if it's not available.
* config.ami.template, config.h-vms.template, config.h.W32.template:
define/undefine HAVE_ISATTY/HAVE_TTYNAME macros.
* NEWS, doc/make.texi: Document these new variables.
Diffstat (limited to 'config.h-vms.template')
-rw-r--r-- | config.h-vms.template | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h-vms.template b/config.h-vms.template index 71fe269..8c0a078 100644 --- a/config.h-vms.template +++ b/config.h-vms.template @@ -362,6 +362,12 @@ this program. If not, see <http://www.gnu.org/licenses/>. */ /* Define to 1 if you have the sun library (-lsun). */ /* #undef HAVE_LIBSUN */ +/* Define to 1 if you have the `isatty' function. */ +/* #undef HAVE_ISATTY */ + +/* Define to 1 if you have the `ttyname' function. */ +/* #undef HAVE_TTYNAME */ + /* Use high resolution file timestamps if nonzero. */ #define FILE_TIMESTAMP_HI_RES 0 |