From 3ffc032ddcc702c8f77db11492d5df366bec1fae Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 30 Jun 2006 15:55:38 +0000 Subject: update configure git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@36410 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- include/asterisk/autoconfig.h.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'include/asterisk/autoconfig.h.in') 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. -- cgit v1.2.3