2 SDL - Simple DirectMedia Layer
3 Copyright (C) 1997-2006 Sam Lantinga
5 This library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Lesser General Public
7 License as published by the Free Software Foundation; either
8 version 2.1 of the License, or (at your option) any later version.
10 This library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Lesser General Public License for more details.
15 You should have received a copy of the GNU Lesser General Public
16 License along with this library; if not, write to the Free Software
17 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
23 /* Try to get a standard set of platform defines */
25 #ifndef _SDL_platform_h
26 #define _SDL_platform_h
36 #if defined(bsdi) || defined(__bsdi) || defined(__bsdi__)
40 #if defined(_arch_dreamcast)
42 #define __DREAMCAST__ 1
44 #if defined(__FreeBSD__) || defined(__DragonFly__)
48 #if defined(hpux) || defined(__hpux) || defined(__hpux__)
52 #if defined(sgi) || defined(__sgi) || defined(__sgi__) || defined(_SGI_SOURCE)
56 #if defined(linux) || defined(__linux) || defined(__linux__)
60 #if defined(__APPLE__)
63 #elif defined(macintosh)
67 #if defined(__NetBSD__)
71 #if defined(__OpenBSD__)
79 #if defined(osf) || defined(__osf) || defined(__osf__) || defined(_OSF_SOURCE)
83 #if defined(__QNXNTO__)
87 #if defined(riscos) || defined(__riscos) || defined(__riscos__)
95 #if defined(WIN32) || defined(_WIN32)
100 #endif /* _SDL_platform_h */