summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-10-04 17:48:37 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-10-04 17:48:37 +0000
commit0fd3061a28b0a946e8d7b94aa00beebf1d786c8f (patch)
tree548e74d09f11e6c5fdb0d6516aef83817c2d2a7f /include
parent047c0093942887ed95387af7c2ffb87cd6198075 (diff)
downloadllvm-0fd3061a28b0a946e8d7b94aa00beebf1d786c8f.tar.gz
llvm-0fd3061a28b0a946e8d7b94aa00beebf1d786c8f.tar.bz2
llvm-0fd3061a28b0a946e8d7b94aa00beebf1d786c8f.tar.xz
Add HAVE_BZIP2 and HAVE_ZLIB
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16655 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Config/config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in
index e9cdcdf587..70f4d5852a 100644
--- a/include/llvm/Config/config.h.in
+++ b/include/llvm/Config/config.h.in
@@ -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