Add autoconf checks for extra suppserv definitions that are not present in releases yet. chan_misdn should now build against the latest release.

(closes issue #11103)
Reported by: IgorG


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@87325 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Joshua Colp
2007-10-29 16:34:45 +00:00
parent 0769dd6e1e
commit c8777404b3
4 changed files with 161 additions and 1 deletions

View File

@@ -433,6 +433,18 @@
/* Define this to indicate the ${MISDN_DESCRIP} library */
#undef HAVE_MISDN
/* Define if your system has the MISDN_FAC_ERROR headers. */
#undef HAVE_MISDN_FAC_ERROR
/* Define MISDN_FAC_ERROR headers version */
#undef HAVE_MISDN_FAC_ERROR_VERSION
/* Define if your system has the MISDN_FAC_RESULT headers. */
#undef HAVE_MISDN_FAC_RESULT
/* Define MISDN_FAC_RESULT headers version */
#undef HAVE_MISDN_FAC_RESULT_VERSION
/* Define to indicate the ${MISDN_DESCRIP} library version */
#undef HAVE_MISDN_VERSION