# HG changeset patch # User Sam Lantinga # Date 1293929814 28800 # Node ID 77f079051f60097012680c87b9fd6b249e363a1e # Parent de89a6f73c061ef6163e071d75e8b5bf2a8851ab Android has atan() and atan2() diff -r de89a6f73c06 -r 77f079051f60 include/SDL_config_android.h --- 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