[asterisk-commits] rmudgett: branch rmudgett/dahdi_ccss r243698 - /team/rmudgett/dahdi_ccss/chan...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jan 27 15:16:53 CST 2010


Author: rmudgett
Date: Wed Jan 27 15:16:50 2010
New Revision: 243698

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=243698
Log:
Make temporary define of HAVE_PRI_CCSS conditional.

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

Modified: team/rmudgett/dahdi_ccss/channels/sig_pri.h
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/dahdi_ccss/channels/sig_pri.h?view=diff&rev=243698&r1=243697&r2=243698
==============================================================================
--- team/rmudgett/dahdi_ccss/channels/sig_pri.h (original)
+++ team/rmudgett/dahdi_ccss/channels/sig_pri.h Wed Jan 27 15:16:50 2010
@@ -30,8 +30,10 @@
 #include "asterisk/ccss.h"
 #include <libpri.h>
 #include <dahdi/user.h>
+#if defined(PRI_SUBCMD_CC_AVAILABLE)
 /* BUGBUG the HAVE_PRI_CCSS line is to be removed when the CCSS branch is merged to trunk and the configure script is updated. */
 #define HAVE_PRI_CCSS 1
+#endif	/* defined(PRI_SUBCMD_CC_AVAILABLE) */
 
 enum sig_pri_tone {
 	SIG_PRI_TONE_RINGTONE = 0,




More information about the asterisk-commits mailing list