[svn-commits] rmudgett: branch rmudgett/aoc_event r267007 - /team/rmudgett/aoc_event/channels/

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 2 12:00:27 CDT 2010


Author: rmudgett
Date: Wed Jun  2 12:00:25 2010
New Revision: 267007

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=267007
Log:
Remove temporary AOC libpri detect enable code.

Modified:
    team/rmudgett/aoc_event/channels/sig_pri.h

Modified: team/rmudgett/aoc_event/channels/sig_pri.h
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/aoc_event/channels/sig_pri.h?view=diff&rev=267007&r1=267006&r2=267007
==============================================================================
--- team/rmudgett/aoc_event/channels/sig_pri.h (original)
+++ team/rmudgett/aoc_event/channels/sig_pri.h Wed Jun  2 12:00:25 2010
@@ -30,10 +30,6 @@
 #include "asterisk/ccss.h"
 #include <libpri.h>
 #include <dahdi/user.h>
-#if defined(PRI_SUBCMD_AOC_S)
-/* BUGBUG the HAVE_PRI_AOC_EVENTS line is to be removed when the aoc_events branch is merged to trunk and the configure script is updated. */
-#define HAVE_PRI_AOC_EVENTS 1
-#endif	/* defined(PRI_SUBCMD_AOC_S) */
 
 #if defined(HAVE_PRI_CCSS)
 /*! PRI debug message flags when normal PRI debugging is turned on at the command line. */




More information about the svn-commits mailing list