git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@144925
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
#include "asterisk/autoconfig.h"
-#if !defined(STANDALONE_AEL) && defined(MALLOC_DEBUG)
+#if !defined(NO_MALLOC_DEBUG) && !defined(STANDALONE_AEL) && defined(MALLOC_DEBUG)
#include "asterisk/astmm.h"
#endif
* \author Mark Spencer <markster@digium.com>
*/
-#ifdef __AST_DEBUG_MALLOC
-
#include "asterisk.h"
+#ifdef __AST_DEBUG_MALLOC
+
ASTERISK_FILE_VERSION(__FILE__, "$Revision$")
#include <stdio.h>
astman: astman.o md5.o
astman: LIBS+=$(NEWT_LIB)
+astman.o: ASTCFLAGS+=-DNO_MALLOC_DEBUG
stereorize: stereorize.o frame.o
stereorize: LIBS+=-lm
*
*/
+#include "asterisk.h"
+
#include <newt.h>
#include <stdio.h>
#include <sys/time.h>