diff options
Diffstat (limited to 'include/llvm')
-rw-r--r-- | include/llvm/Config/config.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Config/config.h.in b/include/llvm/Config/config.h.in index 1b33c6f..6d0c5b6 100644 --- a/include/llvm/Config/config.h.in +++ b/include/llvm/Config/config.h.in @@ -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 |