aboutsummaryrefslogtreecommitdiff
path: root/externals/ace/config-macosx-snowleopard.h
diff options
context:
space:
mode:
authorclick <none@none>2010-08-15 00:28:14 +0200
committerclick <none@none>2010-08-15 00:28:14 +0200
commite3b8a5923d5e5512cfe6e0f02246d22146691008 (patch)
treec7bed4a5667148d73b75ab62eae9695eb10cad49 /externals/ace/config-macosx-snowleopard.h
parentf3b93df6b70648fdd644c6e0db24089dca34738e (diff)
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
Diffstat (limited to 'externals/ace/config-macosx-snowleopard.h')
-rw-r--r--externals/ace/config-macosx-snowleopard.h11
1 files changed, 9 insertions, 2 deletions
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