Merge branch 'master' of git.ucc.asn.au:/ipdf/code
[ipdf/code.git] / contrib / 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-2014 Sam Lantinga <[email protected]>
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 #define HAVE_PTHREAD_SPINLOCK 1
54
55 /* Comment this if you want to build without any C library requirements */
56 #define HAVE_LIBC 1
57 #if HAVE_LIBC
58
59 /* Useful headers */
60 #define HAVE_ALLOCA_H 1
61 #define HAVE_SYS_TYPES_H 1
62 #define HAVE_STDIO_H 1
63 #define STDC_HEADERS 1
64 #define HAVE_STDLIB_H 1
65 #define HAVE_STDARG_H 1
66 #define HAVE_MALLOC_H 1
67 #define HAVE_MEMORY_H 1
68 #define HAVE_STRING_H 1
69 #define HAVE_STRINGS_H 1
70 #define HAVE_INTTYPES_H 1
71 #define HAVE_STDINT_H 1
72 #define HAVE_CTYPE_H 1
73 #define HAVE_MATH_H 1
74 #define HAVE_ICONV_H 1
75 #define HAVE_SIGNAL_H 1
76 /* #undef HAVE_ALTIVEC_H */
77 /* #undef HAVE_PTHREAD_NP_H */
78 #define HAVE_LIBUDEV_H 1
79 #define HAVE_DBUS_DBUS_H 1
80
81 /* C library functions */
82 #define HAVE_MALLOC 1
83 #define HAVE_CALLOC 1
84 #define HAVE_REALLOC 1
85 #define HAVE_FREE 1
86 #define HAVE_ALLOCA 1
87 #ifndef __WIN32__ /* Don't use C runtime versions of these on Windows */
88 #define HAVE_GETENV 1
89 #define HAVE_SETENV 1
90 #define HAVE_PUTENV 1
91 #define HAVE_UNSETENV 1
92 #endif
93 #define HAVE_QSORT 1
94 #define HAVE_ABS 1
95 #define HAVE_BCOPY 1
96 #define HAVE_MEMSET 1
97 #define HAVE_MEMCPY 1
98 #define HAVE_MEMMOVE 1
99 #define HAVE_MEMCMP 1
100 #define HAVE_STRLEN 1
101 /* #undef HAVE_STRLCPY */
102 /* #undef HAVE_STRLCAT */
103 #define HAVE_STRDUP 1
104 /* #undef HAVE__STRREV */
105 /* #undef HAVE__STRUPR */
106 /* #undef HAVE__STRLWR */
107 /* #undef HAVE_INDEX */
108 /* #undef HAVE_RINDEX */
109 #define HAVE_STRCHR 1
110 #define HAVE_STRRCHR 1
111 #define HAVE_STRSTR 1
112 /* #undef HAVE_ITOA */
113 /* #undef HAVE__LTOA */
114 /* #undef HAVE__UITOA */
115 /* #undef HAVE__ULTOA */
116 #define HAVE_STRTOL 1
117 #define HAVE_STRTOUL 1
118 /* #undef HAVE__I64TOA */
119 /* #undef HAVE__UI64TOA */
120 #define HAVE_STRTOLL 1
121 #define HAVE_STRTOULL 1
122 #define HAVE_STRTOD 1
123 #define HAVE_ATOI 1
124 #define HAVE_ATOF 1
125 #define HAVE_STRCMP 1
126 #define HAVE_STRNCMP 1
127 /* #undef HAVE__STRICMP */
128 #define HAVE_STRCASECMP 1
129 /* #undef HAVE__STRNICMP */
130 #define HAVE_STRNCASECMP 1
131 /* #undef HAVE_SSCANF */
132 #define HAVE_VSSCANF 1
133 /* #undef HAVE_SNPRINTF */
134 #define HAVE_VSNPRINTF 1
135 #define HAVE_M_PI /**/
136 #define HAVE_ATAN 1
137 #define HAVE_ATAN2 1
138 #define HAVE_ACOS 1
139 #define HAVE_ASIN 1
140 #define HAVE_CEIL 1
141 #define HAVE_COPYSIGN 1
142 #define HAVE_COS 1
143 #define HAVE_COSF 1
144 #define HAVE_FABS 1
145 #define HAVE_FLOOR 1
146 #define HAVE_LOG 1
147 #define HAVE_POW 1
148 #define HAVE_SCALBN 1
149 #define HAVE_SIN 1
150 #define HAVE_SINF 1
151 #define HAVE_SQRT 1
152 #define HAVE_FSEEKO 1
153 #define HAVE_FSEEKO64 1
154 #define HAVE_SIGACTION 1
155 #define HAVE_SA_SIGACTION 1
156 #define HAVE_SETJMP 1
157 #define HAVE_NANOSLEEP 1
158 #define HAVE_SYSCONF 1
159 /* #undef HAVE_SYSCTLBYNAME */
160 #define HAVE_CLOCK_GETTIME 1
161 /* #undef HAVE_GETPAGESIZE */
162 #define HAVE_MPROTECT 1
163 #define HAVE_ICONV 1
164 #define HAVE_PTHREAD_SETNAME_NP 1
165 /* #undef HAVE_PTHREAD_SET_NAME_NP */
166 #define HAVE_SEM_TIMEDWAIT 1
167
168 #else
169 #define HAVE_STDARG_H 1
170 #define HAVE_STDDEF_H 1
171 #define HAVE_STDINT_H 1
172 #endif /* HAVE_LIBC */
173
174 /* SDL internal assertion support */
175 /* #undef SDL_DEFAULT_ASSERT_LEVEL */
176
177 /* Allow disabling of core subsystems */
178 /* #undef SDL_ATOMIC_DISABLED */
179 /* #undef SDL_AUDIO_DISABLED */
180 /* #undef SDL_CPUINFO_DISABLED */
181 /* #undef SDL_EVENTS_DISABLED */
182 /* #undef SDL_FILE_DISABLED */
183 /* #undef SDL_JOYSTICK_DISABLED */
184 /* #undef SDL_HAPTIC_DISABLED */
185 /* #undef SDL_LOADSO_DISABLED */
186 /* #undef SDL_RENDER_DISABLED */
187 /* #undef SDL_THREADS_DISABLED */
188 /* #undef SDL_TIMERS_DISABLED */
189 /* #undef SDL_VIDEO_DISABLED */
190 /* #undef SDL_POWER_DISABLED */
191 /* #undef SDL_FILESYSTEM_DISABLED */
192
193 /* Enable various audio drivers */
194 #define SDL_AUDIO_DRIVER_ALSA 1
195 #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so.2"
196 /* #undef SDL_AUDIO_DRIVER_ARTS */
197 /* #undef SDL_AUDIO_DRIVER_ARTS_DYNAMIC */
198 #define SDL_AUDIO_DRIVER_PULSEAUDIO 1
199 #define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse-simple.so.0"
200 /* #undef SDL_AUDIO_DRIVER_HAIKU */
201 /* #undef SDL_AUDIO_DRIVER_BSD */
202 /* #undef SDL_AUDIO_DRIVER_COREAUDIO */
203 #define SDL_AUDIO_DRIVER_DISK 1
204 #define SDL_AUDIO_DRIVER_DUMMY 1
205 /* #undef SDL_AUDIO_DRIVER_XAUDIO2 */
206 /* #undef SDL_AUDIO_DRIVER_DSOUND */
207 /* #undef SDL_AUDIO_DRIVER_ESD */
208 /* #undef SDL_AUDIO_DRIVER_ESD_DYNAMIC */
209 /* #undef SDL_AUDIO_DRIVER_NAS */
210 /* #undef SDL_AUDIO_DRIVER_NAS_DYNAMIC */
211 /* #undef SDL_AUDIO_DRIVER_SNDIO */
212 /* #undef SDL_AUDIO_DRIVER_SNDIO_DYNAMIC */
213 #define SDL_AUDIO_DRIVER_OSS 1
214 /* #undef SDL_AUDIO_DRIVER_OSS_SOUNDCARD_H */
215 /* #undef SDL_AUDIO_DRIVER_PAUDIO */
216 /* #undef SDL_AUDIO_DRIVER_QSA */
217 /* #undef SDL_AUDIO_DRIVER_SUNAUDIO */
218 /* #undef SDL_AUDIO_DRIVER_WINMM */
219 /* #undef SDL_AUDIO_DRIVER_FUSIONSOUND */
220 /* #undef SDL_AUDIO_DRIVER_FUSIONSOUND_DYNAMIC */
221
222 /* Enable various input drivers */
223 #define SDL_INPUT_LINUXEV 1
224 #define SDL_INPUT_LINUXKD 1
225 #define SDL_INPUT_TSLIB 1
226 /* #undef SDL_JOYSTICK_HAIKU */
227 /* #undef SDL_JOYSTICK_DINPUT */
228 /* #undef SDL_JOYSTICK_DUMMY */
229 /* #undef SDL_JOYSTICK_IOKIT */
230 #define SDL_JOYSTICK_LINUX 1
231 /* #undef SDL_JOYSTICK_WINMM */
232 /* #undef SDL_JOYSTICK_USBHID */
233 /* #undef SDL_JOYSTICK_USBHID_MACHINE_JOYSTICK_H */
234 /* #undef SDL_HAPTIC_DUMMY */
235 #define SDL_HAPTIC_LINUX 1
236 /* #undef SDL_HAPTIC_IOKIT */
237 /* #undef SDL_HAPTIC_DINPUT */
238
239 /* Enable various shared object loading systems */
240 /* #undef SDL_LOADSO_HAIKU */
241 #define SDL_LOADSO_DLOPEN 1
242 /* #undef SDL_LOADSO_DUMMY */
243 /* #undef SDL_LOADSO_LDG */
244 /* #undef SDL_LOADSO_WINDOWS */
245
246 /* Enable various threading systems */
247 #define SDL_THREAD_PTHREAD 1
248 #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
249 /* #undef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX_NP */
250 /* #undef SDL_THREAD_WINDOWS */
251
252 /* Enable various timer systems */
253 /* #undef SDL_TIMER_HAIKU */
254 /* #undef SDL_TIMER_DUMMY */
255 #define SDL_TIMER_UNIX 1
256 /* #undef SDL_TIMER_WINDOWS */
257
258 /* Enable various video drivers */
259 /* #undef SDL_VIDEO_DRIVER_HAIKU */
260 /* #undef SDL_VIDEO_DRIVER_COCOA */
261 /* #undef SDL_VIDEO_DRIVER_DIRECTFB */
262 /* #undef SDL_VIDEO_DRIVER_DIRECTFB_DYNAMIC */
263 #define SDL_VIDEO_DRIVER_DUMMY 1
264 /* #undef SDL_VIDEO_DRIVER_WINDOWS */
265 /* #undef SDL_VIDEO_DRIVER_WAYLAND */
266 /* #undef SDL_VIDEO_DRIVER_WAYLAND_QT_TOUCH */
267 /* #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC */
268 /* #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_EGL */
269 /* #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_CURSOR */
270 /* #undef SDL_VIDEO_DRIVER_WAYLAND_DYNAMIC_XKBCOMMON */
271 /* #undef SDL_VIDEO_DRIVER_MIR */
272 /* #undef SDL_VIDEO_DRIVER_MIR_DYNAMIC */
273 /* #undef SDL_VIDEO_DRIVER_MIR_DYNAMIC_XKBCOMMON */
274 #define SDL_VIDEO_DRIVER_X11 1
275 /* #undef SDL_VIDEO_DRIVER_RPI */
276 #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so.6"
277 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so.6"
278 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so.1"
279 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so.1"
280 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so.6"
281 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so.2"
282 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so.1"
283 #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so.1"
284 #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
285 #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
286 #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
287 #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
288 #define SDL_VIDEO_DRIVER_X11_XRANDR 1
289 #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
290 #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
291 #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
292 #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
293 #define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XDATA32 1
294 #define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY 1
295 #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
296
297 /* #undef SDL_VIDEO_RENDER_D3D */
298 /* #undef SDL_VIDEO_RENDER_D3D11 */
299 #define SDL_VIDEO_RENDER_OGL 1
300 /* #undef SDL_VIDEO_RENDER_OGL_ES */
301 /* #undef SDL_VIDEO_RENDER_OGL_ES2 */
302 /* #undef SDL_VIDEO_RENDER_DIRECTFB */
303
304 /* Enable OpenGL support */
305 #define SDL_VIDEO_OPENGL 1
306 /* #undef SDL_VIDEO_OPENGL_ES */
307 /* #undef SDL_VIDEO_OPENGL_ES2 */
308 /* #undef SDL_VIDEO_OPENGL_BGL */
309 /* #undef SDL_VIDEO_OPENGL_CGL */
310 /* #undef SDL_VIDEO_OPENGL_EGL */
311 #define SDL_VIDEO_OPENGL_GLX 1
312 /* #undef SDL_VIDEO_OPENGL_WGL */
313 /* #undef SDL_VIDEO_OPENGL_OSMESA */
314 /* #undef SDL_VIDEO_OPENGL_OSMESA_DYNAMIC */
315
316 /* Enable system power support */
317 #define SDL_POWER_LINUX 1
318 /* #undef SDL_POWER_WINDOWS */
319 /* #undef SDL_POWER_MACOSX */
320 /* #undef SDL_POWER_HAIKU */
321 /* #undef SDL_POWER_HARDWIRED */
322
323 /* Enable system filesystem support */
324 /* #undef SDL_FILESYSTEM_HAIKU */
325 /* #undef SDL_FILESYSTEM_COCOA */
326 /* #undef SDL_FILESYSTEM_DUMMY */
327 #define SDL_FILESYSTEM_UNIX 1
328 /* #undef SDL_FILESYSTEM_WINDOWS */
329
330 /* Enable assembly routines */
331 #define SDL_ASSEMBLY_ROUTINES 1
332 /* #undef SDL_ALTIVEC_BLITTERS */
333
334 #endif /* _SDL_config_h */

UCC git Repository :: git.ucc.asn.au