summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2007-05-29 20:06:49 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2007-05-29 20:06:49 (GMT)
commitb73e0ae8e7a778a9b0f722a29bef75b79c478412 (patch)
tree3d5fa96056da89c61f0092e99e23c481b63b16c5 /src
parentbdcbada3f282774f709e17990dc7f77b24919950 (diff)
downloadhdf5-b73e0ae8e7a778a9b0f722a29bef75b79c478412.zip
hdf5-b73e0ae8e7a778a9b0f722a29bef75b79c478412.tar.gz
hdf5-b73e0ae8e7a778a9b0f722a29bef75b79c478412.tar.bz2
[svn-r13815] Description:
Regenerate configuration files after latest checkin
Diffstat (limited to 'src')
-rw-r--r--src/H5config.h.in9
-rw-r--r--src/Makefile.in2
2 files changed, 11 insertions, 0 deletions
diff --git a/src/H5config.h.in b/src/H5config.h.in
index 96c6520..6b966f5 100644
--- a/src/H5config.h.in
+++ b/src/H5config.h.in
@@ -3,6 +3,10 @@
/* Define if your system generates wrong code for log2 routine. */
#undef BAD_LOG2_CODE_GENERATED
+/* Define if the memory buffers being written to disk should be cleared before
+ writing. */
+#undef CLEAR_MEMORY
+
/* Define if your system can handle converting denormalized floating-point
values. */
#undef CONVERT_DENORMAL_FLOAT
@@ -588,6 +592,11 @@
floating-point values. */
#undef ULONG_TO_FP_BOTTOM_BIT_ACCURATE
+/* Define if a memory checking tool will be used on the library, to cause
+ library to be very picky about memory operations and also disable the
+ internal free list manager code. */
+#undef USING_MEMCHECKER
+
/* Version number of package */
#undef VERSION
diff --git a/src/Makefile.in b/src/Makefile.in
index ebe4b14..cf7257c 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -169,6 +169,7 @@ CC_VERSION = @CC_VERSION@
# H5_CFLAGS holds flags that should be used as CFLAGS when building hdf5,
# but which shouldn't be exported to h5cc for building other programs.
CFLAGS = @CFLAGS@ @H5_CFLAGS@
+CLEARFILEBUF = @CLEARFILEBUF@
CONFIG_DATE = @CONFIG_DATE@
CONFIG_MODE = @CONFIG_MODE@
CONFIG_USER = @CONFIG_USER@
@@ -274,6 +275,7 @@ USE_FILTER_NBIT = @USE_FILTER_NBIT@
USE_FILTER_SCALEOFFSET = @USE_FILTER_SCALEOFFSET@
USE_FILTER_SHUFFLE = @USE_FILTER_SHUFFLE@
USE_FILTER_SZIP = @USE_FILTER_SZIP@
+USINGMEMCHECKER = @USINGMEMCHECKER@
VERSION = @VERSION@
abs_builddir = @abs_builddir@
abs_srcdir = @abs_srcdir@