Mercurial > sdl-ios-xcode
comparison include/SDL_config.h.default @ 3888:6d2e1961661a SDL-1.2
Removed broken AmigaOS support.
Fixes Bugzilla #337.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Sun, 29 Oct 2006 03:58:27 +0000 |
parents | 64710b9f3eeb |
children | e85e65aec22f |
comparison
equal
deleted
inserted
replaced
3887:9dcceea84416 | 3888:6d2e1961661a |
---|---|
24 #define _SDL_config_h | 24 #define _SDL_config_h |
25 | 25 |
26 #include "SDL_platform.h" | 26 #include "SDL_platform.h" |
27 | 27 |
28 /* Add any platform that doesn't build using the configure system */ | 28 /* Add any platform that doesn't build using the configure system */ |
29 #if defined(__AMIGA__) | 29 #if defined(__DREAMCAST__) |
30 #include "SDL_config_amiga.h" | |
31 #elif defined(__DREAMCAST__) | |
32 #include "SDL_config_dreamcast.h" | 30 #include "SDL_config_dreamcast.h" |
33 #elif defined(__MACOS__) | 31 #elif defined(__MACOS__) |
34 #include "SDL_config_macos.h" | 32 #include "SDL_config_macos.h" |
35 #elif defined(__MACOSX__) | 33 #elif defined(__MACOSX__) |
36 #include "SDL_config_macosx.h" | 34 #include "SDL_config_macosx.h" |