Mercurial > sdl-ios-xcode
comparison include/SDL_config.h.in @ 1354:22f39393668a
Fixed build problem with SDL_string.c
Officially deprecated SDL_byteorder.h, SDL_getenv.h and SDL_types.h
Moved endian-related SDL_rwops code into SDL_rwops.c
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 09 Feb 2006 09:38:05 +0000 |
parents | 7ba544e2888d |
children | 19418e4422cb |
comparison
equal
deleted
inserted
replaced
1353:7ba544e2888d | 1354:22f39393668a |
---|---|
40 #undef uint32_t | 40 #undef uint32_t |
41 #undef SDL_HAS_64BIT_TYPE | 41 #undef SDL_HAS_64BIT_TYPE |
42 #undef int64_t | 42 #undef int64_t |
43 #undef uint64_t | 43 #undef uint64_t |
44 #undef uintptr_t | 44 #undef uintptr_t |
45 | |
46 /* Endianness */ | |
47 #undef SDL_BYTEORDER | |
45 | 48 |
46 /* Comment this if you want to build without any C library requirements */ | 49 /* Comment this if you want to build without any C library requirements */ |
47 #undef HAVE_LIBC | 50 #undef HAVE_LIBC |
48 #ifdef HAVE_LIBC | 51 #ifdef HAVE_LIBC |
49 | 52 |
122 #undef DISABLE_EVENTS | 125 #undef DISABLE_EVENTS |
123 #undef DISABLE_JOYSTICK | 126 #undef DISABLE_JOYSTICK |
124 #undef DISABLE_CDROM | 127 #undef DISABLE_CDROM |
125 #undef DISABLE_THREADS | 128 #undef DISABLE_THREADS |
126 #undef DISABLE_TIMERS | 129 #undef DISABLE_TIMERS |
127 #undef DISABLE_ENDIAN | |
128 #undef DISABLE_FILE | 130 #undef DISABLE_FILE |
129 #undef DISABLE_CPUINFO | 131 #undef DISABLE_CPUINFO |
130 | 132 |
131 #endif /* _SDL_config_h */ | 133 #endif /* _SDL_config_h */ |