aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/Config/config.h.in3
-rw-r--r--include/llvm/Config/config.h.in3
2 files changed, 6 insertions, 0 deletions
diff --git a/include/Config/config.h.in b/include/Config/config.h.in
index 2a71cb7a20..9f35aca698 100644
--- a/include/Config/config.h.in
+++ b/include/Config/config.h.in
@@ -45,6 +45,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the `isatty' function. */
+#undef HAVE_ISATTY
+
/* Define to 1 if you have the `elf' library (-lelf). */
#undef HAVE_LIBELF
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index 2a71cb7a20..9f35aca698 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -45,6 +45,9 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
+/* Define to 1 if you have the `isatty' function. */
+#undef HAVE_ISATTY
+
/* Define to 1 if you have the `elf' library (-lelf). */
#undef HAVE_LIBELF