xref: /dflybsd-src/gnu/usr.bin/cc47/cc_prep/tconfig.h (revision 04febcfb30580676d3e95f58a16c5137ee478b32)
1*b450dd39SJohn Marino #ifndef GCC_TCONFIG_H
2*b450dd39SJohn Marino #define GCC_TCONFIG_H
3*b450dd39SJohn Marino #ifndef USED_FOR_TARGET
4*b450dd39SJohn Marino # define USED_FOR_TARGET
5*b450dd39SJohn Marino #endif
6*b450dd39SJohn Marino #include "auto-host.h"
7*b450dd39SJohn Marino #ifdef IN_GCC
8*b450dd39SJohn Marino # include "ansidecl.h"
9*b450dd39SJohn Marino #endif
10*b450dd39SJohn Marino #endif /* GCC_TCONFIG_H */
11