X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;ds=sidebyside;f=config.h.in;h=9df7894816d855c7a6135b3efa7dcf0d9b9f862b;hb=22533ebdee1d7244225b19ca8fb5711939ba98f4;hp=bae0e8c44ef9f37e6c1de26a62520b57ef5e280a;hpb=646d18cc4470cc9e36b1b8c334a5f5ad435779ce;p=libfirm diff --git a/config.h.in b/config.h.in index bae0e8c44..9df789481 100644 --- a/config.h.in +++ b/config.h.in @@ -92,6 +92,15 @@ /* define to 1 to enable debugging stuff. */ #undef DEBUG_libfirm +/* define to 1 to use the libcore */ +#undef WITH_LIBCORE + +/* 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 + /* Define to disable assertion checking. */ #undef NDEBUG