From c14a7b4c53643b56909cfec6c927dad7b768c291 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Sat, 15 Jan 2011 12:34:43 -0800 Subject: [PATCH] Added some missing config for the iPhone --- include/SDL_config_iphoneos.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/SDL_config_iphoneos.h b/include/SDL_config_iphoneos.h index 6e031114b..5b27790c0 100644 --- a/include/SDL_config_iphoneos.h +++ b/include/SDL_config_iphoneos.h @@ -93,6 +93,9 @@ typedef unsigned long uintptr_t; #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