comparison include/SDL_config_pandora.h @ 3654:336f3df1578d

Allow configure to override assertion settings, but by default this comes from the build optimization level.
author Sam Lantinga <slouken@libsdl.org>
date Wed, 13 Jan 2010 08:06:32 +0000
parents 1e74d7984d0b
children f7b03b6838cb
comparison
equal deleted inserted replaced
3653:1cd9f7117b98 3654:336f3df1578d
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 /* General platform specific identifiers */ 28 /* General platform specific identifiers */
29 #include "SDL_platform.h" 29 #include "SDL_platform.h"
30
31 /* SDL internal assertion support */
32 #define SDL_DEFAULT_ASSERT_LEVEL 1
33 30
34 #define SDL_HAS_64BIT_TYPE 1 31 #define SDL_HAS_64BIT_TYPE 1
35 #define SDL_BYTEORDER 1234 32 #define SDL_BYTEORDER 1234
36 33
37 #define HAVE_ALLOCA_H 1 34 #define HAVE_ALLOCA_H 1