summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-25 19:54:36 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-25 19:54:36 (GMT)
commit597c3c089b022d967a59b0ab199c73e144417c79 (patch)
tree6b166faf824052656801e352e03a4b9372153159 /src/H5config.h.in
parente89290b777cec040c4b07079f43df5df2885ba11 (diff)
downloadhdf5-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.in4
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