no dmalloc here
This commit is contained in:
parent
db7081e550
commit
7118069a1b
|
@ -232,7 +232,10 @@ static int (*gl_out_hook)(char *buf) = 0;
|
||||||
static int (*gl_tab_hook)(char *buf, int prompt_width, int *loc) = gl_tab;
|
static int (*gl_tab_hook)(char *buf, int prompt_width, int *loc) = gl_tab;
|
||||||
|
|
||||||
/******************** imported interface *********************************/
|
/******************** imported interface *********************************/
|
||||||
|
#ifdef DMALLOC
|
||||||
|
/* reports leaks, which is the history buffer. dont care */
|
||||||
|
#undef DMALLOC
|
||||||
|
#endif
|
||||||
#include "sigar_getline.h"
|
#include "sigar_getline.h"
|
||||||
#include "sigar_private.h"
|
#include "sigar_private.h"
|
||||||
#include "sigar_util.h"
|
#include "sigar_util.h"
|
||||||
|
|
Loading…
Reference in New Issue