[llvm-commits] CVS: llvm/include/Config/config.h.in
Brian Gaeke
gaeke at cs.uiuc.edu
Fri Apr 2 23:33:37 PST 2004
Changes in directory llvm/include/Config:
config.h.in updated: 1.15 -> 1.16
---
Log message:
Regenerated using autoheader-2.57.
---
Diffs of the changes: (+3 -0)
Index: llvm/include/Config/config.h.in
diff -u llvm/include/Config/config.h.in:1.15 llvm/include/Config/config.h.in:1.16
--- llvm/include/Config/config.h.in:1.15 Mon Feb 23 15:30:39 2004
+++ llvm/include/Config/config.h.in Fri Apr 2 15:26:03 2004
@@ -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
More information about the llvm-commits
mailing list