# HG changeset patch # User Sam Lantinga # Date 1295123683 28800 # Node ID c5b9486688ce19b060604823c420a3b4b7cd339b # Parent 77df5657044225bc294c8410825abf206cb0395d Added some missing config for the iPhone diff -r 77df56570442 -r c5b9486688ce include/SDL_config_iphoneos.h --- a/include/SDL_config_iphoneos.h Thu Jan 13 18:31:15 2011 -0800 +++ b/include/SDL_config_iphoneos.h Sat Jan 15 12:34:43 2011 -0800 @@ -93,6 +93,9 @@ #define HAVE_SSCANF 1 #define HAVE_SNPRINTF 1 #define HAVE_VSNPRINTF 1 +#define HAVE_M_PI 1 +#define HAVE_ATAN 1 +#define HAVE_ATAN2 1 #define HAVE_CEIL 1 #define HAVE_COPYSIGN 1 #define HAVE_COS 1