diff 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
line wrap: on
line diff
--- a/include/SDL_config.h.in	Wed Feb 08 08:55:33 2006 +0000
+++ b/include/SDL_config.h.in	Wed Feb 08 09:06:34 2006 +0000
@@ -32,7 +32,6 @@
 #ifdef HAVE_LIBC
 
 
-
 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
    systems. This function is required for `alloca.c' support on those systems.
    */
@@ -177,6 +176,9 @@
 /* Define to 1 if you have the `strstr' function. */
 #undef HAVE_STRSTR
 
+/* Define to 1 if you have the `strtod' function. */
+#undef HAVE_STRTOD
+
 /* Define to 1 if you have the `strtol' function. */
 #undef HAVE_STRTOL
 
@@ -282,7 +284,6 @@
 #undef size_t
 
 
-
 #endif /* HAVE_LIBC */
 
 #endif /* _SDL_config_h */