Mercurial > sdl-ios-xcode
comparison include/SDL_config.h.in @ 1347:905dc98a40fa
Check for strtod
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 08 Feb 2006 09:06:34 +0000 |
parents | d02b552e5304 |
children | c643342f3f33 |
comparison
equal
deleted
inserted
replaced
1346:1b5fbaf1d2c6 | 1347:905dc98a40fa |
---|---|
30 /* Comment this if you want to build without any libc requirements */ | 30 /* Comment this if you want to build without any libc requirements */ |
31 #undef HAVE_LIBC | 31 #undef HAVE_LIBC |
32 #ifdef HAVE_LIBC | 32 #ifdef HAVE_LIBC |
33 | 33 |
34 | 34 |
35 | |
36 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP | 35 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP |
37 systems. This function is required for `alloca.c' support on those systems. | 36 systems. This function is required for `alloca.c' support on those systems. |
38 */ | 37 */ |
39 #undef CRAY_STACKSEG_END | 38 #undef CRAY_STACKSEG_END |
40 | 39 |
174 /* Define to 1 if you have the `strrchr' function. */ | 173 /* Define to 1 if you have the `strrchr' function. */ |
175 #undef HAVE_STRRCHR | 174 #undef HAVE_STRRCHR |
176 | 175 |
177 /* Define to 1 if you have the `strstr' function. */ | 176 /* Define to 1 if you have the `strstr' function. */ |
178 #undef HAVE_STRSTR | 177 #undef HAVE_STRSTR |
178 | |
179 /* Define to 1 if you have the `strtod' function. */ | |
180 #undef HAVE_STRTOD | |
179 | 181 |
180 /* Define to 1 if you have the `strtol' function. */ | 182 /* Define to 1 if you have the `strtol' function. */ |
181 #undef HAVE_STRTOL | 183 #undef HAVE_STRTOL |
182 | 184 |
183 /* Define to 1 if you have the `strtoll' function. */ | 185 /* Define to 1 if you have the `strtoll' function. */ |
280 | 282 |
281 /* Define to `unsigned' if <sys/types.h> does not define. */ | 283 /* Define to `unsigned' if <sys/types.h> does not define. */ |
282 #undef size_t | 284 #undef size_t |
283 | 285 |
284 | 286 |
285 | |
286 #endif /* HAVE_LIBC */ | 287 #endif /* HAVE_LIBC */ |
287 | 288 |
288 #endif /* _SDL_config_h */ | 289 #endif /* _SDL_config_h */ |
289 | 290 |