summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2012-04-28 01:20:57 +0000
committerRussell Bryant <russell@russellbryant.com>2012-04-28 01:20:57 +0000
commiteebdf3515952ec163c4009b26f1f0bad4590c390 (patch)
tree28ba0a656d3be8544fa7ca0162192bd21bd36627 /include/asterisk/autoconfig.h.in
parenta498ef2aa0c4c6d5c846810f779b603ae9dd4abb (diff)
res_corosync: Fix build against corosync 2.0.
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@364444 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/autoconfig.h.in')
-rw-r--r--include/asterisk/autoconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index 6ba9d6527..f7ef9be89 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -140,6 +140,9 @@
/* Define to 1 if you have the Corosync library. */
#undef HAVE_COROSYNC
+/* Define to 1 if COROSYNC has the A callback only in corosync 1.x feature. */
+#undef HAVE_COROSYNC_CFG_STATE_TRACK
+
/* Define to 1 if you have the `cos' function. */
#undef HAVE_COS