From f79ebc548d0270800bb485efac92d791de2aff71 Mon Sep 17 00:00:00 2001 From: ayin Date: Mon, 23 Jan 2006 10:26:21 +0000 Subject: [PATCH] *** empty log message *** --- Changes | 1 - configure.ac | 31 ------------------------------- src/rxvt.h | 4 ---- 3 files changed, 36 deletions(-) diff --git a/Changes b/Changes index e5d4a604..508871b0 100644 --- a/Changes +++ b/Changes @@ -16,7 +16,6 @@ WISH: just for fun, do shade and tint with XRender. DUMB: support tex fonts TODO: kill arabic presentation form table -TODO: kill dlmalloc dmalloc TODO: bug ayin to document possible configure options? 7.2 Sun Jan 22 21:58:16 CET 2006 diff --git a/configure.ac b/configure.ac index 1b6ef2b2..d31fd504 100644 --- a/configure.ac +++ b/configure.ac @@ -108,8 +108,6 @@ dnl AC_ENABLE_SHARED(no)dnl# libtool dnl AC_ENABLE_STATIC(yes)dnl# libtool dnl AC_PROG_LIBTOOL()dnl# libtool -MALLOC_TYPE=S - support_frills=yes support_inheritpixmap=yes support_tinting=yes @@ -415,25 +413,6 @@ AC_ARG_ENABLE(slipwheeling, support_mouseslipwheel=$enableval fi]) -AC_ARG_ENABLE(dmalloc, - [ --enable-dmalloc enable Gray Watson's malloc - for debugging use], - [if test x$enableval = xyes; then - MALLOC_TYPE=G - DEBUG=-DDEBUG_MALLOC - DLIB="-L/usr/local/lib -ldmalloc" - DINCLUDE=-I/usr/local/include - fi]) - -AC_ARG_ENABLE(dlmalloc, - [ --enable-dlmalloc enable Doug Lea's malloc - for production use - NOTE: enable only one malloc package], - [if test x$enableval = xyes; then - MALLOC_TYPE=D - DEBUG= - DLIB="-L/usr/local/lib -ldlmalloc" - DINCLUDE= - fi]) - AC_ARG_ENABLE(smart-resize, [ --enable-smart-resize enable smart growth/shrink behaviour], [if test x$enableval = xyes; then @@ -1006,16 +985,6 @@ echo "Configuration: Compiler flags: $CFLAGS Linker: $LINKER" -if test "$MALLOC_TYPE" = S; then - echo " malloc support: system default" -fi -if test "$MALLOC_TYPE" = G; then - echo " malloc support: Gray Watson's dmalloc" -fi -if test "$MALLOC_TYPE" = D; then - echo " malloc support: Doug Lea's malloc" -fi - if test x$support_xpm = xyes; then echo " Xpm library: $XPM_LIBS" fi diff --git a/src/rxvt.h b/src/rxvt.h index f90bb0e1..75068034 100644 --- a/src/rxvt.h +++ b/src/rxvt.h @@ -1528,9 +1528,5 @@ struct rxvt_term : zero_initialized, rxvt_vars { # define __PROTO(p) () #endif -#ifdef DEBUG_malloc -# include "dmalloc.h" /* This comes last */ -#endif - #endif /* _RXVT_H_ */ -- 2.34.1