summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
authorRussell Bryant <russell@russellbryant.com>2006-06-30 15:55:38 +0000
committerRussell Bryant <russell@russellbryant.com>2006-06-30 15:55:38 +0000
commit3ffc032ddcc702c8f77db11492d5df366bec1fae (patch)
treee8e625f999198cfc29f6c774f9a58f289f95a058 /include/asterisk/autoconfig.h.in
parent40bae2fba380222fc700ba106429e1c798c4b053 (diff)
update configure
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36410 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'include/asterisk/autoconfig.h.in')
-rw-r--r--include/asterisk/autoconfig.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/asterisk/autoconfig.h.in b/include/asterisk/autoconfig.h.in
index fd441011a..077a2a107 100644
--- a/include/asterisk/autoconfig.h.in
+++ b/include/asterisk/autoconfig.h.in
@@ -218,6 +218,9 @@
/* Define to indicate the Open Sound System library */
#undef HAVE_OSS
+/* Define to 1 if OSX atomic operations are supported. */
+#undef HAVE_OSX_ATOMICS
+
/* Define to indicate the popt library */
#undef HAVE_POPT
@@ -502,6 +505,9 @@
release 3. */
#undef SETVBUF_REVERSED
+/* The size of `int', as computed by sizeof. */
+#undef SIZEOF_INT
+
/* If using the C implementation of alloca, define if you know the
direction of stack growth for your system; otherwise it will be
automatically deduced at runtime.