]> git.saurik.com Git - wxWidgets.git/commitdiff
precompiled headers changed
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 29 Apr 2004 15:38:51 +0000 (15:38 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 29 Apr 2004 15:38:51 +0000 (15:38 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27009 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/config_xcode.h [new file with mode: 0644]
include/wx/platform.h

diff --git a/include/wx/mac/carbon/config_xcode.h b/include/wx/mac/carbon/config_xcode.h
new file mode 100644 (file)
index 0000000..f05fb2b
--- /dev/null
@@ -0,0 +1,99 @@
+///////////////////////////////////////////////////////////////////////////////
+// Name:        config_xcode.pch
+// Purpose:     configurations for xcode builds
+// Author:      Stefan Csomor
+// Modified by: 
+// Created:     29.04.04
+// RCS-ID:      $Id$
+// Copyright:   (c) wxWindows team
+// Licence:     wxWindows licence
+///////////////////////////////////////////////////////////////////////////////
+
+// from config.log confdefs
+
+#define HAVE_BOOL 1
+#define HAVE_CONST_CAST
+#define HAVE_COS 1
+#define HAVE_EXPLICIT 1
+#define HAVE_FCNTL 1
+#define HAVE_FLOOR 1
+#define HAVE_FNMATCH 1
+#define HAVE_FNMATCH_H 1
+#define HAVE_GETTIMEOFDAY 1
+#define HAVE_ICONV 1
+#define HAVE_INET_ADDR 1
+#define HAVE_INET_ADDR 1
+#define HAVE_INET_ATON 1
+#define HAVE_INET_ATON 1
+#define HAVE_INTTYPES_H 1
+#define HAVE_IOSTREAM 1
+#define HAVE_LANGINFO_H 1
+#define HAVE_LARGEFILE_SUPPORT 1
+#define HAVE_LOCALTIME 1
+#define HAVE_MEMORY_H 1
+#define HAVE_MKSTEMP 1
+#define HAVE_PTHREAD_CANCEL 1
+#define HAVE_PTHREAD_MUTEXATTR_T 1
+#define HAVE_PUTENV 1
+#define HAVE_PW_GECOS 1
+#define HAVE_REGCOMP 1
+#define HAVE_SCHED_H 1
+#define HAVE_SCHED_YIELD 1
+#define HAVE_SIGACTION 1
+#define HAVE_STATFS 1
+#define HAVE_STATIC_CAST
+#define HAVE_STDINT_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STDLIB_H 1
+#define HAVE_STRCASECMP_IN_STRING_H 1
+#define HAVE_STRINGS_H 1
+#define HAVE_STRING_H 1
+#define HAVE_STRPTIME 1
+#define HAVE_STRTOK_R 1
+#define HAVE_SYS_STAT_H 1
+#define HAVE_SYS_TYPES_H 1
+#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
+#define HAVE_TIMEGM 1
+#define HAVE_UNAME 1
+#define HAVE_UNISTD_H 1
+#define HAVE_UNISTD_H 1
+#define HAVE_USLEEP 1
+#define HAVE_VSNPRINTF 1
+#define HAVE_VSNPRINTF_DECL 1
+#define HAVE_WCHAR_H 1
+#define HAVE_WCSLEN 1
+#define HAVE_WCSLEN 1
+#define HAVE_WCSRTOMBS 1
+#define HAVE_X11_XKBLIB_H 1
+#define HAVE_X11_XLIB_H 1
+#define ICONV_CONST const
+#define PACKAGE_BUGREPORT "wx-dev@lists.wxwindows.org"
+#define PACKAGE_NAME "wxWindows"
+#define PACKAGE_STRING "wxWindows 2.5.1"
+#define PACKAGE_TARNAME "wxwindows"
+#define PACKAGE_VERSION "2.5.1"
+#define SIZEOF_CHAR 1
+#define SIZEOF_INT 4
+#define SIZEOF_LONG 4
+#define SIZEOF_LONG_LONG 8
+#define SIZEOF_SHORT 2
+#define SIZEOF_SIZE_T 4
+#define SIZEOF_VOID_P 4
+#define SIZEOF_WCHAR_T 4
+#define SOCKLEN_T socklen_t
+#define STDC_HEADERS 1
+#define TARGET_CARBON 1
+#define WORDS_BIGENDIAN 1
+#define WXWIN_COMPATIBILITY_2_4 1
+#define WXWIN_OS_DESCRIPTION "Darwin 7.3.0 Power Macintosh"
+#define WX_GMTOFF_IN_TM 1
+#define WX_NO_REGEX_ADVANCED 1
+#define WX_STATFS_T struct statfs
+#define WX_TIMEZONE timezone
+#define _FILE_OFFSET_BITS 64
+#define __BSD__ 1
+#define __DARWIN__ 1
+#define __POWERPC__ 1
+#define __UNIX__ 1
+#define wxSIZE_T_IS_ULONG 1
+#define wxTYPE_SA_HANDLER int
index df1f9cdcc14c670db19abd95494f3021023047c5..d9670ec48e6745f2e344dfdcd5ea7897ecba5acb 100644 (file)
@@ -34,6 +34,9 @@
                #define __WXMAC_OSX__ 1
                #define __WXMAC_CARBON__ 1
                #define __WXMAC_CLASSIC__ 0
+        #ifdef __WXMAC_XCODE__
+            #include "wx/mac/carbon/config_xcode.h"
+        #endif
        #else
                #define __WXMAC_OSX__ 0
                #if TARGET_CARBON