diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-25 19:54:36 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2015-03-25 19:54:36 (GMT) |
commit | 597c3c089b022d967a59b0ab199c73e144417c79 (patch) | |
tree | 6b166faf824052656801e352e03a4b9372153159 /src/H5config.h.in | |
parent | e89290b777cec040c4b07079f43df5df2885ba11 (diff) | |
download | hdf5-597c3c089b022d967a59b0ab199c73e144417c79.zip hdf5-597c3c089b022d967a59b0ab199c73e144417c79.tar.gz hdf5-597c3c089b022d967a59b0ab199c73e144417c79.tar.bz2 |
[svn-r26587] Description:
Bring r26489 from autotools_rework branch to trunk:
Remove the ULONG_TO_FP_BOTTOM_BIT_ACCURATE macro/define, as it was added
for SGI systems and old Solaris systems, which are no longer supported.
Tested on:
Linux/32 2.6.18 (jam) w/serial & parallel
(Daily tested for >1 week)
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 67c2bb0..7c2ebc0 100644 --- a/src/H5config.h.in +++ b/src/H5config.h.in @@ -580,10 +580,6 @@ correct precision. */ #undef ULLONG_TO_LDOUBLE_PRECISION -/* Define if your system can accurately convert unsigned (long) long values to - floating-point values. */ -#undef ULONG_TO_FP_BOTTOM_BIT_ACCURATE - /* Define using v1.6 public API symbols by default */ #undef USE_16_API_DEFAULT |