00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023 #ifndef _SDL_config_nintendods_h
00024 #define _SDL_config_nintendods_h
00025
00026 #include "SDL_platform.h"
00027
00028
00029
00030 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H)
00031 typedef signed char int8_t;
00032 typedef unsigned char uint8_t;
00033 typedef signed short int16_t;
00034 typedef unsigned short uint16_t;
00035 typedef signed int int32_t;
00036 typedef unsigned int uint32_t;
00037 typedef signed long long int64_t;
00038 typedef unsigned long long uint64_t;
00039
00040
00041
00042 #ifndef __PTRDIFF_TYPE__
00043 typedef unsigned long uintptr_t;
00044 #else
00045 typedef unsigned __PTRDIFF_TYPE__ uintptr_t;
00046 #endif
00047 #endif
00048
00049 #define SDL_HAS_64BIT_TYPE 1
00050
00051
00052 #define HAVE_SYS_TYPES_H 1
00053 #define HAVE_STDIO_H 1
00054 #define STDC_HEADERS 1
00055 #define HAVE_STRING_H 1
00056 #define HAVE_CTYPE_H 1
00057
00058
00059 #define HAVE_MALLOC 1
00060 #define HAVE_CALLOC 1
00061 #define HAVE_REALLOC 1
00062 #define HAVE_FREE 1
00063 #define HAVE_ALLOCA 1
00064 #define HAVE_GETENV 1
00065 #define HAVE_PUTENV 1
00066 #define HAVE_QSORT 1
00067 #define HAVE_ABS 1
00068 #define HAVE_BCOPY 1
00069 #define HAVE_MEMSET 1
00070 #define HAVE_MEMCPY 1
00071 #define HAVE_MEMMOVE 1
00072 #define HAVE_MEMCMP 1
00073 #define HAVE_STRLEN 1
00074 #define HAVE_STRDUP 1
00075 #define HAVE_INDEX 1
00076 #define HAVE_RINDEX 1
00077 #define HAVE_STRCHR 1
00078 #define HAVE_STRRCHR 1
00079 #define HAVE_STRSTR 1
00080 #define HAVE_STRTOL 1
00081 #define HAVE_STRTOD 1
00082 #define HAVE_ATOI 1
00083 #define HAVE_ATOF 1
00084 #define HAVE_STRCMP 1
00085 #define HAVE_STRNCMP 1
00086 #define HAVE_STRICMP 1
00087 #define HAVE_STRCASECMP 1
00088 #define HAVE_SSCANF 1
00089 #define HAVE_SNPRINTF 1
00090 #define HAVE_VSNPRINTF 1
00091
00092
00093 #define LACKS_SYS_MMAN_H 1
00094
00095
00096 #define SDL_AUDIO_DRIVER_NDS 1
00097
00098
00099
00100 #define SDL_JOYSTICK_NDS 1
00101
00102
00103
00104 #define SDL_LOADSO_DISABLED 1
00105
00106
00107
00108 #define SDL_THREADS_DISABLED 1
00109
00110
00111 #define SDL_TIMER_NDS 1
00112
00113
00114 #define SDL_VIDEO_DRIVER_NDS 1
00115
00116
00117
00118 #define SDL_POWER_NINTENDODS 1
00119
00120 #endif