X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f3239c2118f2ab27516ee9662a1707ba7d8f9a7b..3a1767632183503f200cd33f36f13d67c62f2a9e:/include/wx/osx/config_xcode.h diff --git a/include/wx/osx/config_xcode.h b/include/wx/osx/config_xcode.h index bacb7ee8ee..67f02e7137 100644 --- a/include/wx/osx/config_xcode.h +++ b/include/wx/osx/config_xcode.h @@ -1,8 +1,8 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: config_xcode.pch +// Name: wx/osx/config_xcode.h // Purpose: configurations for xcode builds // Author: Stefan Csomor -// Modified by: +// Modified by: // Created: 29.04.04 // RCS-ID: $Id$ // Copyright: (c) wxWidgets team @@ -13,7 +13,7 @@ #define HAVE_SSIZE_T 1 #define STDC_HEADERS 1 -#if __BIG_ENDIAN__ +#ifdef __BIG_ENDIAN__ #define WORDS_BIGENDIAN 1 #endif #define wxUSE_UNIX 1 @@ -26,6 +26,15 @@ #define HAVE_EXPLICIT 1 #define HAVE_VA_COPY 1 #define HAVE_VARIADIC_MACROS 1 +#define HAVE_STD_WSTRING 1 +#if MAC_OS_X_VERSION_MAX_ALLOWED >= MAC_OS_X_VERSION_10_6 +#if __GNUC__ > 4 || ( __GNUC__ == 4 && __GNUC_MINOR__ >= 2 ) +#define HAVE_TR1_UNORDERED_MAP 1 +#define HAVE_TR1_UNORDERED_SET 1 +#define HAVE_TR1_TYPE_TRAITS 1 +#define HAVE_GCC_ATOMIC_BUILTINS 1 +#endif +#endif #define HAVE_VISIBILITY 1 #define wxHAVE_PTHREAD_CLEANUP 1 #define CONST_COMPATIBILITY 0 @@ -119,13 +128,14 @@ #define HAVE_GETPWUID_R 1 #define HAVE_GETGRGID_R 1 #define HAVE_LOCALE_T 1 +#define wxHAS_KQUEUE 1 #define WXWIN_OS_DESCRIPTION "Darwin 7.9.0 Power Macintosh" #define PACKAGE_BUGREPORT "wx-dev@lists.wxwidgets.org" #define PACKAGE_NAME "wxWidgets" -#define PACKAGE_STRING "wxWidgets 2.9.1" +#define PACKAGE_STRING "wxWidgets 2.9.4" #define PACKAGE_TARNAME "wxwidgets" -#define PACKAGE_VERSION "2.9.1" +#define PACKAGE_VERSION "2.9.4" // for regex #define WX_NO_REGEX_ADVANCED 1 @@ -135,7 +145,7 @@ #define HAVE_STDLIB_H 1 // OBSOLETE ? - + #define HAVE_COS 1 #define HAVE_FLOOR 1 #define HAVE_INTTYPES_H 1