[llvm-commits] CVS: llvm/include/llvm/Config/config.h.in

Reid Spencer reid at x10sys.com
Mon Oct 4 10:48:47 PDT 2004



Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.30 -> 1.31
---
Log message:

Add HAVE_BZIP2 and HAVE_ZLIB


---
Diffs of the changes:  (+6 -0)

Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.30 llvm/include/llvm/Config/config.h.in:1.31
--- llvm/include/llvm/Config/config.h.in:1.30	Fri Sep 24 16:19:06 2004
+++ llvm/include/llvm/Config/config.h.in	Mon Oct  4 12:48:37 2004
@@ -21,6 +21,9 @@
 /* Does not have bi-directional iterator */
 #undef HAVE_BI_ITERATOR
 
+/* Define if bzip2 library is available on this platform. */
+#undef HAVE_BZIP2
+
 /* Define to 1 if you have the <dlfcn.h> header file. */
 #undef HAVE_DLFCN_H
 
@@ -197,6 +200,9 @@
 /* Define to 1 if you have the <windows.h> header file. */
 #undef HAVE_WINDOWS_H
 
+/* Define if zlib library is available on this platform. */
+#undef HAVE_ZLIB
+
 /* Installation directory for binary executables */
 #undef LLVM_BINDIR
 






More information about the llvm-commits mailing list