config.h 254 B

1234567891011
  1. #ifndef GCC_CONFIG_H
  2. #define GCC_CONFIG_H
  3. #ifdef GENERATOR_FILE
  4. #error config.h is for the host, not build, machine.
  5. #endif
  6. #include "auto-host.h"
  7. #ifdef IN_GCC
  8. # include "ansidecl.h"
  9. # include "config/i386/xm-mingw32.h"
  10. #endif
  11. #endif /* GCC_CONFIG_H */