diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-19 22:22:06 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-19 22:22:06 (GMT) |
commit | 9fb399b3d2c071f273279be81317be53a084d073 (patch) | |
tree | 96f4e61cdff17cb22379248617f040a8e7dfa77e /config/cmake/H5pubconf.h.in | |
parent | 5329a7d6f1e4323636489f896621be0c3167486f (diff) | |
download | hdf5-9fb399b3d2c071f273279be81317be53a084d073.zip hdf5-9fb399b3d2c071f273279be81317be53a084d073.tar.gz hdf5-9fb399b3d2c071f273279be81317be53a084d073.tar.bz2 |
[svn-r26495] Description:
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 2.6.x (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.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/config/cmake/H5pubconf.h.in b/config/cmake/H5pubconf.h.in index 201b661..c13b420 100644 --- a/config/cmake/H5pubconf.h.in +++ b/config/cmake/H5pubconf.h.in @@ -460,9 +460,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@ |