X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=config.h.in;h=1478e95e03312a49a3e4918a1ac95de656eecf45;hb=fc8907376ecd32d779af9224ce11361913c09af2;hp=bae0e8c44ef9f37e6c1de26a62520b57ef5e280a;hpb=646d18cc4470cc9e36b1b8c334a5f5ad435779ce;p=libfirm diff --git a/config.h.in b/config.h.in index bae0e8c44..1478e95e0 100644 --- a/config.h.in +++ b/config.h.in @@ -92,6 +92,21 @@ /* 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 enable Firm to call the JVM */ +#undef WITH_JVM + +/* define to 1 if we use gnu extensions */ +#undef _GNU_SOURCE + +/* define to 1 to have wchar_t support for identifiers */ +#define FIRM_ENABLE_WCHAR + /* Define to disable assertion checking. */ #undef NDEBUG