Commit b369f194 authored by Sam Lantinga's avatar Sam Lantinga

Android has atan() and atan2()

parent 35a1f5fb
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment