summaryrefslogtreecommitdiffstats
path: root/Utilities/cmzlib/zutil.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2013-10-09 14:23:04 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2013-10-09 14:23:04 (GMT)
commite81b6742f72869a25e59230948a34a02f504046d (patch)
tree0587c80c7012a02ebec9ae43702f6065126fa742 /Utilities/cmzlib/zutil.h
parent7ed7d75a0418a1972dbb508e275d05c3ff5a78a6 (diff)
parent54ef2bea379ca47d961c1bb0fd0ccb026b482810 (diff)
downloadCMake-e81b6742f72869a25e59230948a34a02f504046d.zip
CMake-e81b6742f72869a25e59230948a34a02f504046d.tar.gz
CMake-e81b6742f72869a25e59230948a34a02f504046d.tar.bz2
Merge topic 'haiku-updates'
54ef2be Haiku: Include files cleanup in cmCTest 38d5555 Haiku: Remove outdated preprocessor checks 1dc61f8 Haiku: Remove use of B_COMMON_DIRECTORY 7ebc1cb Haiku: Several fixes to platform module
Diffstat (limited to 'Utilities/cmzlib/zutil.h')
-rw-r--r--Utilities/cmzlib/zutil.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Utilities/cmzlib/zutil.h b/Utilities/cmzlib/zutil.h
index 74ef1f8..3053cd8 100644
--- a/Utilities/cmzlib/zutil.h
+++ b/Utilities/cmzlib/zutil.h
@@ -147,12 +147,6 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */
# define OS_CODE 0x0f
#endif
-/* Haiku defines both __HAIKU__ and __BEOS__ (for now) */
-/* many BeOS workarounds are no longer needed in Haiku */
-#if defined(__HAIKU__) && defined(__BEOS__)
-#undef __BEOS__
-#endif
-
#if defined(_BEOS_) || defined(RISCOS)
# define fdopen(fd,mode) NULL /* No fdopen() */
#endif