summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2015-03-27 21:30:14 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2015-03-27 21:30:14 (GMT)
commitb96e13a7e3476e86056a1c5424288b50001b0453 (patch)
treece8d0c2189ac27332bcafe0dcb91eaadd8f68441 /src
parentc2472b4d006b6d036ec9e037fa5c677f71e9ac25 (diff)
downloadhdf5-b96e13a7e3476e86056a1c5424288b50001b0453.zip
hdf5-b96e13a7e3476e86056a1c5424288b50001b0453.tar.gz
hdf5-b96e13a7e3476e86056a1c5424288b50001b0453.tar.bz2
[svn-r26627] Description:
Bring r26545 from autotools_rework branch to trunk: Remove the WANT_DATA_ACCURACY macro/define/configure option, since it's no longer attached to any library behavior. Tested on: Linux/32 2.6.8 (jam) w/serial & parallel (Daily tested on branch for 2+ days)
Diffstat (limited to 'src')
-rw-r--r--src/H5config.h.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 1a5b34f..bf21313 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -552,9 +552,6 @@
don't fit into size allowed */
#undef VSNPRINTF_WORKS
-/* Data accuracy is prefered to speed during data conversions */
-#undef WANT_DATA_ACCURACY
-
/* Check exception handling functions during data conversions */
#undef WANT_DCONV_EXCEPTION