summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorwlemb <wlemb>2002-09-07 04:51:02 +0000
committerwlemb <wlemb>2002-09-07 04:51:02 +0000
commitc6cc41386e05bffef2798977a691cd6655593942 (patch)
tree3b7df4a9a45fd4fb65345a60da5416ccef46db44 /src/include
parent42372dc8010c1d2acf0791c472b1ad0f49357fba (diff)
downloadgroff-c6cc41386e05bffef2798977a691cd6655593942.tar.gz
* src/include/config.hin: Add `HAVE_ISATTY'.
* src/libs/libgroff/tmpfile.cc (xtmpfile_list): Drop `const' for `fname' member. * src/libs/libgroff/tmpname.cc: Include `time.h'. * src/libs/libdriver/input.cc (Char): Add `operator==' and `operator!=' for `char'. * doc/groff.texinfo: Replace @ifnottex block for top node with @ifhtml block.
Diffstat (limited to 'src/include')
-rw-r--r--src/include/config.hin3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/include/config.hin b/src/include/config.hin
index 3d2e360c..850e3176 100644
--- a/src/include/config.hin
+++ b/src/include/config.hin
@@ -45,6 +45,9 @@
/* Define if you have the `snprintf' function. */
#undef HAVE_SNPRINTF
+/* Define if you have the `isatty' function. */
+#undef HAVE_ISATTY
+
/* Define if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H