Android has atan() and atan2()

This commit is contained in:
Sam Lantinga 2011-01-01 16:56:54 -08:00
parent 35a1f5fbe0
commit b369f1945a

View file

@ -55,6 +55,8 @@ typedef unsigned int uint32_t;
#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