From e3b8a5923d5e5512cfe6e0f02246d22146691008 Mon Sep 17 00:00:00 2001 From: click Date: Sun, 15 Aug 2010 00:28:14 +0200 Subject: Core/externals: Update ACE to 5.8.1 (should fix issues with disconnects happening on servers compiled under VS2010) Update issue 3411 Status: NeedsFeedback --HG-- branch : trunk --- externals/ace/config-macosx-snowleopard.h | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'externals/ace/config-macosx-snowleopard.h') diff --git a/externals/ace/config-macosx-snowleopard.h b/externals/ace/config-macosx-snowleopard.h index f9b3522a5aa..09e9458d6b9 100644 --- a/externals/ace/config-macosx-snowleopard.h +++ b/externals/ace/config-macosx-snowleopard.h @@ -1,10 +1,17 @@ -// $Id: config-macosx-snowleopard.h 87236 2009-10-27 08:21:42Z wotte $ +// $Id: config-macosx-snowleopard.h 91093 2010-07-15 09:12:20Z wotte $ #ifndef ACE_CONFIG_MACOSX_SNOWLEOPARD_H #define ACE_CONFIG_MACOSX_SNOWLEOPARD_H + #include "ace/config-macosx-leopard.h" +#ifdef __clang__ +#ifdef ACE_HAS_GCC_ATOMIC_BUILTINS +#undef ACE_HAS_GCC_ATOMIC_BUILTINS +#endif +#endif + // This header has been deprecated in Snow Leopard. #define ACE_LACKS_UCONTEXT_H -#endif ACE_CONFIG_MACOSX_SNOWLEOPARD_H +#endif // ACE_CONFIG_MACOSX_SNOWLEOPARD_H -- cgit v1.2.3