diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-25 19:30:27 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-25 19:30:27 (GMT) |
commit | 5966f8ce26f03a57de337d1f4e853c0af1a7828c (patch) | |
tree | bf58c35407e7057167bdccddfb1851b96a20322d /src/H5config.h.in | |
parent | 2bb934857b90f236fa4af38f28f3120a3fcfb91e (diff) | |
download | hdf5-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 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index d9aef37..e96fcdd 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -386,9 +386,6 @@ values. */ #undef INTEGER_TO_LDOUBLE_ACCURATE -/* Define if your system can convert from long double to integer values. */ -#undef LDOUBLE_TO_INTEGER_WORKS - /* Define if your system can convert long double to (unsigned) long long values correctly. */ #undef LDOUBLE_TO_LLONG_ACCURATE |