mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
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:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user