Go to the documentation of this file.
22 #ifndef SDL_config_android_h_
23 #define SDL_config_android_h_
36 #define HAVE_GCC_ATOMICS 1
38 #define STDC_HEADERS 1
39 #define HAVE_ALLOCA_H 1
40 #define HAVE_CTYPE_H 1
41 #define HAVE_INTTYPES_H 1
42 #define HAVE_LIMITS_H 1
44 #define HAVE_SIGNAL_H 1
45 #define HAVE_STDINT_H 1
46 #define HAVE_STDIO_H 1
47 #define HAVE_STRING_H 1
48 #define HAVE_SYS_TYPES_H 1
54 #define HAVE_REALLOC 1
61 #define HAVE_UNSETENV 1
63 #define HAVE_BSEARCH 1
68 #define HAVE_MEMMOVE 1
71 #define HAVE_STRLCPY 1
72 #define HAVE_STRLCAT 1
74 #define HAVE_STRRCHR 1
76 #define HAVE_STRTOK_R 1
78 #define HAVE_STRTOUL 1
79 #define HAVE_STRTOLL 1
80 #define HAVE_STRTOULL 1
85 #define HAVE_STRNCMP 1
86 #define HAVE_STRCASECMP 1
87 #define HAVE_STRNCASECMP 1
88 #define HAVE_STRCASESTR 1
89 #define HAVE_VSSCANF 1
90 #define HAVE_VSNPRINTF 1
101 #define HAVE_COPYSIGN 1
102 #define HAVE_COPYSIGNF 1
110 #define HAVE_FLOORF 1
116 #define HAVE_LOG10F 1
117 #define HAVE_LROUND 1
118 #define HAVE_LROUNDF 1
122 #define HAVE_ROUNDF 1
123 #define HAVE_SCALBN 1
124 #define HAVE_SCALBNF 1
132 #define HAVE_TRUNCF 1
133 #define HAVE_SIGACTION 1
134 #define HAVE_SETJMP 1
135 #define HAVE_NANOSLEEP 1
136 #define HAVE_SYSCONF 1
137 #define HAVE_CLOCK_GETTIME 1
140 #define SIZEOF_VOIDP 8
142 #define SIZEOF_VOIDP 4
146 #define SDL_AUDIO_DRIVER_ANDROID 1
147 #define SDL_AUDIO_DRIVER_OPENSLES 1
148 #define SDL_AUDIO_DRIVER_AAUDIO 1
149 #define SDL_AUDIO_DRIVER_DUMMY 1
152 #define SDL_JOYSTICK_ANDROID 1
153 #define SDL_JOYSTICK_HIDAPI 1
154 #define SDL_JOYSTICK_VIRTUAL 1
155 #define SDL_HAPTIC_ANDROID 1
158 #define SDL_SENSOR_ANDROID 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_ANDROID 1
174 #define SDL_VIDEO_OPENGL_ES 1
175 #define SDL_VIDEO_OPENGL_ES2 1
176 #define SDL_VIDEO_OPENGL_EGL 1
177 #define SDL_VIDEO_RENDER_OGL_ES 1
178 #define SDL_VIDEO_RENDER_OGL_ES2 1
182 #if defined(__ARM_ARCH) && __ARM_ARCH < 7
183 #define SDL_VIDEO_VULKAN 0
185 #define SDL_VIDEO_VULKAN 1
189 #define SDL_POWER_ANDROID 1
192 #define SDL_FILESYSTEM_ANDROID 1