* config.in: Disable sanity check for kfreebsd.
[deliverable/binutils-gdb.git] / opcodes / config.in
index 7b97957143b6f119b9addaa47eab01577393c0e0..9555f7db7cf45328757ed363dfc3dcdea9b27d56 100644 (file)
@@ -2,7 +2,7 @@
 
 /* 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__)
+#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
 #  error config.h must be #included before system headers
 #endif
 #define __CONFIG_H__ 1
This page took 0.023046 seconds and 4 git commands to generate.