binutils/testsuite/
[deliverable/binutils-gdb.git] / binutils / config.in
index 735c991409e590f04d712e3a21a66359a24341f9..3b3812c3e11b252125cc6dc4b55992272c9fe48a 100644 (file)
@@ -1,5 +1,11 @@
 /* config.in.  Generated from configure.in by autoheader.  */
 
+/* Check that config.h is #included before system headers
+   (this works only for glibc, but that should be enough).  */
+#if defined(__GLIBC__)
+#  error config.h must be #included before system headers
+#endif
+
 /* 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.
    */
 /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS
 
+/* Define if you can safely include both <string.h> and <strings.h>. */
+#undef STRING_WITH_STRINGS
+
 /* Configured target name. */
 #undef TARGET
 
This page took 0.022863 seconds and 4 git commands to generate.