Mercurial > sdl-ios-xcode
comparison include/SDL_config_dreamcast.h @ 1461:11134dc42da8
Updated for Dreamcast KOS June 2005 snapshot:
http://cadcdev.sourceforge.net/svn/snapshots/
http://gamedev.allusion.net/softprj/kos/dcsetup.php
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Thu, 02 Mar 2006 13:16:02 +0000 |
parents | 7a610f25c12f |
children | 30f189cdd82b |
comparison
equal
deleted
inserted
replaced
1460:d79e6b0c2c19 | 1461:11134dc42da8 |
---|---|
23 #ifndef _SDL_config_dreamcast_h | 23 #ifndef _SDL_config_dreamcast_h |
24 #define _SDL_config_dreamcast_h | 24 #define _SDL_config_dreamcast_h |
25 | 25 |
26 /* This is a set of defines to configure the SDL features */ | 26 /* This is a set of defines to configure the SDL features */ |
27 | 27 |
28 typedef signed char int8_t; | |
29 typedef unsigned char uint8_t; | |
30 typedef signed short int16_t; | |
31 typedef unsigned short uint16_t; | |
32 typedef signed int int32_t; | |
33 typedef unsigned int uint32_t; | |
34 typedef signed long long int64_t; | |
35 typedef unsigned long long uint64_t; | |
36 typedef unsigned long uintptr_t; | |
28 #define SDL_HAS_64BIT_TYPE 1 | 37 #define SDL_HAS_64BIT_TYPE 1 |
29 | 38 |
30 /* Useful headers */ | 39 /* Useful headers */ |
31 #define HAVE_SYS_TYPES_H 1 | 40 #define HAVE_SYS_TYPES_H 1 |
32 #define HAVE_STDIO_H 1 | 41 #define HAVE_STDIO_H 1 |
33 #define STDC_HEADERS 1 | 42 #define STDC_HEADERS 1 |
34 #define HAVE_STRING_H 1 | 43 #define HAVE_STRING_H 1 |
35 #define HAVE_INTTYPES_H 1 | 44 #define HAVE_CTYPE_H 1 |
36 #define HAVE_SIGNAL_H 1 | |
37 | 45 |
38 /* C library functions */ | 46 /* C library functions */ |
39 #define HAVE_MALLOC 1 | 47 #define HAVE_MALLOC 1 |
40 #define HAVE_CALLOC 1 | 48 #define HAVE_CALLOC 1 |
41 #define HAVE_REALLOC 1 | 49 #define HAVE_REALLOC 1 |
42 #define HAVE_FREE 1 | 50 #define HAVE_FREE 1 |
43 #define HAVE_ALLOCA 1 | 51 #define HAVE_ALLOCA 1 |
44 #define HAVE_GETENV 1 | 52 #define HAVE_GETENV 1 |
45 #define HAVE_PUTENV 1 | 53 #define HAVE_PUTENV 1 |
54 #define HAVE_QSORT 1 | |
55 #define HAVE_ABS 1 | |
56 #define HAVE_BCOPY 1 | |
46 #define HAVE_MEMSET 1 | 57 #define HAVE_MEMSET 1 |
47 #define HAVE_MEMCPY 1 | 58 #define HAVE_MEMCPY 1 |
48 #define HAVE_MEMMOVE 1 | 59 #define HAVE_MEMMOVE 1 |
49 #define HAVE_MEMCMP 1 | 60 #define HAVE_MEMCMP 1 |
61 #define HAVE_STRLEN 1 | |
62 #define HAVE_STRDUP 1 | |
63 #define HAVE_INDEX 1 | |
64 #define HAVE_RINDEX 1 | |
65 #define HAVE_STRCHR 1 | |
66 #define HAVE_STRRCHR 1 | |
67 #define HAVE_STRSTR 1 | |
68 #define HAVE_STRTOL 1 | |
69 #define HAVE_STRTOD 1 | |
70 #define HAVE_ATOI 1 | |
71 #define HAVE_ATOF 1 | |
72 #define HAVE_STRCMP 1 | |
73 #define HAVE_STRNCMP 1 | |
74 #define HAVE_STRICMP 1 | |
75 #define HAVE_STRCASECMP 1 | |
76 #define HAVE_SSCANF 1 | |
77 #define HAVE_SNPRINTF 1 | |
78 #define HAVE_VSNPRINTF 1 | |
50 | 79 |
51 /* Enable various audio drivers */ | 80 /* Enable various audio drivers */ |
52 #define SDL_AUDIO_DRIVER_DC 1 | 81 #define SDL_AUDIO_DRIVER_DC 1 |
53 | 82 |
54 /* Enable various cdrom drivers */ | 83 /* Enable various cdrom drivers */ |