[Asterisk-cvs] zaptel zconfig.h,1.6,1.7

citats at lists.digium.com citats at lists.digium.com
Mon Jun 21 00:46:46 CDT 2004


Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/home/citats/cvs/zaptel

Modified Files:
	zconfig.h 
Log Message:
Make zaptel HDLC build autodetect work if hdlc has been compiled as a module

Index: zconfig.h
===================================================================
RCS file: /usr/cvsroot/zaptel/zconfig.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- zconfig.h	9 Apr 2004 17:54:05 -0000	1.6
+++ zconfig.h	21 Jun 2004 04:32:42 -0000	1.7
@@ -57,7 +57,7 @@
 
 /* We now use the linux kernel config to detect which options to use */
 /* You can still override them below */
-#ifdef CONFIG_HDLC
+#if defined(CONFIG_HDLC) || defined(CONFIG_HDLC_MODULE)
 #define CONFIG_ZAPATA_NET
 #if LINUX_VERSION_CODE <= KERNEL_VERSION(2,4,20)
 #define CONFIG_OLD_HDLC_API




More information about the svn-commits mailing list