diff include/SDL_config_iphoneos.h @ 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 31f207e27452
children b7a48f533966
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