[Asterisk-cvs] zaptel zconfig.h,1.8,1.9
markster at lists.digium.com
markster at lists.digium.com
Wed Jun 30 09:48:45 CDT 2004
Update of /usr/cvsroot/zaptel
In directory mongoose.digium.com:/tmp/cvs-serv24435
Modified Files:
zconfig.h
Log Message:
Never implicitly turn on ZAPATA_NET because it introduces build problems on some systems
Index: zconfig.h
===================================================================
RCS file: /usr/cvsroot/zaptel/zconfig.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- zconfig.h 21 Jun 2004 17:33:36 -0000 1.8
+++ zconfig.h 30 Jun 2004 13:34:36 -0000 1.9
@@ -58,7 +58,7 @@
/* We now use the linux kernel config to detect which options to use */
/* You can still override them below */
#if defined(CONFIG_HDLC) || defined(CONFIG_HDLC_MODULE)
-#define CONFIG_ZAPATA_NET
+/* #define CONFIG_ZAPATA_NET */ /* NEVER implicitly turn on ZAPATA_NET */
#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,4,20)
#define CONFIG_OLD_HDLC_API
#else
More information about the svn-commits
mailing list