diff include/SDL_config_android.h @ 4940:77f079051f60

Android has atan() and atan2()
author Sam Lantinga <slouken@libsdl.org>
date Sat, 01 Jan 2011 16:56:54 -0800
parents faa228f7ce5b
children 0ab2492f2e17
line wrap: on
line diff
--- a/include/SDL_config_android.h	Sat Jan 01 16:41:29 2011 -0800
+++ b/include/SDL_config_android.h	Sat Jan 01 16:56:54 2011 -0800
@@ -55,6 +55,8 @@
 #define HAVE_SIGNAL_H	1
 
 /* C library functions */
+#define HAVE_ATAN	1
+#define HAVE_ATAN2	1
 #define HAVE_MALLOC	1
 #define HAVE_CALLOC	1
 #define HAVE_REALLOC	1