From cbfd5678ea3bfe1386ab01f19b78fe1222960608 Mon Sep 17 00:00:00 2001 From: "Kevin P. Fleming" Date: Wed, 2 Jan 2008 19:34:33 +0000 Subject: improve AC_C_DEFINE_CHECK to not try to evaluate the macro being checked for, but just check for its existence finish implementation of check for Zaptel HWGAIN support add check for Zaptel ECHOCANCEL_PARAMS support git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@95937 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/autoconfig.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/asterisk') diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in index 16697b429..d7251abe4 100644 --- a/include/asterisk/autoconfig.h.in +++ b/include/asterisk/autoconfig.h.in @@ -1012,6 +1012,12 @@ /* Define this to indicate the ${ZAPTEL_DESCRIP} library */ #undef HAVE_ZAPTEL +/* Define if your system has the ZAPTEL_ECHOCANPARAMS headers. */ +#undef HAVE_ZAPTEL_ECHOCANPARAMS + +/* Define ZAPTEL_ECHOCANPARAMS headers version */ +#undef HAVE_ZAPTEL_ECHOCANPARAMS_VERSION + /* Define if your system has the ZAPTEL_HWGAIN headers. */ #undef HAVE_ZAPTEL_HWGAIN -- cgit v1.2.3