summaryrefslogtreecommitdiff
path: root/zconfig.h
diff options
context:
space:
mode:
authormarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-06-30 13:34:36 +0000
committermarkster <markster@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-06-30 13:34:36 +0000
commitbe8f01ad196798eb94660ac887e1593821226897 (patch)
tree94da577f70c0664d97cce65d99bc9fad4eb1918a /zconfig.h
parent19b6e02ceaa74830357aa8b47f97cbd1707e573d (diff)
Never implicitly turn on ZAPATA_NET because it introduces build problems on some systems
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@428 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zconfig.h')
-rwxr-xr-xzconfig.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zconfig.h b/zconfig.h
index 5170537..740e66c 100755
--- a/zconfig.h
+++ b/zconfig.h
@@ -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