summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-27 22:17:24 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-27 22:17:24 (GMT)
commit50d7a323300919e20340862fba3caf1f36216877 (patch)
tree0686d9f8fc7864c5fd1a2f445421c24f0d91af14 /config/cmake/H5pubconf.h.in
parentff1c86df14d33cda54b36d72cf2e40a8db2cf8d2 (diff)
downloadhdf5-50d7a323300919e20340862fba3caf1f36216877.zip
hdf5-50d7a323300919e20340862fba3caf1f36216877.tar.gz
hdf5-50d7a323300919e20340862fba3caf1f36216877.tar.bz2
[svn-r26632] Description:
Bring r26549 from autotools_rework branch to trunk: Remove the BAD_LOG2_CODE_GENERATED macro/define, it's working around bugs in old SGI compilers. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r--config/cmake/H5pubconf.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index 8ec1a58..eccbe29 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -36,9 +36,6 @@
/* Define if building universal (internal helper macro) */
#cmakedefine H5_AC_APPLE_UNIVERSAL_BUILD @H5_AC_APPLE_UNIVERSAL_BUILD@
-/* Define if your system generates wrong code for log2 routine. */
-#cmakedefine H5_BAD_LOG2_CODE_GENERATED @H5_BAD_LOG2_CODE_GENERATED@
-
/* Define if the memory buffers being written to disk should be cleared before
writing. */
#cmakedefine H5_CLEAR_MEMORY @H5_CLEAR_MEMORY@