comparison include/SDL_config_macosx.h @ 3084:fb256fee28d8

Mac OS X and iPhoneOS have the full math library
author Sam Lantinga <slouken@libsdl.org>
date Tue, 03 Mar 2009 09:48:00 +0000
parents 99210400e8b9
children b7a48f533966
comparison
equal deleted inserted replaced
3083:0bc41e0361d3 3084:fb256fee28d8
82 #define HAVE_STRCASECMP 1 82 #define HAVE_STRCASECMP 1
83 #define HAVE_STRNCASECMP 1 83 #define HAVE_STRNCASECMP 1
84 #define HAVE_SSCANF 1 84 #define HAVE_SSCANF 1
85 #define HAVE_SNPRINTF 1 85 #define HAVE_SNPRINTF 1
86 #define HAVE_VSNPRINTF 1 86 #define HAVE_VSNPRINTF 1
87 #define HAVE_CEIL 1
88 #define HAVE_COPYSIGN 1
89 #define HAVE_COS 1
90 #define HAVE_COSF 1
91 #define HAVE_FABS 1
92 #define HAVE_FLOOR 1
93 #define HAVE_LOG 1
94 #define HAVE_POW 1
95 #define HAVE_SCALBN 1
96 #define HAVE_SIN 1
97 #define HAVE_SINF 1
98 #define HAVE_SQRT 1
87 #define HAVE_SIGACTION 1 99 #define HAVE_SIGACTION 1
88 #define HAVE_SETJMP 1 100 #define HAVE_SETJMP 1
89 #define HAVE_NANOSLEEP 1 101 #define HAVE_NANOSLEEP 1
90 102
91 /* Enable various audio drivers */ 103 /* Enable various audio drivers */