PR 14072
[deliverable/binutils-gdb.git] / bfd / config.in
index cb53b14741387824539f172b1dd20c0d2cff2183..20b619dd0dc1c3b72641d54340b519cac84f74a6 100644 (file)
@@ -1,5 +1,12 @@
 /* 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__) && !defined(__CONFIG_H__)
+#  error config.h must be #included before system headers
+#endif
+#define __CONFIG_H__ 1
+
 /* Name of host specific core header file to include in elf.c. */
 #undef CORE_HEADER
 
This page took 0.023638 seconds and 4 git commands to generate.