From 03090a88bab15b94843e3850df68b37ff8948b54 Mon Sep 17 00:00:00 2001 From: Kinsey Moore Date: Thu, 1 Aug 2013 17:07:52 +0000 Subject: Fix documentation replication issues This prevents XML documentation duplication by expanding channel and bridge snapshot tags into channel and bridge snapshot parameter sets with a given prefix or defaulting to no prefix. This also prevents documentation from becoming fractured and out of date by keeping all variations of the documentation in template form such that it only needs to be updated once and keeps maintenance to a minimum. Review: https://reviewboard.asterisk.org/r/2708/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@395985 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/autoconfig.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/asterisk/autoconfig.h.in') diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in index ecbba0d2b..bbc035f92 100644 --- a/include/asterisk/autoconfig.h.in +++ b/include/asterisk/autoconfig.h.in @@ -394,6 +394,9 @@ /* Define if your system has the LIBXML2 libraries. */ #undef HAVE_LIBXML2 +/* Define to 1 if you have the LibXSLT library. */ +#undef HAVE_LIBXSLT + /* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H -- cgit v1.2.3