libcore is now enabled by default
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 2 Feb 2006 17:15:53 +0000 (17:15 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Thu, 2 Feb 2006 17:15:53 +0000 (17:15 +0000)
[r7312]

win32/config.h

index 3158b43..a4a5430 100644 (file)
 #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 */
 /* #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
 #define INLINE
 #endif
 
+/* map some non-POSIX names for Win32 */
 #define snprintf    _snprintf
 #define strcasecmp  stricmp