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

Reid Spencer reid at x10sys.com
Thu Nov 25 12:22:05 PST 2004



Changes in directory llvm/include/llvm/Config:

config.h.in updated: 1.35 -> 1.36
---
Log message:

Remove HAVE_BZLIB and HAVE_BZIP2. We always have bzip2 now.

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

Index: llvm/include/llvm/Config/config.h.in
diff -u llvm/include/llvm/Config/config.h.in:1.35 llvm/include/llvm/Config/config.h.in:1.36
--- llvm/include/llvm/Config/config.h.in:1.35	Thu Nov 18 03:49:13 2004
+++ llvm/include/llvm/Config/config.h.in	Thu Nov 25 14:21:53 2004
@@ -21,9 +21,6 @@
 /* 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 <bzlib.h> header file. */
 #undef HAVE_BZLIB_H
 
@@ -209,9 +206,6 @@
 /* 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
-
 /* Define to 1 if you have the <zlib.h> header file. */
 #undef HAVE_ZLIB_H
 






More information about the llvm-commits mailing list