--- src/gnu/usr.bin/cc41/cc_prep/tconfig.h 2006/09/27 12:10:33 1.1 +++ src/gnu/usr.bin/cc41/cc_prep/tconfig.h 2007/08/23 06:22:10 1.2 @@ -3,7 +3,14 @@ #ifndef GCC_CONFIG_H #define GCC_CONFIG_H +#ifndef USED_FOR_TARGET +# define USED_FOR_TARGET +#endif + #include "dragonfly-native.h" -#include "ansidecl.h" + +#ifdef IN_GCC +# include "ansidecl.h" +#endif #endif