OSDN Git Service

2009-07-10 Steven G. Kargl <kargl@gcc.gnu.org>
[pf3gnuchains/gcc-fork.git] / libgfortran / config.h.in
index 72d46d9..3bab479 100644 (file)
@@ -96,6 +96,9 @@
 /* Define if isnan is broken. */
 #undef HAVE_BROKEN_ISNAN
 
+/* Define if powf is broken. */
+#undef HAVE_BROKEN_POWF
+
 /* libm includes cabs */
 #undef HAVE_CABS
 
 /* libc includes getuid */
 #undef HAVE_GETUID
 
+/* Define to 1 if you have the `gmtime_r' function. */
+#undef HAVE_GMTIME_R
+
 /* Define if the compiler has a thread header that is non single. */
 #undef HAVE_GTHR_DEFAULT
 
 /* libm includes llroundl */
 #undef HAVE_LLROUNDL
 
+/* Define to 1 if you have the `localtime_r' function. */
+#undef HAVE_LOCALTIME_R
+
 /* libm includes log */
 #undef HAVE_LOG
 
 /* Define to 1 if you have the `ttyname' function. */
 #undef HAVE_TTYNAME
 
+/* Define to 1 if the system has the type `uintptr_t'. */
+#undef HAVE_UINTPTR_T
+
 /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H