[svn-commits] seanbright: branch seanbright/hoard-integration r126361 - /team/seanbright/ho...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sun Jun 29 11:36:23 CDT 2008


Author: seanbright
Date: Sun Jun 29 11:36:23 2008
New Revision: 126361

URL: http://svn.digium.com/view/asterisk?view=rev&rev=126361
Log:
This too.  Is there a version of autoconf I *should* be using?

Modified:
    team/seanbright/hoard-integration/include/asterisk/autoconfig.h.in

Modified: team/seanbright/hoard-integration/include/asterisk/autoconfig.h.in
URL: http://svn.digium.com/view/asterisk/team/seanbright/hoard-integration/include/asterisk/autoconfig.h.in?view=diff&rev=126361&r1=126360&r2=126361
==============================================================================
--- team/seanbright/hoard-integration/include/asterisk/autoconfig.h.in (original)
+++ team/seanbright/hoard-integration/include/asterisk/autoconfig.h.in Sun Jun 29 11:36:23 2008
@@ -342,6 +342,12 @@
 
 /* Define if your system has the GTK2 libraries. */
 #undef HAVE_GTK2
+
+/* Define this to indicate the ${HOARD_DESCRIP} library */
+#undef HAVE_HOARD
+
+/* Define to indicate the ${HOARD_DESCRIP} library version */
+#undef HAVE_HOARD_VERSION
 
 /* Define this to indicate the ${ICONV_DESCRIP} library */
 #undef HAVE_ICONV
@@ -1176,6 +1182,9 @@
 #ifndef _POSIX_PTHREAD_SEMANTICS
 # undef _POSIX_PTHREAD_SEMANTICS
 #endif
+#ifndef _TANDEM_SOURCE
+# undef _TANDEM_SOURCE
+#endif
 
 /* Define like PROTOTYPES; this can be used by system headers. */
 #undef __PROTOTYPES




More information about the svn-commits mailing list