Mercurial > sdl-ios-xcode
comparison include/SDL_config_minimal.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 |
---|---|
31 * This is the minimal configuration that can be used to build SDL. | 31 * This is the minimal configuration that can be used to build SDL. |
32 */ | 32 */ |
33 | 33 |
34 #include <stdarg.h> | 34 #include <stdarg.h> |
35 | 35 |
36 /* SDL internal assertion support */ | |
37 #define SDL_DEFAULT_ASSERT_LEVEL 1 | |
38 | |
39 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H) | 36 #if !defined(_STDINT_H_) && (!defined(HAVE_STDINT_H) || !_HAVE_STDINT_H) |
40 typedef signed char int8_t; | 37 typedef signed char int8_t; |
41 typedef unsigned char uint8_t; | 38 typedef unsigned char uint8_t; |
42 typedef signed short int16_t; | 39 typedef signed short int16_t; |
43 typedef unsigned short uint16_t; | 40 typedef unsigned short uint16_t; |