X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=win32%2Fconfig.h;h=508e6aa55382f11928816c2aebed062f437bc9ae;hb=41b022e5d3a77bd3743f6a7b4444b13179dbd2e0;hp=abe90710adf11ab4f6c3fda0362599c56aa92746;hpb=df327b05c5773ec9839d28fab562f8dc228560c6;p=libfirm diff --git a/win32/config.h b/win32/config.h index abe90710a..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 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