summaryrefslogtreecommitdiffstats
path: root/config/cmake/H5pubconf.h.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-25 19:30:27 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-25 19:30:27 (GMT)
commit5966f8ce26f03a57de337d1f4e853c0af1a7828c (patch)
treebf58c35407e7057167bdccddfb1851b96a20322d /config/cmake/H5pubconf.h.in
parent2bb934857b90f236fa4af38f28f3120a3fcfb91e (diff)
downloadhdf5-5966f8ce26f03a57de337d1f4e853c0af1a7828c.zip
hdf5-5966f8ce26f03a57de337d1f4e853c0af1a7828c.tar.gz
hdf5-5966f8ce26f03a57de337d1f4e853c0af1a7828c.tar.bz2
[svn-r26585] Description:
Bring r26495 from trunk to 1.8 branch: Bring r26258 from the autotools_rework branch to the trunk - remove the LDOUBLE_TO_INTEGER_WORKS macro/define, which was addressing issues with SGI systems that are no longer supported. Tested on: Linux/32 2.6.18 (jam) w/serial & parallel (daily tested on trunk for >1 week)
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 5a78488..5f62e5f 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 from long double to integer values. */
-#cmakedefine H5_LDOUBLE_TO_INTEGER_WORKS @H5_LDOUBLE_TO_INTEGER_WORKS@
-
/* Define if your system can convert long double to (unsigned) long long
values correctly. */
#cmakedefine H5_LDOUBLE_TO_LLONG_ACCURATE @H5_LDOUBLE_TO_LLONG_ACCURATE@