[asterisk-commits] jpeeler: branch jpeeler/chan_dahdi r118610 - in /team/jpeeler/chan_dahdi: ./ ...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Tue May 27 16:17:37 CDT 2008


Author: jpeeler
Date: Tue May 27 16:17:37 2008
New Revision: 118610

URL: http://svn.digium.com/view/asterisk?view=rev&rev=118610
Log:
remove HAVE_DAHDI_VERSION check

Modified:
    team/jpeeler/chan_dahdi/configure
    team/jpeeler/chan_dahdi/include/asterisk/zapata.h

Modified: team/jpeeler/chan_dahdi/include/asterisk/zapata.h
URL: http://svn.digium.com/view/asterisk/team/jpeeler/chan_dahdi/include/asterisk/zapata.h?view=diff&rev=118610&r1=118609&r2=118610
==============================================================================
--- team/jpeeler/chan_dahdi/include/asterisk/zapata.h (original)
+++ team/jpeeler/chan_dahdi/include/asterisk/zapata.h Tue May 27 16:17:37 2008
@@ -33,14 +33,8 @@
 #ifdef HAVE_DAHDI
 #include <sys/ioctl.h>
 
-#if defined(HAVE_DAHDI_VERSION) && HAVE_DAHDI_VERSION < 100
-/* Very old versions of zaptel drivers on FreeBSD install in ${PREFIX} */
-#include <zaptel.h>
-#include <tonezone.h>
-#else
-/* newer versions install in ${PREFIX}/zaptel */
+/* newer versions install in ${PREFIX}/dahdi */
 #include <dahdi/user.h>
-#endif	/* HAVE_DAHDI_VERSION < 100 */
 
 #endif	/* HAVE_DAHDI */
 




More information about the asterisk-commits mailing list