X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=win32%2Ffirm_config.h;h=83afb6ddc482b990ca94430cce04e8b3c9934915;hb=b78a13deadcd14b661cea1c2a8b448cc79b06f63;hp=3d7ebfdd342625b648c68bf9d0659f0a055dd0e3;hpb=8d77155478d4e3f3058b4d210270affc29c0296d;p=libfirm diff --git a/win32/firm_config.h b/win32/firm_config.h index 3d7ebfdd3..83afb6ddc 100644 --- a/win32/firm_config.h +++ b/win32/firm_config.h @@ -27,8 +27,18 @@ #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 */ +/* #undef WITH_ILP */ /* Define to disable assertion checking. */ /* #undef NDEBUG */