Removed memwatch debugger
This commit is contained in:
@@ -7,7 +7,6 @@ include ../Makefile.global
|
||||
SRCS = mutil.c mbmon.c common.c proglock.c
|
||||
HDRS = mutil.h mbmon.h common.h proglock.h
|
||||
OBJS = mutil.o mbmon.o common.o proglock.o
|
||||
LIBS += ../lib/libmemwatch.a
|
||||
OTHER = Makefile
|
||||
|
||||
#############################################################################
|
||||
@@ -57,8 +56,8 @@ depend:
|
||||
|
||||
# DO NOT DELETE THIS LINE - MAKE DEPEND RELIES ON IT
|
||||
# Dependencies generated by make depend
|
||||
mutil.o: ../config.h ../lib/libs.h ../lib/memwatch.h ../lib/mberrors.h ../lib/structs.h common.h mutil.h
|
||||
mbmon.o: ../config.h ../lib/libs.h ../lib/memwatch.h ../lib/mberrors.h ../lib/structs.h common.h proglock.h mutil.h
|
||||
common.o: ../config.h ../lib/libs.h ../lib/memwatch.h ../lib/mberrors.h common.h
|
||||
proglock.o: ../config.h ../lib/libs.h ../lib/memwatch.h ../lib/mberrors.h ../lib/structs.h common.h proglock.h
|
||||
mutil.o: ../config.h ../lib/libs.h ../lib/mberrors.h ../lib/structs.h common.h mutil.h
|
||||
mbmon.o: ../config.h ../lib/libs.h ../lib/mberrors.h ../lib/structs.h common.h proglock.h mutil.h
|
||||
common.o: ../config.h ../lib/libs.h ../lib/mberrors.h common.h
|
||||
proglock.o: ../config.h ../lib/libs.h ../lib/mberrors.h ../lib/structs.h common.h proglock.h
|
||||
# End of generated dependencies
|
||||
|
@@ -30,7 +30,6 @@
|
||||
|
||||
#include "../config.h"
|
||||
#include "../lib/libs.h"
|
||||
#include "../lib/memwatch.h"
|
||||
#include "../lib/mberrors.h"
|
||||
#include <sys/un.h>
|
||||
#include "common.h"
|
||||
@@ -83,9 +82,6 @@ void ExitClient(int errcode)
|
||||
free(pbuff);
|
||||
|
||||
unlink(cpath);
|
||||
#ifdef MEMWATCH
|
||||
mwTerm();
|
||||
#endif
|
||||
exit(errcode);
|
||||
}
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
|
||||
#include "../config.h"
|
||||
#include "../lib/libs.h"
|
||||
#include "../lib/memwatch.h"
|
||||
#include "../lib/mberrors.h"
|
||||
#include "../lib/structs.h"
|
||||
#include "common.h"
|
||||
@@ -694,10 +693,6 @@ int main(int argc, char *argv[])
|
||||
int rc;
|
||||
FILE *fp;
|
||||
|
||||
#ifdef MEMWATCH
|
||||
mwInit();
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Read configuration
|
||||
*/
|
||||
|
@@ -30,7 +30,6 @@
|
||||
|
||||
#include "../config.h"
|
||||
#include "../lib/libs.h"
|
||||
#include "../lib/memwatch.h"
|
||||
#include "../lib/mberrors.h"
|
||||
#include "../lib/structs.h"
|
||||
#include "common.h"
|
||||
|
@@ -30,7 +30,6 @@
|
||||
|
||||
#include "../config.h"
|
||||
#include "../lib/libs.h"
|
||||
#include "../lib/memwatch.h"
|
||||
#include "../lib/mberrors.h"
|
||||
#include "../lib/structs.h"
|
||||
#include "common.h"
|
||||
|
Reference in New Issue
Block a user