diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-17 17:07:29 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-17 17:07:29 +0000 |
commit | 394855a87d52d71b702cfbf0ec1a223bda9163d4 (patch) | |
tree | 2620e19720782ea58bbb58c632c140bdaaaa1144 /include/llvm | |
parent | 1d91accc4be78936cf45cef45cd80af5b4f66d31 (diff) | |
download | external_llvm-394855a87d52d71b702cfbf0ec1a223bda9163d4.zip external_llvm-394855a87d52d71b702cfbf0ec1a223bda9163d4.tar.gz external_llvm-394855a87d52d71b702cfbf0ec1a223bda9163d4.tar.bz2 |
Add HAVE_BZLIB_H and HAVE_ZLIB_H tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17092 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Config/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 70f4d58..6265a36 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -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 |