--- src/gnu/usr.bin/cc34/cc_prep/tconfig.h 2004/06/14 22:27:53 1.1 +++ src/gnu/usr.bin/cc34/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