changeset 4940:77f079051f60

Android has atan() and atan2()
author Sam Lantinga <slouken@libsdl.org>
date Sat, 01 Jan 2011 16:56:54 -0800
parents de89a6f73c06
children bd009a923441
files include/SDL_config_android.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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