summaryrefslogtreecommitdiff
path: root/include/asterisk/autoconfig.h.in
diff options
context:
space:
mode:
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.