diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2015-09-10 10:59:56 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2015-09-10 10:59:56 (GMT) |
commit | 982ec313d61fda25b3eb27f2c3193f7ca5201a31 (patch) | |
tree | 3c87bb67838825123a5f61ac52903e29f11acae7 /src/H5config.h.in | |
parent | f1c17f305426190dc7027bc63fcb4d28b90ba89d (diff) | |
download | hdf5-982ec313d61fda25b3eb27f2c3193f7ca5201a31.zip hdf5-982ec313d61fda25b3eb27f2c3193f7ca5201a31.tar.gz hdf5-982ec313d61fda25b3eb27f2c3193f7ca5201a31.tar.bz2 |
[svn-r27742] Merge of r26623 from the 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: jam (minor change that has baked in the trunk for months)
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 1561a05..e5e5d36 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -353,10 +353,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 |