[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in
Reid Spencer
reid at x10sys.com
Sun Oct 17 10:08:07 PDT 2004
Changes in directory llvm/include/llvm/Config:
config.h.in updated: 1.31 -> 1.32
---
Log message:
Add HAVE_BZLIB_H and HAVE_ZLIB_H tests.
---
Diffs of the changes: (+6 -0)
Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.31 llvm/include/llvm/Config/config.h.in:1.32
--- llvm/include/llvm/Config/config.h.in:1.31 Mon Oct 4 12:48:37 2004
+++ llvm/include/llvm/Config/config.h.in Sun Oct 17 12:07:29 2004
@@ -24,6 +24,9 @@
/* Define if bzip2 library is available on this platform. */
#undef HAVE_BZIP2
+/* Define to 1 if you have the <bzlib.h> header file. */
+#undef HAVE_BZLIB_H
+
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
@@ -203,6 +206,9 @@
/* Define if zlib library is available on this platform. */
#undef HAVE_ZLIB
+/* Define to 1 if you have the <zlib.h> header file. */
+#undef HAVE_ZLIB_H
+
/* Installation directory for binary executables */
#undef LLVM_BINDIR
More information about the llvm-commits
mailing list