SDL_config_premake.h 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312
  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. This software is provided 'as-is', without any express or implied
  6. warranty. In no event will the authors be held liable for any damages
  7. arising from the use of this software.
  8. Permission is granted to anyone to use this software for any purpose,
  9. including commercial applications, and to alter it and redistribute it
  10. freely, subject to the following restrictions:
  11. 1. The origin of this software must not be misrepresented; you must not
  12. claim that you wrote the original software. If you use this software
  13. in a product, an acknowledgment in the product documentation would be
  14. appreciated but is not required.
  15. 2. Altered source versions must be plainly marked as such, and must not be
  16. misrepresented as being the original software.
  17. 3. This notice may not be removed or altered from any source distribution.
  18. */
  19. #ifndef _SDL_config_linux_h
  20. #define _SDL_config_linux_h
  21. /**
  22. * \file SDL_config.h.in
  23. *
  24. * This is a set of defines to configure the SDL features
  25. */
  26. /* General platform specific identifiers */
  27. #include "SDL_platform.h"
  28. /* Make sure that this isn't included by Visual C++ */
  29. #ifdef _MSC_VER
  30. #error You should run hg revert SDL_config.h
  31. #endif
  32. /* C language features */
  33. /* #undef const */
  34. /* #undef inline */
  35. /* #undef volatile */
  36. /* C datatypes */
  37. #ifdef __LP64__
  38. #define SIZEOF_VOIDP 8
  39. #else
  40. #define SIZEOF_VOIDP 4
  41. #endif
  42. #define HAVE_GCC_ATOMICS 1
  43. /* #undef HAVE_GCC_SYNC_LOCK_TEST_AND_SET */
  44. /* Comment this if you want to build without any C library requirements */
  45. #define HAVE_LIBC 1
  46. #if HAVE_LIBC
  47. /* Useful headers */
  48. #define HAVE_ALLOCA_H 1
  49. #define HAVE_SYS_TYPES_H 1
  50. #define HAVE_STDIO_H 1
  51. #define STDC_HEADERS 1
  52. #define HAVE_STDLIB_H 1
  53. #define HAVE_STDARG_H 1
  54. #define HAVE_MALLOC_H 1
  55. #define HAVE_MEMORY_H 1
  56. #define HAVE_STRING_H 1
  57. #define HAVE_STRINGS_H 1
  58. #define HAVE_INTTYPES_H 1
  59. #define HAVE_STDINT_H 1
  60. #define HAVE_CTYPE_H 1
  61. #define HAVE_MATH_H 1
  62. #define HAVE_ICONV_H 1
  63. #define HAVE_SIGNAL_H 1
  64. /* #undef HAVE_ALTIVEC_H */
  65. /* #undef HAVE_PTHREAD_NP_H */
  66. /* #undef HAVE_LIBUDEV_H */
  67. #define HAVE_DBUS_DBUS_H 1
  68. /* C library functions */
  69. #define HAVE_MALLOC 1
  70. #define HAVE_CALLOC 1
  71. #define HAVE_REALLOC 1
  72. #define HAVE_FREE 1
  73. #define HAVE_ALLOCA 1
  74. #ifndef __WIN32__ /* Don't use C runtime versions of these on Windows */
  75. #define HAVE_GETENV 1
  76. #define HAVE_SETENV 1
  77. #define HAVE_PUTENV 1
  78. #define HAVE_UNSETENV 1
  79. #endif
  80. #define HAVE_QSORT 1
  81. #define HAVE_ABS 1
  82. #define HAVE_BCOPY 1
  83. #define HAVE_MEMSET 1
  84. #define HAVE_MEMCPY 1
  85. #define HAVE_MEMMOVE 1
  86. #define HAVE_MEMCMP 1
  87. #define HAVE_STRLEN 1
  88. /* #undef HAVE_STRLCPY */
  89. /* #undef HAVE_STRLCAT */
  90. #define HAVE_STRDUP 1
  91. /* #undef HAVE__STRREV */
  92. /* #undef HAVE__STRUPR */
  93. /* #undef HAVE__STRLWR */
  94. /* #undef HAVE_INDEX */
  95. /* #undef HAVE_RINDEX */
  96. #define HAVE_STRCHR 1
  97. #define HAVE_STRRCHR 1
  98. #define HAVE_STRSTR 1
  99. /* #undef HAVE_ITOA */
  100. /* #undef HAVE__LTOA */
  101. /* #undef HAVE__UITOA */
  102. /* #undef HAVE__ULTOA */
  103. #define HAVE_STRTOL 1
  104. #define HAVE_STRTOUL 1
  105. /* #undef HAVE__I64TOA */
  106. /* #undef HAVE__UI64TOA */
  107. #define HAVE_STRTOLL 1
  108. #define HAVE_STRTOULL 1
  109. #define HAVE_STRTOD 1
  110. #define HAVE_ATOI 1
  111. #define HAVE_ATOF 1
  112. #define HAVE_STRCMP 1
  113. #define HAVE_STRNCMP 1
  114. /* #undef HAVE__STRICMP */
  115. #define HAVE_STRCASECMP 1
  116. /* #undef HAVE__STRNICMP */
  117. #define HAVE_STRNCASECMP 1
  118. #define HAVE_VSSCANF 1
  119. #define HAVE_VSNPRINTF 1
  120. #define HAVE_M_PI /**/
  121. #define HAVE_ATAN 1
  122. #define HAVE_ATAN2 1
  123. #define HAVE_CEIL 1
  124. #define HAVE_COPYSIGN 1
  125. #define HAVE_COS 1
  126. #define HAVE_COSF 1
  127. #define HAVE_FABS 1
  128. #define HAVE_FLOOR 1
  129. #define HAVE_LOG 1
  130. #define HAVE_POW 1
  131. #define HAVE_SCALBN 1
  132. #define HAVE_SIN 1
  133. #define HAVE_SINF 1
  134. #define HAVE_SQRT 1
  135. #define HAVE_FSEEKO 1
  136. #define HAVE_FSEEKO64 1
  137. #define HAVE_SIGACTION 1
  138. #define HAVE_SA_SIGACTION 1
  139. #define HAVE_SETJMP 1
  140. #define HAVE_NANOSLEEP 1
  141. #define HAVE_SYSCONF 1
  142. /* #undef HAVE_SYSCTLBYNAME */
  143. #define HAVE_CLOCK_GETTIME 1
  144. /* #undef HAVE_GETPAGESIZE */
  145. #define HAVE_MPROTECT 1
  146. #define HAVE_ICONV 1
  147. #define HAVE_PTHREAD_SETNAME_NP 1
  148. /* #undef HAVE_PTHREAD_SET_NAME_NP */
  149. #define HAVE_SEM_TIMEDWAIT 1
  150. #else
  151. #define HAVE_STDARG_H 1
  152. #define HAVE_STDDEF_H 1
  153. #define HAVE_STDINT_H 1
  154. #endif /* HAVE_LIBC */
  155. /* SDL internal assertion support */
  156. /* #undef SDL_DEFAULT_ASSERT_LEVEL */
  157. #ifndef SDL_AUDIO_DRIVER_DUMMY
  158. #define SDL_AUDIO_DRIVER_DUMMY 1
  159. #endif
  160. #ifndef SDL_AUDIO_DRIVER_DISK
  161. #define SDL_AUDIO_DRIVER_DISK 1
  162. #endif
  163. #ifndef SDL_VIDEO_DRIVER_DUMMY
  164. #define SDL_VIDEO_DRIVER_DUMMY 1
  165. #endif
  166. #ifndef SDL_VIDEO_RENDER_OGL
  167. #define SDL_VIDEO_RENDER_OGL 1
  168. #endif
  169. #ifndef SDL_VIDEO_OPENGL
  170. #define SDL_VIDEO_OPENGL 1
  171. #endif
  172. #ifndef SDL_VIDEO_OPENGL_GLX
  173. #define SDL_VIDEO_OPENGL_GLX 1
  174. #endif
  175. #ifndef SDL_LOADSO_DLOPEN
  176. #define SDL_LOADSO_DLOPEN 1
  177. #endif
  178. #ifndef SDL_AUDIO_DRIVER_ALSA
  179. #define SDL_AUDIO_DRIVER_ALSA 1
  180. #endif
  181. #ifndef SDL_AUDIO_DRIVER_ALSA_DYNAMIC
  182. #define SDL_AUDIO_DRIVER_ALSA_DYNAMIC "libasound.so"
  183. #endif
  184. #ifndef SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC
  185. #define SDL_AUDIO_DRIVER_PULSEAUDIO_DYNAMIC "libpulse-simple.so"
  186. #endif
  187. #ifndef SDL_AUDIO_DRIVER_PULSEAUDIO
  188. #define SDL_AUDIO_DRIVER_PULSEAUDIO 1
  189. #endif
  190. #ifndef SDL_AUDIO_DRIVER_ESD
  191. #define SDL_AUDIO_DRIVER_ESD 1
  192. #endif
  193. #ifndef SDL_AUDIO_DRIVER_ESD_DYNAMIC
  194. #define SDL_AUDIO_DRIVER_ESD_DYNAMIC "libesd.so"
  195. #endif
  196. #ifndef SDL_AUDIO_DRIVER_NAS
  197. #define SDL_AUDIO_DRIVER_NAS 1
  198. #endif
  199. #ifndef SDL_AUDIO_DRIVER_NAS_DYNAMIC
  200. #define SDL_AUDIO_DRIVER_NAS_DYNAMIC "libaudio.so"
  201. #endif
  202. #ifndef SDL_AUDIO_DRIVER_OSS
  203. #define SDL_AUDIO_DRIVER_OSS 1
  204. #endif
  205. #ifndef SDL_VIDEO_DRIVER_X11_XINERAMA
  206. #define SDL_VIDEO_DRIVER_X11_XINERAMA 1
  207. #endif
  208. #ifndef SDL_VIDEO_DRIVER_X11
  209. #define SDL_VIDEO_DRIVER_X11 1
  210. #endif
  211. #ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT
  212. #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XEXT "libXext.so"
  213. #endif
  214. #ifndef SDL_VIDEO_DRIVER_X11_XCURSOR
  215. #define SDL_VIDEO_DRIVER_X11_XCURSOR 1
  216. #endif
  217. #ifndef SDL_VIDEO_DRIVER_X11_XDBE
  218. #define SDL_VIDEO_DRIVER_X11_XDBE 1
  219. #endif
  220. #ifndef SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM
  221. #define SDL_VIDEO_DRIVER_X11_HAS_XKBKEYCODETOKEYSYM 1
  222. #endif
  223. #ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2
  224. #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINPUT2 "libXi.so"
  225. #endif
  226. #ifndef SDL_VIDEO_DRIVER_X11_XVIDMODE
  227. #define SDL_VIDEO_DRIVER_X11_XVIDMODE 1
  228. #endif
  229. #ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA
  230. #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XINERAMA "libXinerama.so"
  231. #endif
  232. #ifndef SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY
  233. #define SDL_VIDEO_DRIVER_X11_CONST_PARAM_XEXTADDDISPLAY 1
  234. #endif
  235. #ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC
  236. #define SDL_VIDEO_DRIVER_X11_DYNAMIC "libX11.so"
  237. #endif
  238. #ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS
  239. #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XSS "libXss.so"
  240. #endif
  241. #ifndef SDL_VIDEO_DRIVER_X11_XINPUT2
  242. #define SDL_VIDEO_DRIVER_X11_XINPUT2 1
  243. #endif
  244. #ifndef SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS
  245. #define SDL_VIDEO_DRIVER_X11_SUPPORTS_GENERIC_EVENTS 1
  246. #endif
  247. #ifndef SDL_VIDEO_DRIVER_X11_XSCRNSAVER
  248. #define SDL_VIDEO_DRIVER_X11_XSCRNSAVER 1
  249. #endif
  250. #ifndef SDL_VIDEO_DRIVER_X11_XSHAPE
  251. #define SDL_VIDEO_DRIVER_X11_XSHAPE 1
  252. #endif
  253. #ifndef SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH
  254. #define SDL_VIDEO_DRIVER_X11_XINPUT2_SUPPORTS_MULTITOUCH 1
  255. #endif
  256. #ifndef SDL_VIDEO_DRIVER_X11_XRANDR
  257. #define SDL_VIDEO_DRIVER_X11_XRANDR 1
  258. #endif
  259. #ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE
  260. #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XVIDMODE "libXxf86vm.so"
  261. #endif
  262. #ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR
  263. #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XCURSOR "libXcursor.so"
  264. #endif
  265. #ifndef SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR
  266. #define SDL_VIDEO_DRIVER_X11_DYNAMIC_XRANDR "libXrandr.so"
  267. #endif
  268. #ifndef SDL_INPUT_LINUXEV
  269. #define SDL_INPUT_LINUXEV 1
  270. #endif
  271. #ifndef SDL_HAPTIC_LINUX
  272. #define SDL_HAPTIC_LINUX 1
  273. #endif
  274. #ifndef SDL_THREAD_PTHREAD_RECURSIVE_MUTEX
  275. #define SDL_THREAD_PTHREAD_RECURSIVE_MUTEX 1
  276. #endif
  277. #ifndef SDL_JOYSTICK_LINUX
  278. #define SDL_JOYSTICK_LINUX 1
  279. #endif
  280. #ifndef SDL_THREAD_PTHREAD
  281. #define SDL_THREAD_PTHREAD 1
  282. #endif
  283. #ifndef SDL_POWER_LINUX
  284. #define SDL_POWER_LINUX 1
  285. #endif
  286. #ifndef SDL_TIMER_UNIX
  287. #define SDL_TIMER_UNIX 1
  288. #endif
  289. #ifndef SDL_FILESYSTEM_UNIX
  290. #define SDL_FILESYSTEM_UNIX 1
  291. #endif
  292. /* Enable assembly routines */
  293. #define SDL_ASSEMBLY_ROUTINES 1
  294. /* #undef SDL_ALTIVEC_BLITTERS */
  295. #endif /* _SDL_config_h */