summaryrefslogtreecommitdiffstats
path: root/src/H5FLprivate.h
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2005-04-05 19:52:15 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2005-04-05 19:52:15 (GMT)
commit16ac51bff15be27048c40eceec21b8bc4c904896 (patch)
tree7a0595b93190c9199223a3b936996bb15272c07a /src/H5FLprivate.h
parent133d48e6d0548f0bc515e4fdaa420c76fc3bb52e (diff)
downloadhdf5-16ac51bff15be27048c40eceec21b8bc4c904896.zip
hdf5-16ac51bff15be27048c40eceec21b8bc4c904896.tar.gz
hdf5-16ac51bff15be27048c40eceec21b8bc4c904896.tar.bz2
[svn-r10547] Purpose:
Bug fix (sorta) Description: Re-enable free-lists in library. Platforms tested: FreeBSD 4.11 (sleipnir) Too minor to require h5committest
Diffstat (limited to 'src/H5FLprivate.h')
-rw-r--r--src/H5FLprivate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5FLprivate.h b/src/H5FLprivate.h
index 24c62b1..88c179b 100644
--- a/src/H5FLprivate.h
+++ b/src/H5FLprivate.h
@@ -35,7 +35,7 @@
/* Private headers needed by this file */
/* Macros for turning off free lists in the library */
-#define H5_NO_FREE_LISTS
+/* #define H5_NO_FREE_LISTS */
#if defined H5_NO_FREE_LISTS || defined H5_USING_PURIFY
#define H5_NO_REG_FREE_LISTS
#define H5_NO_ARR_FREE_LISTS