From 775033301a6a86518cd7713c693ebf71ce36b95e Mon Sep 17 00:00:00 2001 From: Matthew Fredrickson Date: Fri, 19 Dec 2008 21:44:18 +0000 Subject: Add configuration support for half_full DAHDI buffer policy git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@166058 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/autoconfig.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include') diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in index 2ab71908a..35c5fce7c 100644 --- a/include/asterisk/autoconfig.h.in +++ b/include/asterisk/autoconfig.h.in @@ -183,6 +183,12 @@ /* Define if your system has the DAHDI headers. */ #undef HAVE_DAHDI +/* Define if your system has the DAHDI_HALF_FULL headers. */ +#undef HAVE_DAHDI_HALF_FULL + +/* Define DAHDI_HALF_FULL headers version */ +#undef HAVE_DAHDI_HALF_FULL_VERSION + /* Define DAHDI headers version */ #undef HAVE_DAHDI_VERSION -- cgit v1.2.3