Go to the documentation of this file.
22 #ifndef SDL_config_iphoneos_h_
23 #define SDL_config_iphoneos_h_
29 #define SIZEOF_VOIDP 8
31 #define SIZEOF_VOIDP 4
34 #define HAVE_GCC_ATOMICS 1
36 #define STDC_HEADERS 1
37 #define HAVE_ALLOCA_H 1
38 #define HAVE_CTYPE_H 1
39 #define HAVE_INTTYPES_H 1
40 #define HAVE_LIMITS_H 1
42 #define HAVE_SIGNAL_H 1
43 #define HAVE_STDINT_H 1
44 #define HAVE_STDIO_H 1
45 #define HAVE_STRING_H 1
46 #define HAVE_SYS_TYPES_H 1
53 #define HAVE_REALLOC 1
60 #define HAVE_UNSETENV 1
66 #define HAVE_MEMMOVE 1
69 #define HAVE_STRLCPY 1
70 #define HAVE_STRLCAT 1
72 #define HAVE_STRRCHR 1
74 #define HAVE_STRTOK_R 1
76 #define HAVE_STRTOUL 1
77 #define HAVE_STRTOLL 1
78 #define HAVE_STRTOULL 1
83 #define HAVE_STRNCMP 1
84 #define HAVE_STRCASECMP 1
85 #define HAVE_STRNCASECMP 1
86 #define HAVE_VSSCANF 1
87 #define HAVE_VSNPRINTF 1
99 #define HAVE_COPYSIGN 1
100 #define HAVE_COPYSIGNF 1
108 #define HAVE_FLOORF 1
114 #define HAVE_LOG10F 1
117 #define HAVE_SCALBN 1
118 #define HAVE_SCALBNF 1
126 #define HAVE_TRUNCF 1
127 #define HAVE_SIGACTION 1
128 #define HAVE_SETJMP 1
129 #define HAVE_NANOSLEEP 1
130 #define HAVE_SYSCONF 1
131 #define HAVE_SYSCTLBYNAME 1
134 #define SDL_AUDIO_DRIVER_COREAUDIO 1
136 #define SDL_AUDIO_DRIVER_DUMMY 1
139 #define SDL_HAPTIC_DUMMY 1
144 #define SDL_JOYSTICK_MFI 1
145 #define SDL_JOYSTICK_VIRTUAL 1
148 #define SDL_SENSOR_DUMMY 1
151 #define SDL_SENSOR_COREMOTION 1
155 #define SDL_LOADSO_DLOPEN 1
158 #define SDL_THREAD_PTHREAD 1
159 #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
162 #define SDL_TIMER_UNIX 1
165 #define SDL_VIDEO_DRIVER_UIKIT 1
166 #define SDL_VIDEO_DRIVER_DUMMY 1
169 #define SDL_VIDEO_OPENGL_ES2 1
170 #define SDL_VIDEO_OPENGL_ES 1
171 #define SDL_VIDEO_RENDER_OGL_ES 1
172 #define SDL_VIDEO_RENDER_OGL_ES2 1
177 #if (TARGET_OS_SIMULATOR && ((__IPHONE_OS_VERSION_MIN_REQUIRED >= 130000) || (__TV_OS_VERSION_MIN_REQUIRED >= 130000))) || (!TARGET_CPU_ARM && ((__IPHONE_OS_VERSION_MIN_REQUIRED >= 80000) || (__TV_OS_VERSION_MIN_REQUIRED >= 90000)))
178 #define SDL_PLATFORM_SUPPORTS_METAL 1
180 #define SDL_PLATFORM_SUPPORTS_METAL 0
183 #if SDL_PLATFORM_SUPPORTS_METAL
184 #define SDL_VIDEO_RENDER_METAL 1
187 #if SDL_PLATFORM_SUPPORTS_METAL
188 #define SDL_VIDEO_VULKAN 1
191 #if SDL_PLATFORM_SUPPORTS_METAL
192 #define SDL_VIDEO_METAL 1
196 #define SDL_POWER_UIKIT 1
199 #define SDL_IPHONE_KEYBOARD 1
202 #define SDL_IPHONE_LAUNCHSCREEN 1
205 #define SDL_FILESYSTEM_COCOA 1