diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/freebsd2.2.1 | 4 | ||||
-rw-r--r-- | config/linux | 4 |
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 |