00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef _SDL_config_iphoneos_h
00024 #define _SDL_config_iphoneos_h
00025
00026 #include "SDL_platform.h"
00027
00028 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H)
00029 typedef signed char int8_t;
00030 typedef unsigned char uint8_t;
00031 typedef signed short int16_t;
00032 typedef unsigned short uint16_t;
00033 typedef signed int int32_t;
00034 typedef unsigned int uint32_t;
00035 typedef unsigned long uintptr_t;
00036 #endif
00037
00038 #define SDL_HAS_64BIT_TYPE 1
00039
00040 #define HAVE_ALLOCA_H 1
00041 #define HAVE_SYS_TYPES_H 1
00042 #define HAVE_STDIO_H 1
00043 #define STDC_HEADERS 1
00044 #define HAVE_STRING_H 1
00045 #define HAVE_INTTYPES_H 1
00046 #define HAVE_STDINT_H 1
00047 #define HAVE_CTYPE_H 1
00048 #define HAVE_MATH_H 1
00049 #define HAVE_SIGNAL_H 1
00050
00051
00052 #define HAVE_MALLOC 1
00053 #define HAVE_CALLOC 1
00054 #define HAVE_REALLOC 1
00055 #define HAVE_FREE 1
00056 #define HAVE_ALLOCA 1
00057 #define HAVE_GETENV 1
00058 #define HAVE_PUTENV 1
00059 #define HAVE_UNSETENV 1
00060 #define HAVE_QSORT 1
00061 #define HAVE_ABS 1
00062 #define HAVE_BCOPY 1
00063 #define HAVE_MEMSET 1
00064 #define HAVE_MEMCPY 1
00065 #define HAVE_MEMMOVE 1
00066 #define HAVE_MEMCMP 1
00067 #define HAVE_STRLEN 1
00068 #define HAVE_STRLCPY 1
00069 #define HAVE_STRLCAT 1
00070 #define HAVE_STRDUP 1
00071 #define HAVE_STRCHR 1
00072 #define HAVE_STRRCHR 1
00073 #define HAVE_STRSTR 1
00074 #define HAVE_STRTOL 1
00075 #define HAVE_STRTOUL 1
00076 #define HAVE_STRTOLL 1
00077 #define HAVE_STRTOULL 1
00078 #define HAVE_STRTOD 1
00079 #define HAVE_ATOI 1
00080 #define HAVE_ATOF 1
00081 #define HAVE_STRCMP 1
00082 #define HAVE_STRNCMP 1
00083 #define HAVE_STRCASECMP 1
00084 #define HAVE_STRNCASECMP 1
00085 #define HAVE_SSCANF 1
00086 #define HAVE_SNPRINTF 1
00087 #define HAVE_VSNPRINTF 1
00088 #define HAVE_CEIL 1
00089 #define HAVE_COPYSIGN 1
00090 #define HAVE_COS 1
00091 #define HAVE_COSF 1
00092 #define HAVE_FABS 1
00093 #define HAVE_FLOOR 1
00094 #define HAVE_LOG 1
00095 #define HAVE_POW 1
00096 #define HAVE_SCALBN 1
00097 #define HAVE_SIN 1
00098 #define HAVE_SINF 1
00099 #define HAVE_SQRT 1
00100 #define HAVE_SIGACTION 1
00101 #define HAVE_SETJMP 1
00102 #define HAVE_NANOSLEEP 1
00103
00104
00105 #define SDL_AUDIO_DRIVER_COREAUDIOIPHONE 1
00106
00107 #define SDL_AUDIO_DRIVER_DUMMY 1
00108
00109
00110 #define SDL_HAPTIC_DISABLED 1
00111
00112
00113
00114
00115
00116
00117 #define SDL_LOADSO_DISABLED 1
00118
00119
00120 #define SDL_THREAD_PTHREAD 1
00121 #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
00122
00123
00124 #define SDL_TIMER_UNIX 1
00125
00126
00127 #define SDL_VIDEO_DRIVER_UIKIT 1
00128 #define SDL_VIDEO_DRIVER_DUMMY 1
00129
00130
00131 #define SDL_VIDEO_OPENGL_ES 1
00132 #define SDL_VIDEO_RENDER_OGL_ES 1
00133
00134
00135 #define SDL_POWER_MACOSX 1
00136
00137
00138 #define SDL_IPHONE_KEYBOARD 1
00139
00140
00141 #define SDL_IPHONE_MULTIPLE_MICE 1
00142
00143
00144
00145
00146 #define SDL_IPHONE_MAX_GFORCE 5.0
00147
00148 #endif