Go to the documentation of this file.
22#ifndef SDL_build_config_ios_h_
23#define SDL_build_config_ios_h_
24#define SDL_build_config_h_
28#define HAVE_GCC_ATOMICS 1
30#define HAVE_ALLOCA_H 1
33#define HAVE_INTTYPES_H 1
34#define HAVE_LIMITS_H 1
36#define HAVE_SIGNAL_H 1
37#define HAVE_STDARG_H 1
38#define HAVE_STDDEF_H 1
39#define HAVE_STDINT_H 1
41#define HAVE_STDLIB_H 1
42#define HAVE_STRING_H 1
43#define HAVE_SYS_TYPES_H 1
59#define HAVE_UNSETENV 1
74#define HAVE_STRTOK_R 1
78#define HAVE_STRTOULL 1
84#define HAVE_STRCASECMP 1
85#define HAVE_STRNCASECMP 1
86#define HAVE_STRCASESTR 1
88#define HAVE_VSNPRINTF 1
99#define HAVE_COPYSIGN 1
100#define HAVE_COPYSIGNF 1
116#define HAVE_LROUNDF 1
123#define HAVE_SCALBNF 1
132#define HAVE_SIGACTION 1
134#define HAVE_NANOSLEEP 1
135#define HAVE_SYSCONF 1
136#define HAVE_SYSCTLBYNAME 1
137#define HAVE_O_CLOEXEC 1
140#define SDL_AUDIO_DRIVER_COREAUDIO 1
142#define SDL_AUDIO_DRIVER_DUMMY 1
145#define SDL_HAPTIC_DUMMY 1
150#define SDL_JOYSTICK_MFI 1
151#define SDL_JOYSTICK_VIRTUAL 1
154#define SDL_SENSOR_DUMMY 1
157#define SDL_SENSOR_COREMOTION 1
161#define SDL_LOADSO_DLOPEN 1
164#define SDL_THREAD_PTHREAD 1
165#define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
168#define SDL_TIMER_UNIX 1
171#define SDL_VIDEO_DRIVER_UIKIT 1
172#define SDL_VIDEO_DRIVER_DUMMY 1
175#if !TARGET_OS_MACCATALYST
176#define SDL_VIDEO_OPENGL_ES2 1
177#define SDL_VIDEO_OPENGL_ES 1
178#define SDL_VIDEO_RENDER_OGL_ES2 1
184#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)))
185#define SDL_PLATFORM_SUPPORTS_METAL 1
187#define SDL_PLATFORM_SUPPORTS_METAL 0
190#if SDL_PLATFORM_SUPPORTS_METAL
191#define SDL_VIDEO_RENDER_METAL 1
194#if SDL_PLATFORM_SUPPORTS_METAL
195#define SDL_VIDEO_VULKAN 1
198#if SDL_PLATFORM_SUPPORTS_METAL
199#define SDL_VIDEO_METAL 1
203#define SDL_POWER_UIKIT 1
206#define SDL_IPHONE_KEYBOARD 1
209#define SDL_IPHONE_LAUNCHSCREEN 1
212#define SDL_FILESYSTEM_COCOA 1