comparison include/SDL_config.h.in @ 1383:1736c5e2173f

NetBSD support
author Sam Lantinga <slouken@libsdl.org>
date Mon, 20 Feb 2006 03:57:03 +0000
parents c0a74f199ecf
children d910939febfa
comparison
equal deleted inserted replaced
1382:b34d38f76a2a 1383:1736c5e2173f
36 #undef uint8_t 36 #undef uint8_t
37 #undef int16_t 37 #undef int16_t
38 #undef uint16_t 38 #undef uint16_t
39 #undef int32_t 39 #undef int32_t
40 #undef uint32_t 40 #undef uint32_t
41 #undef SDL_HAS_64BIT_TYPE
42 #undef int64_t 41 #undef int64_t
43 #undef uint64_t 42 #undef uint64_t
44 #undef uintptr_t 43 #undef uintptr_t
44 #undef SDL_HAS_64BIT_TYPE
45 45
46 /* Endianness */ 46 /* Endianness */
47 #undef SDL_BYTEORDER 47 #undef SDL_BYTEORDER
48 48
49 /* 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 */