summaryrefslogtreecommitdiffstats
path: root/src/H5config.h.in
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-01-12 01:49:41 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-01-12 01:49:41 (GMT)
commitac8263fcc7cf5e8aafccbebadafb92c4ce6505a8 (patch)
treeecfd893a79f9d9b6981abbf6c295bfc8f750ce91 /src/H5config.h.in
parent994401b905680598db47e154e5123b8838f1f1c8 (diff)
downloadhdf5-ac8263fcc7cf5e8aafccbebadafb92c4ce6505a8.zip
hdf5-ac8263fcc7cf5e8aafccbebadafb92c4ce6505a8.tar.gz
hdf5-ac8263fcc7cf5e8aafccbebadafb92c4ce6505a8.tar.bz2
[svn-r28859] Merge of r28762, 28770-82, 28791-28806, 28816-28836, 28857
from revise_chunks. This is basically all the revise_chunks changes since alpha0 aside from the v2 B-tree changes that cause SWMR to fail. This merge should also bring the alpha branch in sync with the trunk. Tested on: 64-bit Ubuntu 15.10 (Linux 4.2.0 x86_64) gcc 5.2.1 autotools serial w/ C++ and Fortran autotools parallel w/ Fortran (MPICH 3.1.4) cmake serial (cmakehdf5) w/ C++ and Fortran
Diffstat (limited to 'src/H5config.h.in')
-rw-r--r--src/H5config.h.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 279120b..477e19b 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -423,9 +423,13 @@
with special algorithm. */
#undef LONG_TO_LDOUBLE_SPECIAL
-/* Define to the sub-directory where libtool stores uninstalled libraries. */
+/* Define to the sub-directory in which libtool stores uninstalled libraries.
+ */
#undef LT_OBJDIR
+/* Define to enable internal memory allocation sanity checking. */
+#undef MEMORY_ALLOC_SANITY_CHECK
+
/* Define if the metadata trace file code is to be compiled in */
#undef METADATA_TRACE_FILE