summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1997-09-10 19:58:12 (GMT)
committerRobb Matzke <matzke@llnl.gov>1997-09-10 19:58:12 (GMT)
commit2a7ec85d6bb3106e893170578e00eac554a1f71e (patch)
tree81d74aeee56f0e1d9b025882786b44c70530ca3d /config
parent7ead4a900b4b7980688708ee6794def0793f123c (diff)
downloadhdf5-2a7ec85d6bb3106e893170578e00eac554a1f71e.zip
hdf5-2a7ec85d6bb3106e893170578e00eac554a1f71e.tar.gz
hdf5-2a7ec85d6bb3106e893170578e00eac554a1f71e.tar.bz2
[svn-r72] *** empty log message ***
Diffstat (limited to 'config')
-rw-r--r--config/freebsd2.2.14
-rw-r--r--config/linux4
2 files changed, 2 insertions, 6 deletions
diff --git a/config/freebsd2.2.1 b/config/freebsd2.2.1
index 681f7a9..4d83367 100644
--- a/config/freebsd2.2.1
+++ b/config/freebsd2.2.1
@@ -1,7 +1,5 @@
# Site configuration -- do not distribute this file.
if test "x$CFLAGS" = "x"; then
- CFLAGS="-g -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings \
- -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \
- -Wnested-externs"
+ CFLAGS="-g -DH5AC_DEBUG_PROTECT -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs"
fi
diff --git a/config/linux b/config/linux
index 4a7778e..bf4b791 100644
--- a/config/linux
+++ b/config/linux
@@ -1,8 +1,6 @@
# Site configuration -- do not distribute this file.
if test "x$CFLAGS" = "x"; then
- CFLAGS="-g -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings \
- -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations \
- -Wnested-externs"
+ CFLAGS="-g -DH5AC_DEBUG_PROTECT -Wall -Wshadow -Wpointer-arith -Wcast-qual -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs"
fi