comparison include/SDL_config.h.default @ 4950:2ac33eaa8a31

Added the Android config include to the default config.h
author Sam Lantinga <slouken@libsdl.org>
date Tue, 04 Jan 2011 11:07:27 -0800
parents d3baf5ac4e37
children e8916fe9cfc8
comparison
equal deleted inserted replaced
4949:68da5a234bba 4950:2ac33eaa8a31
32 */ 32 */
33 33
34 /* Add any platform that doesn't build using the configure system. */ 34 /* Add any platform that doesn't build using the configure system. */
35 #if defined(__NINTENDODS__) 35 #if defined(__NINTENDODS__)
36 #include "SDL_config_nintendods.h" 36 #include "SDL_config_nintendods.h"
37 #elif defined(__ANDROID__)
38 #include "SDL_config_android.h"
37 #elif defined(__IPHONEOS__) 39 #elif defined(__IPHONEOS__)
38 #include "SDL_config_iphoneos.h" 40 #include "SDL_config_iphoneos.h"
39 #elif defined(__MACOSX__) 41 #elif defined(__MACOSX__)
40 #include "SDL_config_macosx.h" 42 #include "SDL_config_macosx.h"
41 #elif defined(__WIN32__) 43 #elif defined(__WIN32__)