* elf32-ppc.c (ppc_elf_howto_raw): Correct dst_mask in
[deliverable/binutils-gdb.git] / bfd / config.in
index cb53b14741387824539f172b1dd20c0d2cff2183..2fc4897ea9d2c31b866807178ec92224d8e0596c 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(__FreeBSD_kernel__) && !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.024502 seconds and 4 git commands to generate.