Mercurial > sdl-ios-xcode
changeset 3084:fb256fee28d8
Mac OS X and iPhoneOS have the full math library
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 03 Mar 2009 09:48:00 +0000 |
parents | 0bc41e0361d3 |
children | 4800979de337 |
files | include/SDL_config_iphoneos.h include/SDL_config_macosx.h |
diffstat | 2 files changed, 24 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/include/SDL_config_iphoneos.h Tue Mar 03 04:21:51 2009 +0000 +++ b/include/SDL_config_iphoneos.h Tue Mar 03 09:48:00 2009 +0000 @@ -82,6 +82,18 @@ #define HAVE_SSCANF 1 #define HAVE_SNPRINTF 1 #define HAVE_VSNPRINTF 1 +#define HAVE_CEIL 1 +#define HAVE_COPYSIGN 1 +#define HAVE_COS 1 +#define HAVE_COSF 1 +#define HAVE_FABS 1 +#define HAVE_FLOOR 1 +#define HAVE_LOG 1 +#define HAVE_POW 1 +#define HAVE_SCALBN 1 +#define HAVE_SIN 1 +#define HAVE_SINF 1 +#define HAVE_SQRT 1 #define HAVE_SIGACTION 1 #define HAVE_SETJMP 1 #define HAVE_NANOSLEEP 1
--- a/include/SDL_config_macosx.h Tue Mar 03 04:21:51 2009 +0000 +++ b/include/SDL_config_macosx.h Tue Mar 03 09:48:00 2009 +0000 @@ -84,6 +84,18 @@ #define HAVE_SSCANF 1 #define HAVE_SNPRINTF 1 #define HAVE_VSNPRINTF 1 +#define HAVE_CEIL 1 +#define HAVE_COPYSIGN 1 +#define HAVE_COS 1 +#define HAVE_COSF 1 +#define HAVE_FABS 1 +#define HAVE_FLOOR 1 +#define HAVE_LOG 1 +#define HAVE_POW 1 +#define HAVE_SCALBN 1 +#define HAVE_SIN 1 +#define HAVE_SINF 1 +#define HAVE_SQRT 1 #define HAVE_SIGACTION 1 #define HAVE_SETJMP 1 #define HAVE_NANOSLEEP 1