From 055a19e1286fbb7a3559c9928fad4e7d08af5329 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sun, 5 Feb 2012 10:58:37 +0000 Subject: Replace res_ais with a new module, res_corosync. This patch removes res_ais and introduces a new module, res_corosync. The OpenAIS project is deprecated and is now just a wrapper around Corosync. This module provides the same functionality using the same core infrastructure, but without the use of the deprecated components. Technically res_ais could have been used with an AIS implementation other than OpenAIS, but that is the only one I know of that was ever used. Review: https://reviewboard.asterisk.org/r/1700/ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@354046 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/autoconfig.h.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/asterisk/autoconfig.h.in') diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in index 5f3e7d535..0ba8ebaf7 100644 --- a/include/asterisk/autoconfig.h.in +++ b/include/asterisk/autoconfig.h.in @@ -137,6 +137,9 @@ /* Define to 1 if you have the `closefrom' function. */ #undef HAVE_CLOSEFROM +/* Define to 1 if you have the Corosync library. */ +#undef HAVE_COROSYNC + /* Define to 1 if you have the `cos' function. */ #undef HAVE_COS @@ -506,9 +509,6 @@ /* Define to 1 if you have the OGG library. */ #undef HAVE_OGG -/* Define to 1 if you have the OpenAIS library. */ -#undef HAVE_OPENAIS - /* Define if your system has the OpenH323 libraries. */ #undef HAVE_OPENH323 -- cgit v1.2.3