Go to the documentation of this file.
22#ifndef SDL_build_config_android_h_
23#define SDL_build_config_android_h_
24#define SDL_build_config_h_
36#define HAVE_GCC_ATOMICS 1
38#define HAVE_ALLOCA_H 1
41#define HAVE_INTTYPES_H 1
42#define HAVE_LIMITS_H 1
44#define HAVE_SIGNAL_H 1
45#define HAVE_STDARG_H 1
46#define HAVE_STDDEF_H 1
47#define HAVE_STDINT_H 1
49#define HAVE_STDLIB_H 1
50#define HAVE_STRING_H 1
51#define HAVE_SYS_TYPES_H 1
65#define HAVE_UNSETENV 1
80#define HAVE_STRTOK_R 1
84#define HAVE_STRTOULL 1
90#define HAVE_STRCASECMP 1
91#define HAVE_STRNCASECMP 1
92#define HAVE_STRCASESTR 1
94#define HAVE_VSNPRINTF 1
105#define HAVE_COPYSIGN 1
106#define HAVE_COPYSIGNF 1
122#define HAVE_LROUNDF 1
129#define HAVE_SCALBNF 1
138#define HAVE_SIGACTION 1
140#define HAVE_NANOSLEEP 1
141#define HAVE_SYSCONF 1
142#define HAVE_CLOCK_GETTIME 1
145#define SDL_AUDIO_DRIVER_ANDROID 1
146#define SDL_AUDIO_DRIVER_OPENSLES 1
147#define SDL_AUDIO_DRIVER_AAUDIO 1
148#define SDL_AUDIO_DRIVER_DUMMY 1
151#define SDL_JOYSTICK_ANDROID 1
152#define SDL_JOYSTICK_HIDAPI 1
153#define SDL_JOYSTICK_VIRTUAL 1
154#define SDL_HAPTIC_ANDROID 1
157#define SDL_SENSOR_ANDROID 1
160#define SDL_LOADSO_DLOPEN 1
163#define SDL_THREAD_PTHREAD 1
164#define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
167#define SDL_TIMER_UNIX 1
170#define SDL_VIDEO_DRIVER_ANDROID 1
173#define SDL_VIDEO_OPENGL_ES 1
174#define SDL_VIDEO_OPENGL_ES2 1
175#define SDL_VIDEO_OPENGL_EGL 1
176#define SDL_VIDEO_RENDER_OGL_ES2 1
180#if defined(__ARM_ARCH) && __ARM_ARCH < 7
181#define SDL_VIDEO_VULKAN 0
183#define SDL_VIDEO_VULKAN 1
187#define SDL_POWER_ANDROID 1
190#define SDL_FILESYSTEM_ANDROID 1