forked from KolibriOS/kolibrios
c7fc8e91d0
git-svn-id: svn://kolibrios.org@6515 a494cfbc-eb01-0410-851d-a64ba20cac60
12 lines
231 B
C
12 lines
231 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 "config/i386/xm-mingw32.h"
|
|
#endif
|
|
#endif /* GCC_TCONFIG_H */
|