X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=win32%2Fconfig.h;h=508e6aa55382f11928816c2aebed062f437bc9ae;hb=528a6f6b99d83cbdcc1def00972a0fd3ddc7d432;hp=f84513c5a78e960a519ec8230175da446bb41e36;hpb=fa3bf293287cbb8362aa4fb2808282cca6eb7804;p=libfirm diff --git a/win32/config.h b/win32/config.h index f84513c5a..508e6aa55 100644 --- a/win32/config.h +++ b/win32/config.h @@ -18,8 +18,8 @@ /* Define to disable assertion checking. */ /* #undef NDEBUG */ -/* Define to value "inline" for gcc inlineing. */ -/* #undef USE_GCC_INLINE */ +/* Remove to disable inlining */ +#define USE_INLINING 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_ALLOCA_H */ @@ -71,13 +71,13 @@ #define PACKAGE_BUGREPORT "" /* Define to the full name of this package. */ -#define PACKAGE_NAME "libfirm" +#define PACKAGE_NAME "libFIRM" /* Define to the full name and version of this package. */ -#define PACKAGE_STRING "libfirm 0.3.0" +#define PACKAGE_STRING "libFIRM 0.3.0" /* Define to the one symbol short name of this package. */ -#define PACKAGE_TARNAME "libfirm" +#define PACKAGE_TARNAME "libFIRM" /* Define to the version of this package. */ #define PACKAGE_VERSION "0.3.0" @@ -89,8 +89,23 @@ first (like Motorola and SPARC, unlike Intel and VAX). */ /* #undef WORDS_BIGENDIAN */ -/* inline */ -#define INLINE __inline +/* Define to 1 if Firm statistics are activated */ +/* #undef FIRM_STATISTICS */ + +/* Define the right volatile token */ +/* #undef volatile */ + +/* Define the right inline token */ +#define inline __inline + +/* Define the right const token */ +/* #undef const */ + +#ifdef USE_INLINING +#define INLINE inline +#else +#define INLINE +#endif #define snprintf _snprintf #define strcasecmp stricmp