From 69a053f54a2074e9c27a235f6b917fbd695eba42 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Thu, 2 Feb 2006 17:15:53 +0000 Subject: [PATCH] libcore is now enabled by default [r7312] --- win32/config.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/win32/config.h b/win32/config.h index 3158b43d4..a4a54302b 100644 --- a/win32/config.h +++ b/win32/config.h @@ -81,10 +81,10 @@ #define DEBUG_libfirm 1 /* define to 1 to use the libcore */ -#define WITH_LIBCORE +#define WITH_LIBCORE 1 /* define to 1 to have wchar_t support for identifiers */ -#define FIRM_ENABLE_WCHAR +#define FIRM_ENABLE_WCHAR 1 /* Define to disable assertion checking. */ /* #undef NDEBUG */ @@ -101,10 +101,10 @@ /* #undef WORDS_BIGENDIAN */ /* Define to 1 if Firm statistics are activated */ -#define FIRM_STATISTICS +#define FIRM_STATISTICS 1 /* Define to 1 if Firm hooks are activated */ -#define FIRM_ENABLE_HOOKS +#define FIRM_ENABLE_HOOKS 1 /* Define to 1 if Firm inplace edges are activated */ #define FIRM_EDGES_INPLACE 1 @@ -121,6 +121,7 @@ #define INLINE #endif +/* map some non-POSIX names for Win32 */ #define snprintf _snprintf #define strcasecmp stricmp -- 2.20.1