[svn-commits] rmudgett: branch rmudgett/mcid r267302 - /team/rmudgett/mcid/channels/sig_pri.h

SVN commits to the Digium repositories svn-commits at lists.digium.com
Wed Jun 2 16:35:01 CDT 2010


Author: rmudgett
Date: Wed Jun  2 16:34:59 2010
New Revision: 267302

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

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

Modified: team/rmudgett/mcid/channels/sig_pri.h
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/mcid/channels/sig_pri.h?view=diff&rev=267302&r1=267301&r2=267302
==============================================================================
--- team/rmudgett/mcid/channels/sig_pri.h (original)
+++ team/rmudgett/mcid/channels/sig_pri.h Wed Jun  2 16:34:59 2010
@@ -30,10 +30,6 @@
 #include "asterisk/ccss.h"
 #include <libpri.h>
 #include <dahdi/user.h>
-#if defined(PRI_SUBCMD_MCID_REQ)
-/* BUGBUG the HAVE_PRI_MCID line is to be removed when the mcid branch is merged to trunk and the configure script is updated. */
-#define HAVE_PRI_MCID 1
-#endif	/* defined(PRI_SUBCMD_MCID_REQ) */
 
 #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