summaryrefslogtreecommitdiff
path: root/zconfig.h
diff options
context:
space:
mode:
authormattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-04-27 20:35:05 +0000
committermattf <mattf@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2005-04-27 20:35:05 +0000
commit6b3c3dd9d8b272e86dbb059a97d41fab3cc4264d (patch)
tree34862447ea6c83469bf4015abb37f4be7545db7a /zconfig.h
parentecd357d37d51ded1c4df4c690478106cd361f399 (diff)
HDLC compilation fixes. Tested to compile correctly for all HDLC changes
between 2.4.20 and 2.4.30 git-svn-id: http://svn.digium.com/svn/zaptel/trunk@632 5390a7c7-147a-4af0-8ec9-7488f05a26cb
Diffstat (limited to 'zconfig.h')
-rwxr-xr-xzconfig.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zconfig.h b/zconfig.h
index da7cae6..b332050 100755
--- a/zconfig.h
+++ b/zconfig.h
@@ -70,8 +70,8 @@
/* 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 */ /* NEVER implicitly turn on ZAPATA_NET */
-#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,4,19)
+/* #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
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,4,23)