xref: /dflybsd-src/gnu/usr.bin/cc47/cc_prep/config.h (revision 04febcfb30580676d3e95f58a16c5137ee478b32)
1*b450dd39SJohn Marino #ifndef GCC_CONFIG_H
2*b450dd39SJohn Marino #define GCC_CONFIG_H
3*b450dd39SJohn Marino #ifdef GENERATOR_FILE
4*b450dd39SJohn Marino #error config.h is for the host, not build, machine.
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_CONFIG_H */
11