diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-27 20:11:12 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-27 20:11:12 (GMT) |
commit | 79f59eaf4dcf7a958881936d645c5c1a47484cd9 (patch) | |
tree | 896b53fe3f6f6d880f9d05847938f13d05b6c76a /src/H5config.h.in | |
parent | f7386e173c6996c1d1b6b560dd6d12d3e35d8402 (diff) | |
download | hdf5-79f59eaf4dcf7a958881936d645c5c1a47484cd9.zip hdf5-79f59eaf4dcf7a958881936d645c5c1a47484cd9.tar.gz hdf5-79f59eaf4dcf7a958881936d645c5c1a47484cd9.tar.bz2 |
[svn-r26623] Description:
Bring r26513 from autotools_rework branch to trunk:
Remove the LDOUBLE_TO_LLONG_ACCURATE macro/define, it's working around
bugs in older SGI, HP/UX, MacOSX and Windows .NET 2003 compilers.
Tested on:
Linux/32 2.6.18 (jam) w/serial & parallel
(Daily tested on branch 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 c5ef75e..4bc97b3 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -362,10 +362,6 @@ /* Define if HDF5's high-level library headers should be included in hdf5.h */ #undef INCLUDE_HL -/* Define if your system can convert long double to (unsigned) long long - values correctly. */ -#undef LDOUBLE_TO_LLONG_ACCURATE - /* Define if your system converts long double to (unsigned) long values with special algorithm. */ #undef LDOUBLE_TO_LONG_SPECIAL |