forked from KolibriOS/kolibrios
12 lines
219 B
C
12 lines
219 B
C
|
#ifndef GCC_TCONFIG_H
|
||
|
#define GCC_TCONFIG_H
|
||
|
#ifndef USED_FOR_TARGET
|
||
|
# define USED_FOR_TARGET
|
||
|
#endif
|
||
|
#include "auto-host.h"
|
||
|
#ifdef IN_GCC
|
||
|
# include "ansidecl.h"
|
||
|
# include "xm-mingw32.h"
|
||
|
#endif
|
||
|
#endif /* GCC_TCONFIG_H */
|