comparison include/SDL_platform.h @ 3366:8cd9ed45c020

Adapted from Debian patch: 215_kfreebsd_gnu.diff
author Sam Lantinga <slouken@libsdl.org>
date Sat, 10 Oct 2009 09:36:12 +0000
parents 63d4517fc4ac
children d3baf5ac4e37
comparison
equal deleted inserted replaced
3365:9cd5b35c0184 3366:8cd9ed45c020
43 #endif 43 #endif
44 #if defined(_arch_dreamcast) 44 #if defined(_arch_dreamcast)
45 #undef __DREAMCAST__ 45 #undef __DREAMCAST__
46 #define __DREAMCAST__ 1 46 #define __DREAMCAST__ 1
47 #endif 47 #endif
48 #if defined(__FreeBSD__) || defined(__DragonFly__) 48 #if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__DragonFly__)
49 #undef __FREEBSD__ 49 #undef __FREEBSD__
50 #define __FREEBSD__ 1 50 #define __FREEBSD__ 1
51 #endif 51 #endif
52 #if defined(hpux) || defined(__hpux) || defined(__hpux__) 52 #if defined(hpux) || defined(__hpux) || defined(__hpux__)
53 #undef __HPUX__ 53 #undef __HPUX__