Android has atan() and atan2()

This commit is contained in:
Sam Lantinga 2011-01-01 16:56:54 -08:00
parent 3e250a4d82
commit 80b28b58d8

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