X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=config.h.in;h=a6df31c4cb12ceb7615fc329152b52e29a577c1e;hb=134ecab995321db5c61c0fbf71c9b6916f911a9b;hp=b9c3bf54137a7b2b54f344ae73798cede740fb6a;hpb=20c0d0bc6ee1998d750dc7e7129fff2bd8dcc677;p=libfirm diff --git a/config.h.in b/config.h.in index b9c3bf541..a6df31c4c 100644 --- a/config.h.in +++ b/config.h.in @@ -95,12 +95,18 @@ /* define to 1 to use the libcore */ #undef WITH_LIBCORE +/* define to 1 to have wchar_t support for identifiers */ +#define FIRM_ENABLE_WCHAR + /* Define to disable assertion checking. */ #undef NDEBUG /* undef to disable inlining */ #undef USE_INLINING +/* Define to 1 if Firm inplace edges are activated */ +#undef FIRM_EDGES_INPLACE + /* Define to 1 if Firm hooks are activated */ #undef FIRM_ENABLE_HOOKS