X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=win32%2Ffirm_config.h;h=2facc90bee8786799c0bcbef1e36ad7b20381f94;hb=ff7766fa12750305f3eb293cfcef2f3de63aeb01;hp=d1f3ce409d643e9d3024bcc703beedbb32bfc749;hpb=2a8f7e141f7025f3fd3d52f90597e72baeec5d93;p=libfirm diff --git a/win32/firm_config.h b/win32/firm_config.h index d1f3ce409..2facc90be 100644 --- a/win32/firm_config.h +++ b/win32/firm_config.h @@ -27,8 +27,23 @@ #define DEBUG_libfirm 1 #endif +/* define to 1 to have wchar_t support for identifiers */ +#ifndef FIRM_ENABLE_WCHAR +#define FIRM_ENABLE_WCHAR 1 +#endif + /* define to 1 to use the libcore */ -/* #undef WITH_LIBCORE */ +#ifndef WITH_LIBCORE +#define WITH_LIBCORE 1 +#endif + +/* define to 1 to use the ILP solver */ +#ifndef WITH_ILP +#define WITH_ILP 1 +#endif + +/* define to 1 to use JVM calling needed for the Java-based coalescer in firmbe */ +/* #undef WITH_JVM */ /* Define to disable assertion checking. */ /* #undef NDEBUG */ @@ -48,11 +63,6 @@ #define FIRM_ENABLE_HOOKS 1 #endif -/* Define to 1 if Firm inplace edges are activated */ -#ifndef FIRM_EDGES_INPLACE -#define FIRM_EDGES_INPLACE 1 -#endif - #ifdef USE_INLINING #ifndef INLINE #define INLINE __inline