]> git.xonotic.org Git - xonotic/xonotic.git/blob - misc/builddeps/win32/sdl/include/SDL2/SDL_config.h
e5edc96bf1f3b501a45fe6ae77bc7b8f15224ca9
[xonotic/xonotic.git] / misc / builddeps / win32 / sdl / include / SDL2 / SDL_config.h
1 /* include/SDL_config.h.  Generated from SDL_config.h.in by configure.  */
2 /*
3   Simple DirectMedia Layer
4   Copyright (C) 1997-2016 Sam Lantinga <slouken@libsdl.org>
5
6   This software is provided 'as-is', without any express or implied
7   warranty.  In no event will the authors be held liable for any damages
8   arising from the use of this software.
9
10   Permission is granted to anyone to use this software for any purpose,
11   including commercial applications, and to alter it and redistribute it
12   freely, subject to the following restrictions:
13
14   1. The origin of this software must not be misrepresented; you must not
15      claim that you wrote the original software. If you use this software
16      in a product, an acknowledgment in the product documentation would be
17      appreciated but is not required.
18   2. Altered source versions must be plainly marked as such, and must not be
19      misrepresented as being the original software.
20   3. This notice may not be removed or altered from any source distribution.
21 */
22
23 #ifndef _SDL_config_h
24 #define _SDL_config_h
25
26 /**
27  *  \file SDL_config.h.in
28  *
29  *  This is a set of defines to configure the SDL features
30  */
31
32 /* General platform specific identifiers */
33 #include "SDL_platform.h"
34
35 /* Make sure that this isn't included by Visual C++ */
36 #ifdef _MSC_VER
37 #error You should run hg revert SDL_config.h 
38 #endif
39
40 /* C language features */
41 /* #undef const */
42 /* #undef inline */
43 /* #undef volatile */
44
45 /* C datatypes */
46 #ifdef __LP64__
47 #define SIZEOF_VOIDP 8
48 #else
49 #define SIZEOF_VOIDP 4
50 #endif
51 #define HAVE_GCC_ATOMICS 1
52 /* #undef HAVE_GCC_SYNC_LOCK_TEST_AND_SET */
53
54 #define HAVE_DDRAW_H 1
55 #define HAVE_DINPUT_H 1
56 #define HAVE_DSOUND_H 1
57 #define HAVE_DXGI_H 1
58 #define HAVE_XINPUT_H 1
59
60 /* Comment this if you want to build without any C library requirements */
61 #define HAVE_LIBC 1
62 #if HAVE_LIBC
63
64 /* Useful headers */
65 /* #undef HAVE_ALLOCA_H */
66 #define HAVE_SYS_TYPES_H 1
67 #define HAVE_STDIO_H 1
68 #define STDC_HEADERS 1
69 #define HAVE_STDLIB_H 1
70 #define HAVE_STDARG_H 1
71 #define HAVE_MALLOC_H 1
72 #define HAVE_MEMORY_H 1
73 #define HAVE_STRING_H 1
74 #define HAVE_STRINGS_H 1
75 #define HAVE_INTTYPES_H 1
76 #define HAVE_STDINT_H 1
77 #define HAVE_CTYPE_H 1
78 #define HAVE_MATH_H 1
79 /* #undef HAVE_ICONV_H */
80 #define HAVE_SIGNAL_H 1
81 /* #undef HAVE_ALTIVEC_H */
82 /* #undef HAVE_PTHREAD_NP_H */
83 /* #undef HAVE_LIBUDEV_H */
84 /* #undef HAVE_DBUS_DBUS_H */
85 /* #undef HAVE_IBUS_IBUS_H */
86 /* #undef HAVE_FCITX_FRONTEND_H */
87
88 /* C library functions */
89 #define HAVE_MALLOC 1
90 #define HAVE_CALLOC 1
91 #define HAVE_REALLOC 1
92 #define HAVE_FREE 1
93 /* #undef HAVE_ALLOCA */
94 #ifndef __WIN32__ /* Don't use C runtime versions of these on Windows */
95 #define HAVE_GETENV 1
96 /* #undef HAVE_SETENV */
97 #define HAVE_PUTENV 1
98 /* #undef HAVE_UNSETENV */
99 #endif
100 #define HAVE_QSORT 1
101 #define HAVE_ABS 1
102 /* #undef HAVE_BCOPY */
103 #define HAVE_MEMSET 1
104 #define HAVE_MEMCPY 1
105 #define HAVE_MEMMOVE 1
106 #define HAVE_MEMCMP 1
107 #define HAVE_STRLEN 1
108 /* #undef HAVE_STRLCPY */
109 /* #undef HAVE_STRLCAT */
110 #define HAVE_STRDUP 1
111 #define HAVE__STRREV 1
112 #define HAVE__STRUPR 1
113 #define HAVE__STRLWR 1
114 /* #undef HAVE_INDEX */
115 /* #undef HAVE_RINDEX */
116 #define HAVE_STRCHR 1
117 #define HAVE_STRRCHR 1
118 #define HAVE_STRSTR 1
119 #define HAVE_ITOA 1
120 #define HAVE__LTOA 1
121 /* #undef HAVE__UITOA */
122 #define HAVE__ULTOA 1
123 #define HAVE_STRTOL 1
124 #define HAVE_STRTOUL 1
125 #define HAVE__I64TOA 1
126 #define HAVE__UI64TOA 1
127 #define HAVE_STRTOLL 1
128 #define HAVE_STRTOULL 1
129 #define HAVE_STRTOD 1
130 #define HAVE_ATOI 1
131 #define HAVE_ATOF 1
132 #define HAVE_STRCMP 1
133 #define HAVE_STRNCMP 1
134 #define HAVE__STRICMP 1
135 #define HAVE_STRCASECMP 1
136 #define HAVE__STRNICMP 1
137 #define HAVE_STRNCASECMP 1
138 /* #undef HAVE_SSCANF */
139 #define HAVE_VSSCANF 1
140 /* #undef HAVE_SNPRINTF */
141 #define HAVE_VSNPRINTF 1
142 #define HAVE_M_PI /**/
143 #define HAVE_ATAN 1
144 #define HAVE_ATAN2 1
145 #define HAVE_ACOS 1
146 #define HAVE_ASIN 1
147 #define HAVE_CEIL 1
148 #define HAVE_COPYSIGN 1
149 #define HAVE_COS 1
150 #define HAVE_COSF 1
151 #define HAVE_FABS 1
152 #define HAVE_FLOOR 1
153 #define HAVE_LOG 1
154 #define HAVE_POW 1
155 #define HAVE_SCALBN 1
156 #define HAVE_SIN 1
157 #define HAVE_SINF 1
158 #define HAVE_SQRT 1
159 #define HAVE_SQRTF 1
160 #define HAVE_TAN 1
161 #define HAVE_TANF 1
162 #define HAVE_FSEEKO 1
163 #define HAVE_FSEEKO64 1
164 /* #undef HAVE_SIGACTION */
165 /* #undef HAVE_SA_SIGACTION */
166 /* #undef HAVE_SETJMP */
167 #define HAVE_NANOSLEEP 1
168 /* #undef HAVE_SYSCONF */
169 /* #undef HAVE_SYSCTLBYNAME */
170 /* #undef HAVE_CLOCK_GETTIME */
171 /* #undef HAVE_GETPAGESIZE */
172 /* #undef HAVE_MPROTECT */
173 /* #undef HAVE_ICONV */
174 /* #undef HAVE_PTHREAD_SETNAME_NP */
175 /* #undef HAVE_PTHREAD_SET_NAME_NP */
176 /* #undef HAVE_SEM_TIMEDWAIT */
177
178 #else
179 #define HAVE_STDARG_H 1
180 #define HAVE_STDDEF_H 1
181 #define HAVE_STDINT_H 1
182 #endif /* HAVE_LIBC */
183
184 /* SDL internal assertion support */
185 /* #undef SDL_DEFAULT_ASSERT_LEVEL */
186
187 /* Allow disabling of core subsystems */
188 /* #undef SDL_ATOMIC_DISABLED */
189 /* #undef SDL_AUDIO_DISABLED */
190 /* #undef SDL_CPUINFO_DISABLED */
191 /* #undef SDL_EVENTS_DISABLED */
192 /* #undef SDL_FILE_DISABLED */
193 /* #undef SDL_JOYSTICK_DISABLED */
194 /* #undef SDL_HAPTIC_DISABLED */
195 /* #undef SDL_LOADSO_DISABLED */
196 /* #undef SDL_RENDER_DISABLED */
197 /* #undef SDL_THREADS_DISABLED */
198 /* #undef SDL_TIMERS_DISABLED */
199 /* #undef SDL_VIDEO_DISABLED */
200 /* #undef SDL_POWER_DISABLED */
201 /* #undef SDL_FILESYSTEM_DISABLED */
202
203 /* Enable various audio drivers */
204 /* #undef SDL_AUDIO_DRIVER_ALSA */
205 /* #undef SDL_AUDIO_DRIVER_ALSA_DYNAMIC */
206 /* #undef SDL_AUDIO_DRIVER_ARTS */
207 /* #undef SDL_AUDIO_DRIVER_ARTS_DYNAMIC */
208 /* #undef SDL_AUDIO_DRIVER_PULSEAUDIO */
209 /* #undef SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC */
210 /* #undef SDL_AUDIO_DRIVER_HAIKU */
211 /* #undef SDL_AUDIO_DRIVER_BSD */
212 /* #undef SDL_AUDIO_DRIVER_COREAUDIO */
213 #define SDL_AUDIO_DRIVER_DISK 1
214 #define SDL_AUDIO_DRIVER_DUMMY 1
215 /* #undef SDL_AUDIO_DRIVER_ANDROID */
216 /* #undef SDL_AUDIO_DRIVER_XAUDIO2 */
217 #define SDL_AUDIO_DRIVER_DSOUND 1
218 /* #undef SDL_AUDIO_DRIVER_ESD */
219 /* #undef SDL_AUDIO_DRIVER_ESD_DYNAMIC */
220 /* #undef SDL_AUDIO_DRIVER_NACL */
221 /* #undef SDL_AUDIO_DRIVER_NAS */
222 /* #undef SDL_AUDIO_DRIVER_NAS_DYNAMIC */
223 /* #undef SDL_AUDIO_DRIVER_SNDIO */
224 /* #undef SDL_AUDIO_DRIVER_SNDIO_DYNAMIC */
225 /* #undef SDL_AUDIO_DRIVER_OSS */
226 /* #undef SDL_AUDIO_DRIVER_OSS_SOUNDCARD_H */
227 /* #undef SDL_AUDIO_DRIVER_PAUDIO */
228 /* #undef SDL_AUDIO_DRIVER_QSA */
229 /* #undef SDL_AUDIO_DRIVER_SUNAUDIO */
230 #define SDL_AUDIO_DRIVER_WINMM 1
231 /* #undef SDL_AUDIO_DRIVER_FUSIONSOUND */
232 /* #undef SDL_AUDIO_DRIVER_FUSIONSOUND_DYNAMIC */
233 /* #undef SDL_AUDIO_DRIVER_EMSCRIPTEN */
234
235 /* Enable various input drivers */
236 /* #undef SDL_INPUT_LINUXEV */
237 /* #undef SDL_INPUT_LINUXKD */
238 /* #undef SDL_INPUT_TSLIB */
239 /* #undef SDL_JOYSTICK_HAIKU */
240 #define SDL_JOYSTICK_DINPUT 1
241 #define SDL_JOYSTICK_XINPUT 1
242 /* #undef SDL_JOYSTICK_DUMMY */
243 /* #undef SDL_JOYSTICK_IOKIT */
244 /* #undef SDL_JOYSTICK_LINUX */
245 /* #undef SDL_JOYSTICK_ANDROID */
246 /* #undef SDL_JOYSTICK_WINMM */
247 /* #undef SDL_JOYSTICK_USBHID */
248 /* #undef SDL_JOYSTICK_USBHID_MACHINE_JOYSTICK_H */
249 /* #undef SDL_JOYSTICK_EMSCRIPTEN */
250 /* #undef SDL_HAPTIC_DUMMY */
251 /* #undef SDL_HAPTIC_LINUX */
252 /* #undef SDL_HAPTIC_IOKIT */
253 #define SDL_HAPTIC_DINPUT 1
254 #define SDL_HAPTIC_XINPUT 1
255
256 /* Enable various shared object loading systems */
257 /* #undef SDL_LOADSO_HAIKU */
258 /* #undef SDL_LOADSO_DLOPEN */
259 /* #undef SDL_LOADSO_DUMMY */
260 /* #undef SDL_LOADSO_LDG */
261 #define SDL_LOADSO_WINDOWS 1
262
263 /* Enable various threading systems */
264 /* #undef SDL_THREAD_PTHREAD */
265 /* #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX */
266 /* #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP */
267 #define SDL_THREAD_WINDOWS 1
268
269 /* Enable various timer systems */
270 /* #undef SDL_TIMER_HAIKU */
271 /* #undef SDL_TIMER_DUMMY */
272 /* #undef SDL_TIMER_UNIX */
273 #define SDL_TIMER_WINDOWS 1
274
275 /* Enable various video drivers */
276 /* #undef SDL_VIDEO_DRIVER_HAIKU */
277 /* #undef SDL_VIDEO_DRIVER_COCOA */
278 /* #undef SDL_VIDEO_DRIVER_DIRECTFB */
279 /* #undef SDL_VIDEO_DRIVER_DIRECTFB_DYNAMIC */
280 #define SDL_VIDEO_DRIVER_DUMMY 1
281 #define SDL_VIDEO_DRIVER_WINDOWS 1
282 /* #undef SDL_VIDEO_DRIVER_WAYLAND */
283 /* #undef SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH */
284 /* #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC */
285 /* #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL */
286 /* #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR */
287 /* #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON */
288 /* #undef SDL_VIDEO_DRIVER_MIR */
289 /* #undef SDL_VIDEO_DRIVER_MIR_DYNAMIC */
290 /* #undef SDL_VIDEO_DRIVER_MIR_DYNAMIC_XKBCOMMON */
291 /* #undef SDL_VIDEO_DRIVER_X11 */
292 /* #undef SDL_VIDEO_DRIVER_RPI */
293 /* #undef SDL_VIDEO_DRIVER_ANDROID */
294 /* #undef SDL_VIDEO_DRIVER_EMSCRIPTEN */
295 /* #undef SDL_VIDEO_DRIVER_X11_DYNAMIC */
296 /* #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT */
297 /* #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR */
298 /* #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA */
299 /* #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 */
300 /* #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR */
301 /* #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS */
302 /* #undef SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE */
303 /* #undef SDL_VIDEO_DRIVER_X11_XCURSOR */
304 /* #undef SDL_VIDEO_DRIVER_X11_XDBE */
305 /* #undef SDL_VIDEO_DRIVER_X11_XINERAMA */
306 /* #undef SDL_VIDEO_DRIVER_X11_XINPUT2 */
307 /* #undef SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH */
308 /* #undef SDL_VIDEO_DRIVER_X11_XRANDR */
309 /* #undef SDL_VIDEO_DRIVER_X11_XSCRNSAVER */
310 /* #undef SDL_VIDEO_DRIVER_X11_XSHAPE */
311 /* #undef SDL_VIDEO_DRIVER_X11_XVIDMODE */
312 /* #undef SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS */
313 /* #undef SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY */
314 /* #undef SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM */
315 /* #undef SDL_VIDEO_DRIVER_NACL */
316 /* #undef SDL_VIDEO_DRIVER_VIVANTE */
317 /* #undef SDL_VIDEO_DRIVER_VIVANTE_VDK */
318
319 #define SDL_VIDEO_RENDER_D3D 1
320 /* #undef SDL_VIDEO_RENDER_D3D11 */
321 #define SDL_VIDEO_RENDER_OGL 1
322 /* #undef SDL_VIDEO_RENDER_OGL_ES */
323 /* #undef SDL_VIDEO_RENDER_OGL_ES2 */
324 /* #undef SDL_VIDEO_RENDER_DIRECTFB */
325
326 /* Enable OpenGL support */
327 #define SDL_VIDEO_OPENGL 1
328 /* #undef SDL_VIDEO_OPENGL_ES */
329 /* #undef SDL_VIDEO_OPENGL_ES2 */
330 /* #undef SDL_VIDEO_OPENGL_BGL */
331 /* #undef SDL_VIDEO_OPENGL_CGL */
332 /* #undef SDL_VIDEO_OPENGL_EGL */
333 /* #undef SDL_VIDEO_OPENGL_GLX */
334 #define SDL_VIDEO_OPENGL_WGL 1
335 /* #undef SDL_VIDEO_OPENGL_OSMESA */
336 /* #undef SDL_VIDEO_OPENGL_OSMESA_DYNAMIC */
337
338 /* Enable system power support */
339 /* #undef SDL_POWER_LINUX */
340 #define SDL_POWER_WINDOWS 1
341 /* #undef SDL_POWER_MACOSX */
342 /* #undef SDL_POWER_HAIKU */
343 /* #undef SDL_POWER_ANDROID */
344 /* #undef SDL_POWER_EMSCRIPTEN */
345 /* #undef SDL_POWER_HARDWIRED */
346
347 /* Enable system filesystem support */
348 /* #undef SDL_FILESYSTEM_HAIKU */
349 /* #undef SDL_FILESYSTEM_COCOA */
350 /* #undef SDL_FILESYSTEM_DUMMY */
351 /* #undef SDL_FILESYSTEM_UNIX */
352 #define SDL_FILESYSTEM_WINDOWS 1
353 /* #undef SDL_FILESYSTEM_NACL */
354 /* #undef SDL_FILESYSTEM_ANDROID */
355 /* #undef SDL_FILESYSTEM_EMSCRIPTEN */
356
357 /* Enable assembly routines */
358 #define SDL_ASSEMBLY_ROUTINES 1
359 /* #undef SDL_ALTIVEC_BLITTERS */
360
361 /* Enable ime support */
362 /* #undef SDL_USE_IME */
363
364 #endif /* _SDL_config_h */