| | |
| | | 3. This notice may not be removed or altered from any source distribution. |
| | | */ |
| | | |
| | | #ifndef SDL_config_h |
| | | #define SDL_config_h |
| | | #ifndef SDL_config_h_ |
| | | #define SDL_config_h_ |
| | | |
| | | #include "SDL_platform.h" |
| | | |
| | |
| | | #include "SDL_config_android.h" |
| | | #elif defined(__PSP__) |
| | | #include "SDL_config_psp.h" |
| | | #elif defined(__OS2__) |
| | | #include "SDL_config_os2.h" |
| | | #elif defined(__linux__) |
| | | #include "SDL_config_linux.h" |
| | | #elif defined(EMSCRIPTEN) |
| | | #include "SDL_config_emscripten.h" |
| | | #else |
| | | /* This is a minimal configuration just to get SDL running on new platforms */ |
| | | /* This is a minimal configuration just to get SDL running on new platforms. */ |
| | | #include "SDL_config_minimal.h" |
| | | #endif /* platform config */ |
| | | |
| | |
| | | #error Wrong SDL_config.h, check your include path? |
| | | #endif |
| | | |
| | | #endif /* SDL_config_h */ |
| | | #endif /* SDL_config_h_ */ |