OSDN Git Service

Add HAVE_BZIP2 and HAVE_ZLIB
authorReid Spencer <rspencer@reidspencer.com>
Mon, 4 Oct 2004 17:48:37 +0000 (17:48 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Mon, 4 Oct 2004 17:48:37 +0000 (17:48 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16655 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Config/config.h.in

index e9cdcdf..70f4d58 100644 (file)
@@ -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
 
 /* 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