From 8dc5e09ccb680c91cd2ae9d42ef09994809cc7e1 Mon Sep 17 00:00:00 2001 From: Jason Parker Date: Thu, 17 Jan 2008 20:51:26 +0000 Subject: Add several busy detection related defines to menuselect. Allow better busy detect debugging (with BUSYDETECT_DEBUG). Remove very old BUSYDETECT and BUSY_DETECT_MARTIN defines. (closes issue #11107) Patches: busydetect_enhancement.patch uploaded by agx (license 298) busydetect-r94975.diff uploaded by sergee (license 138) Additional changes/cleanup by me. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@98998 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5127e3fd0..5b8951809 100644 --- a/Makefile +++ b/Makefile @@ -275,9 +275,7 @@ endif # XXX MALLOC_DEBUG is probably unused, Makefile.moddir_rules adds the # value directly to ASTCFLAGS -# XXX BUSYDETECT is probably useless, the only similar reference is to -# #ifdef BUSYDETECT in main/dsp.c -ASTCFLAGS+=$(MALLOC_DEBUG)$(BUSYDETECT)$(OPTIONS) +ASTCFLAGS+=$(MALLOC_DEBUG)$(OPTIONS) MOD_SUBDIRS:=channels pbx apps codecs formats cdr funcs tests main res $(LOCAL_MOD_SUBDIRS) OTHER_SUBDIRS:=utils agi -- cgit v1.2.3