Removed memwatch debugger

This commit is contained in:
Michiel Broek
2003-08-16 20:45:01 +00:00
parent aaee430a6f
commit 8fe34c922c
270 changed files with 282 additions and 6593 deletions

20
configure vendored
View File

@@ -837,11 +837,6 @@ if test -n "$ac_init_help"; then
cat <<\_ACEOF
Optional Features:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--enable-memwatch MEMWATCH debugging
Optional Packages:
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
@@ -1781,21 +1776,6 @@ fi
CFLAGS="$CFLAGS -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes"
# Check whether --enable-memwatch or --disable-memwatch was given.
if test "${enable_memwatch+set}" = set; then
enableval="$enable_memwatch"
memwatch=$enableval
else
memwatch=no
fi;
if test "$memwatch" = "yes"; then
cat >>confdefs.h <<\_ACEOF
#define MEMWATCH 1
_ACEOF
fi
cat >>confdefs.h <<_ACEOF
#define RESTAMP_OLD_POSTINGS 21
_ACEOF