diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-25 19:56:23 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-25 19:56:23 (GMT) |
commit | a877ab37b641f4bb3e63322b67805eb128626771 (patch) | |
tree | d83e5f81550f78bbafc998b436d7e3f34a3e12cb /src/H5config.h.in | |
parent | 5966f8ce26f03a57de337d1f4e853c0af1a7828c (diff) | |
download | hdf5-a877ab37b641f4bb3e63322b67805eb128626771.zip hdf5-a877ab37b641f4bb3e63322b67805eb128626771.tar.gz hdf5-a877ab37b641f4bb3e63322b67805eb128626771.tar.bz2 |
[svn-r26588] Description:
Bring r26560 from trunk 1.8 branch:
Bring r26483 from autotools_rework branch back to trunk:
Remove INTEGER_TO_LDOUBLE_ACCURATE macro/define - we no longer support
SGI systems.
Tested on:
Linux/32 2.6.18 (jam) w/serial & parallel
(daily tested for 2+ days)
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r-- | src/H5config.h.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in index e96fcdd..00fb8be 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -382,10 +382,6 @@ /* Define if HDF5's high-level library headers should be included in hdf5.h */ #undef INCLUDE_HL -/* Define if your system can accurately convert from integers to long double - values. */ -#undef INTEGER_TO_LDOUBLE_ACCURATE - /* Define if your system can convert long double to (unsigned) long long values correctly. */ #undef LDOUBLE_TO_LLONG_ACCURATE |