summaryrefslogtreecommitdiff
path: root/zconfig.h
diff options
context:
space:
mode:
authorcitats <citats@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-06-21 04:32:42 +0000
committercitats <citats@5390a7c7-147a-4af0-8ec9-7488f05a26cb>2004-06-21 04:32:42 +0000
commitc1eb844ef3a5b0b98be50a1b53faf193303a1b03 (patch)
treec9732f8cf2c90e1bbb9ed26fa8f97cfce4df3c51 /zconfig.h
parentc215abcf9126f492f6c4fb4259ddf19fc9c0d93b (diff)
Make zaptel HDLC build autodetect work if hdlc has been compiled as a module
git-svn-id: http://svn.digium.com/svn/zaptel/trunk@415 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 1b63cf2..696628c 100755
--- a/zconfig.h
+++ b/zconfig.h
@@ -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