| OLD | NEW |
| 1 /* include/SDL_config.h. Generated from SDL_config.h.in by configure. */ | 1 /* include/SDL_config.h. Generated from SDL_config.h.in by configure. */ |
| 2 /* | 2 /* |
| 3 Simple DirectMedia Layer | 3 Simple DirectMedia Layer |
| 4 Copyright (C) 1997-2015 Sam Lantinga <slouken@libsdl.org> | 4 Copyright (C) 1997-2015 Sam Lantinga <slouken@libsdl.org> |
| 5 | 5 |
| 6 This software is provided 'as-is', without any express or implied | 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 | 7 warranty. In no event will the authors be held liable for any damages |
| 8 arising from the use of this software. | 8 arising from the use of this software. |
| 9 | 9 |
| 10 Permission is granted to anyone to use this software for any purpose, | 10 Permission is granted to anyone to use this software for any purpose, |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 * \file SDL_config.h.in | 27 * \file SDL_config.h.in |
| 28 * | 28 * |
| 29 * This is a set of defines to configure the SDL features | 29 * This is a set of defines to configure the SDL features |
| 30 */ | 30 */ |
| 31 | 31 |
| 32 /* General platform specific identifiers */ | 32 /* General platform specific identifiers */ |
| 33 #include "SDL_platform.h" | 33 #include "SDL_platform.h" |
| 34 | 34 |
| 35 /* Make sure that this isn't included by Visual C++ */ | 35 /* Make sure that this isn't included by Visual C++ */ |
| 36 #ifdef _MSC_VER | 36 #ifdef _MSC_VER |
| 37 #error You should run hg revert SDL_config.h | 37 #error You should run hg revert SDL_config.h |
| 38 #endif | 38 #endif |
| 39 | 39 |
| 40 /* C language features */ | 40 /* C language features */ |
| 41 /* #undef const */ | 41 /* #undef const */ |
| 42 /* #undef inline */ | 42 /* #undef inline */ |
| 43 /* #undef volatile */ | 43 /* #undef volatile */ |
| 44 | 44 |
| 45 /* C datatypes */ | 45 /* C datatypes */ |
| 46 #ifdef __LP64__ | 46 #ifdef __LP64__ |
| 47 #define SIZEOF_VOIDP 8 | 47 #define SIZEOF_VOIDP 8 |
| (...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 /* #undef SDL_FILESYSTEM_WINDOWS */ | 351 /* #undef SDL_FILESYSTEM_WINDOWS */ |
| 352 /* #undef SDL_FILESYSTEM_NACL */ | 352 /* #undef SDL_FILESYSTEM_NACL */ |
| 353 /* #undef SDL_FILESYSTEM_ANDROID */ | 353 /* #undef SDL_FILESYSTEM_ANDROID */ |
| 354 /* #undef SDL_FILESYSTEM_EMSCRIPTEN */ | 354 /* #undef SDL_FILESYSTEM_EMSCRIPTEN */ |
| 355 | 355 |
| 356 /* Enable assembly routines */ | 356 /* Enable assembly routines */ |
| 357 #define SDL_ASSEMBLY_ROUTINES 1 | 357 #define SDL_ASSEMBLY_ROUTINES 1 |
| 358 /* #undef SDL_ALTIVEC_BLITTERS */ | 358 /* #undef SDL_ALTIVEC_BLITTERS */ |
| 359 | 359 |
| 360 #endif /* _SDL_config_h */ | 360 #endif /* _SDL_config_h */ |
| OLD | NEW |