summaryrefslogtreecommitdiffstats
path: root/src/libhdf5.settings.in
diff options
context:
space:
mode:
authorDana Robinson <43805+derobins@users.noreply.github.com>2022-11-09 17:22:14 (GMT)
committerGitHub <noreply@github.com>2022-11-09 17:22:14 (GMT)
commit0f30852242d906cb21d0246b3e68527f608d4d84 (patch)
tree4b1701d9155b315cad7ee1ecde250e816aedbd42 /src/libhdf5.settings.in
parent2025d047e212b5c804ec788fe3bbbf87a93b512b (diff)
downloadhdf5-0f30852242d906cb21d0246b3e68527f608d4d84.zip
hdf5-0f30852242d906cb21d0246b3e68527f608d4d84.tar.gz
hdf5-0f30852242d906cb21d0246b3e68527f608d4d84.tar.bz2
Removes dmalloc support (#2239)
This has not been used to debug the library in a very long time. Most developers use valgrind, -fsanitize=address, or some other memory checker instead of this library. This removes: * dmalloc.h include from H5private.h * --with-dmalloc= Autotools configure option * HDF5_ENABLE_USING_DMALLOC CMake option
Diffstat (limited to 'src/libhdf5.settings.in')
-rw-r--r--src/libhdf5.settings.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libhdf5.settings.in b/src/libhdf5.settings.in
index dbdbc74..73135aa 100644
--- a/src/libhdf5.settings.in
+++ b/src/libhdf5.settings.in
@@ -86,7 +86,6 @@ Dimension scales w/ new references: @DIMENSION_SCALES_WITH_NEW_REF@
Subfiling VFD: @SUBFILING_VFD@
(Read-Only) S3 VFD: @ROS3_VFD@
(Read-Only) HDFS VFD: @HAVE_LIBHDFS@
- dmalloc: @HAVE_DMALLOC@
Packages w/ extra debug output: @INTERNAL_DEBUG_OUTPUT@
API tracing: @TRACE_API@
Using memory checker: @USINGMEMCHECKER@