summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-24 22:10:02 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-24 22:10:02 (GMT)
commit5d9c34406afad17f64a8feb8d5b46114286989f0 (patch)
treee4803ddf0491acbd1bc62404142cfbd94c6479e6 /config/cmake/H5pubconf.h.in
parent08d0edb920ae93f4d2494831479ad6200ff208b5 (diff)
downloadhdf5-5d9c34406afad17f64a8feb8d5b46114286989f0.zip
hdf5-5d9c34406afad17f64a8feb8d5b46114286989f0.tar.gz
hdf5-5d9c34406afad17f64a8feb8d5b46114286989f0.tar.bz2
[svn-r26561] Description:
Bring r26491 from trunk to 1.8 branch: Bring r26257 from autotools_rework branch back to the trunk - removes the LDOUBLE_TO_INTEGER_ACCURATE macro/define, which was addressing problems with SGI systems and is no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel Daily tested on branch for >2 weeks.
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 3628537..5a78488 100644
--- a/config/cmake/H5pubconf.h.in
+++ b/config/cmake/H5pubconf.h.in
@@ -453,9 +453,6 @@
values. */
#cmakedefine H5_INTEGER_TO_LDOUBLE_ACCURATE @H5_INTEGER_TO_LDOUBLE_ACCURATE@
-/* Define if your system can convert long double to integers accurately. */
-#cmakedefine H5_LDOUBLE_TO_INTEGER_ACCURATE @H5_LDOUBLE_TO_INTEGER_ACCURATE@
-
/* Define if your system can convert from long double to integer values. */
#cmakedefine H5_LDOUBLE_TO_INTEGER_WORKS @H5_LDOUBLE_TO_INTEGER_WORKS@