Go to the documentation of this file.
22 #ifndef _SDL_config_emscripten_h_
23 #define _SDL_config_emscripten_h_
34 #define SIZEOF_VOIDP 8
36 #define SIZEOF_VOIDP 4
38 #define HAVE_GCC_ATOMICS 1
41 #define STDC_HEADERS 1
42 #define HAVE_ALLOCA_H 1
43 #define HAVE_CTYPE_H 1
44 #define HAVE_ICONV_H 1
45 #define HAVE_INTTYPES_H 1
46 #define HAVE_LIMITS_H 1
47 #define HAVE_MALLOC_H 1
49 #define HAVE_MEMORY_H 1
50 #define HAVE_SIGNAL_H 1
51 #define HAVE_STDARG_H 1
52 #define HAVE_STDINT_H 1
53 #define HAVE_STDIO_H 1
54 #define HAVE_STDLIB_H 1
55 #define HAVE_STRINGS_H 1
56 #define HAVE_STRING_H 1
57 #define HAVE_SYS_TYPES_H 1
58 #define HAVE_WCHAR_H 1
64 #define HAVE_REALLOC 1
70 #define HAVE_UNSETENV 1
76 #define HAVE_MEMMOVE 1
82 #define HAVE_WCSNCMP 1
83 #define HAVE_WCSCASECMP 1
84 #define HAVE_WCSNCASECMP 1
86 #define HAVE_STRLCPY 1
87 #define HAVE_STRLCAT 1
89 #define HAVE_STRRCHR 1
91 #define HAVE_STRTOK_R 1
93 #define HAVE_STRTOUL 1
94 #define HAVE_STRTOLL 1
95 #define HAVE_STRTOULL 1
100 #define HAVE_STRNCMP 1
101 #define HAVE_STRCASECMP 1
102 #define HAVE_STRNCASECMP 1
103 #define HAVE_SSCANF 1
104 #define HAVE_VSSCANF 1
105 #define HAVE_VSNPRINTF 1
114 #define HAVE_ATAN2F 1
117 #define HAVE_COPYSIGN 1
118 #define HAVE_COPYSIGNF 1
126 #define HAVE_FLOORF 1
132 #define HAVE_LOG10F 1
133 #define HAVE_LROUND 1
134 #define HAVE_LROUNDF 1
138 #define HAVE_ROUNDF 1
139 #define HAVE_SCALBN 1
140 #define HAVE_SCALBNF 1
148 #define HAVE_TRUNCF 1
149 #define HAVE_FSEEKO 1
150 #define HAVE_FSEEKO64 1
151 #define HAVE_SIGACTION 1
152 #define HAVE_SA_SIGACTION 1
153 #define HAVE_SETJMP 1
154 #define HAVE_NANOSLEEP 1
155 #define HAVE_SYSCONF 1
156 #define HAVE_CLOCK_GETTIME 1
158 #define HAVE_MPROTECT 1
164 #define SDL_CPUINFO_DISABLED 1
165 #define SDL_HAPTIC_DISABLED 1
166 #define SDL_HIDAPI_DISABLED 1
167 #ifndef __EMSCRIPTEN_PTHREADS__
168 #define SDL_THREADS_DISABLED 1
172 #define SDL_AUDIO_DRIVER_DISK 1
173 #define SDL_AUDIO_DRIVER_DUMMY 1
174 #define SDL_AUDIO_DRIVER_EMSCRIPTEN 1
177 #define SDL_JOYSTICK_EMSCRIPTEN 1
180 #define SDL_SENSOR_DUMMY 1
183 #define SDL_LOADSO_DLOPEN 1
186 #ifdef __EMSCRIPTEN_PTHREADS__
187 #define SDL_THREAD_PTHREAD 1
191 #define SDL_TIMER_UNIX 1
194 #define SDL_VIDEO_DRIVER_EMSCRIPTEN 1
196 #define SDL_VIDEO_RENDER_OGL_ES2 1
201 #define SDL_VIDEO_OPENGL_ES2 1
206 #define SDL_VIDEO_OPENGL_EGL 1
211 #define SDL_POWER_EMSCRIPTEN 1
214 #define SDL_FILESYSTEM_EMSCRIPTEN 1