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
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
73 #define HAVE_STRRCHR 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
94 #define HAVE_COPYSIGN 1
101 #define HAVE_SCALBN 1
108 #define HAVE_SIGACTION 1
109 #define HAVE_SETJMP 1
110 #define HAVE_NANOSLEEP 1
111 #define HAVE_SYSCONF 1
112 #define HAVE_CLOCK_GETTIME 1
114 #define SIZEOF_VOIDP 4
117 #define SDL_AUDIO_DRIVER_ANDROID 1
118 #define SDL_AUDIO_DRIVER_DUMMY 1
121 #define SDL_JOYSTICK_ANDROID 1
122 #define SDL_HAPTIC_ANDROID 1
125 #define SDL_LOADSO_DLOPEN 1
128 #define SDL_THREAD_PTHREAD 1
129 #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
132 #define SDL_TIMER_UNIX 1
135 #define SDL_VIDEO_DRIVER_ANDROID 1
138 #define SDL_VIDEO_OPENGL_ES 1
139 #define SDL_VIDEO_OPENGL_ES2 1
140 #define SDL_VIDEO_OPENGL_EGL 1
141 #define SDL_VIDEO_RENDER_OGL_ES 1
142 #define SDL_VIDEO_RENDER_OGL_ES2 1
146 #if defined(__ARM_ARCH) && __ARM_ARCH < 7
147 #define SDL_VIDEO_VULKAN 0
149 #define SDL_VIDEO_VULKAN 1
153 #define SDL_POWER_ANDROID 1
156 #define SDL_FILESYSTEM_ANDROID 1