X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=win32%2Fconfig.h;h=a22a9bbdd8b8a7837fd922455a4ba0c2c023b5a1;hb=c94d644702be1c14dded8891e9081f672ee4e5ed;hp=51c1196d34650ff1f416d9705d0d64143a0466db;hpb=9e10d8f26d6d95c6a41f6a4b744e52d34ac3f41f;p=libfirm diff --git a/win32/config.h b/win32/config.h index 51c1196d3..a22a9bbdd 100644 --- a/win32/config.h +++ b/win32/config.h @@ -81,7 +81,13 @@ #define DEBUG_libfirm 1 /* define to 1 to use the libcore */ -#undef WITH_LIBCORE +#define WITH_LIBCORE 1 + +/* define to 1 to use the ILP solver */ +#undef WITH_ILP + +/* define to 1 to have wchar_t support for identifiers */ +#define FIRM_ENABLE_WCHAR 1 /* Define to disable assertion checking. */ /* #undef NDEBUG */ @@ -98,10 +104,10 @@ /* #undef WORDS_BIGENDIAN */ /* Define to 1 if Firm statistics are activated */ -#define FIRM_STATISTICS +#define FIRM_STATISTICS 1 /* Define to 1 if Firm hooks are activated */ -#define FIRM_ENABLE_HOOKS +#define FIRM_ENABLE_HOOKS 1 /* Define to 1 if Firm inplace edges are activated */ #define FIRM_EDGES_INPLACE 1 @@ -118,6 +124,7 @@ #define INLINE #endif +/* map some non-POSIX names for Win32 */ #define snprintf _snprintf #define strcasecmp stricmp