Define USED_FOR_TARGET in tconfig.h, matching what gcc does.
[dragonfly.git] / gnu / usr.bin / cc41 / cc_prep / tconfig.h
1 /* $DragonFly: src/gnu/usr.bin/cc41/cc_prep/tconfig.h,v 1.2 2007/08/23 06:22:10 corecode Exp $ */
2
3 #ifndef GCC_CONFIG_H
4 #define GCC_CONFIG_H
5
6 #ifndef USED_FOR_TARGET
7 #  define USED_FOR_TARGET
8 #endif
9
10 #include "dragonfly-native.h"
11
12 #ifdef IN_GCC
13 #  include "ansidecl.h"
14 #endif
15
16 #endif