summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-09-14 15:50:30 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-09-14 15:50:30 (GMT)
commit90315af428610adae95d0928498f2861766f6ed4 (patch)
tree05232cbec1cd01dadf70eaabcfd94d91a2c8ecdc /src/H5config.h.in
parentbae05c1ad5a067498389eb64ca990e0e435de1da (diff)
downloadhdf5-90315af428610adae95d0928498f2861766f6ed4.zip
hdf5-90315af428610adae95d0928498f2861766f6ed4.tar.gz
hdf5-90315af428610adae95d0928498f2861766f6ed4.tar.bz2
[svn-r27770] Bring r27428 from trunk
Reverts the following changes: 27737, 27742, 27743 These involve double conversions that cause problems with the IBM XL compiler. Tested on: h5committest ostrich w/ XL C compiler
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r--src/H5config.h.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 60c2121..6075f3f 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -350,10 +350,18 @@
/* 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
+/* Define if your system can convert (unsigned) long long to long double
+ values correctly. */
+#undef LLONG_TO_LDOUBLE_CORRECT
+
/* Define if your system can convert (unsigned) long to long double values
with special algorithm. */
#undef LONG_TO_LDOUBLE_SPECIAL
@@ -536,6 +544,9 @@
/* Version number of package */
#undef VERSION
+/* Data accuracy is prefered to speed during data conversions */
+#undef WANT_DATA_ACCURACY
+
/* Check exception handling functions during data conversions */
#undef WANT_DCONV_EXCEPTION