b2a9a5fbca
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26965 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
130 lines
3.1 KiB
C
130 lines
3.1 KiB
C
///////////////////////////////////////////////////////////////////////////////
|
|
// Name: wxWindowsXcode_Prefix.pch
|
|
// Purpose: XCode 1.1 prefix header
|
|
// Author: Stefan Csomor
|
|
// Modified by:
|
|
// Created: 22.01.02
|
|
// 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 0
|
|
#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
|
|
|
|
#define WX_PRECOMP 1
|
|
|
|
/*
|
|
the official precomp does not work yet
|
|
*/
|
|
#ifdef WX_PRECOMP
|
|
#include "wx/wxprec.h"
|
|
#else
|
|
/*
|
|
we try as good as we can
|
|
*/
|
|
#include "wx/defs.h"
|
|
#include "wx/wxchar.h"
|
|
|
|
#include "wx/buffer.h"
|
|
/*
|
|
#include "wx/object.h"
|
|
#include "wx/dynarray.h"
|
|
#include "wx/list.h"
|
|
#include "wx/hash.h"
|
|
#include "wx/string.h"
|
|
#include "wx/intl.h"
|
|
#include "wx/log.h"
|
|
#include "wx/event.h"
|
|
#include "wx/app.h"
|
|
#include "wx/utils.h"
|
|
#include "wx/stream.h"
|
|
*/
|
|
#endif
|