aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authornadi <nadi@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-26 15:59:56 +0000
committernadi <nadi@f38db490-d61c-443f-a65b-d21fe96a405b>2007-03-26 15:59:56 +0000
commit8e64880bbd96f795f9ad14cd78a476bc59b72be2 (patch)
tree1d1ae595b418f54aaaaa9c14ec18809f3b6e1371 /include
parent09e637ccea4a431ea05d13e8890a6e61ee6ebe4e (diff)
Merged revisions 59202 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r59202 | nadi | 2007-03-26 17:25:53 +0200 (Mo, 26 Mär 2007) | 4 lines * mISDN >= 1.2 provides a dsp pipeline for i.e. echo cancellation modules, make chan_misdn use it. * add a check for linux/mISDNdsp.h to configure.ac and update the autogenerated files: 'configure', 'autoconfig.h.in' (the 'configure' script was not in sync with the latest configure.ac, so the diff is a bit bigger than expected). ........ git-svn-id: http://svn.digium.com/svn/asterisk/trunk@59203 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rw-r--r--include/asterisk/autoconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index a010f7008..e450ba93f 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -636,6 +636,9 @@
slash. */
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK
+/* Build chan_misdn for mISDN 1.2 or later. */
+#undef MISDN_1_2
+
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT