fpu-387.h (set_fpu): Prefix stmxcsr and ldmxcsr with %v.
[gcc.git] / libgfortran / config.h.in
index b75fa968023a5f2271d34318ed7c989038aeb923..43ba0259862f70f34d5aeafebc1c841a81a9e4af 100644 (file)
 /* Define to 1 if you have the `strcasestr' function. */
 #undef HAVE_STRCASESTR
 
-/* Define to 1 if you have the `strerror_r' function. */
+/* Define if strerror_r is available in <string.h>. */
 #undef HAVE_STRERROR_R
 
+/* Define if strerror_r takes two arguments and is available in <string.h>. */
+#undef HAVE_STRERROR_R_2ARGS
+
 /* Define to 1 if you have the <strings.h> header file. */
 #undef HAVE_STRINGS_H