Add HAVE_BZLIB_H and HAVE_ZLIB_H tests.
authorReid Spencer <rspencer@reidspencer.com>
Sun, 17 Oct 2004 17:07:29 +0000 (17:07 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Sun, 17 Oct 2004 17:07:29 +0000 (17:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17092 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Config/config.h.in

index 70f4d5852ab1c2984ec3181f63d5bfeb8423c48b..6265a36632d010d96506b216c73ff5280c725dad 100644 (file)
@@ -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
 
 /* 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