# HG changeset patch # User Sam Lantinga # Date 1236073680 0 # Node ID fb256fee28d838b774ef77ad9563a4de6cd20092 # Parent 0bc41e0361d37353a0fab27c8d60c9a00df1b5c6 Mac OS X and iPhoneOS have the full math library diff -r 0bc41e0361d3 -r fb256fee28d8 include/SDL_config_iphoneos.h --- 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 diff -r 0bc41e0361d3 -r fb256fee28d8 include/SDL_config_macosx.h --- 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