summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-19 20:33:57 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-19 20:33:57 (GMT)
commit74dc8966918d58b3ba704880e4675afee89f535a (patch)
treef1e03c9c98a09ffcfc375409294a926bfb020f38 /config/cmake/H5pubconf.h.in
parentcac405283f0dd6e6aa528cd86303429ec9bb3fd2 (diff)
downloadhdf5-74dc8966918d58b3ba704880e4675afee89f535a.zip
hdf5-74dc8966918d58b3ba704880e4675afee89f535a.tar.gz
hdf5-74dc8966918d58b3ba704880e4675afee89f535a.tar.bz2
[svn-r26485] Description:
Remove the ULONG_TO_FLOAT_ACCURATE macro/define, we no longer support the Sandia system where it was necessary. Tested on: Mac OSX 10.10.2 (amazon) w/serial & parallel (h5committest not necessary on this branch)
Diffstat (limited to 'config/cmake/H5pubconf.h.in')
-rw-r--r--config/cmake/H5pubconf.h.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in
index f31240b..9f7e4a1 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -676,10 +676,6 @@
correct precision. */
#cmakedefine H5_ULLONG_TO_LDOUBLE_PRECISION @H5_ULLONG_TO_LDOUBLE_PRECISION@
-/* Define if your system accurately converting unsigned long to float values.
- */
-#cmakedefine H5_ULONG_TO_FLOAT_ACCURATE @H5_ULONG_TO_FLOAT_ACCURATE@
-
/* Define if your system can accurately convert unsigned (long) long values to
floating-point values. */
#cmakedefine H5_ULONG_TO_FP_BOTTOM_BIT_ACCURATE @H5_ULONG_TO_FP_BOTTOM_BIT_ACCURATE@