diff options
Diffstat (limited to 'akregator/src/mk4storage/metakit/include/mk4.h')
-rw-r--r-- | akregator/src/mk4storage/metakit/include/mk4.h | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/akregator/src/mk4storage/metakit/include/mk4.h b/akregator/src/mk4storage/metakit/include/mk4.h index 33016dba..2b311246 100644 --- a/akregator/src/mk4storage/metakit/include/mk4.h +++ b/akregator/src/mk4storage/metakit/include/mk4.h @@ -114,19 +114,6 @@ //--------------------------------------------------------------------------- - // Borland C++ and C++ Builder -#if defined (__BORLANDC__) - // by default, if runtime is linked as a DLL, then so is Metakit -#if defined (_RTLDLL) && !defined (q4_KITDLL) -#define q4_KITDLL 1 -#endif - - // Borland 5.0 supports the bool datatype -#if __BORLANDC__ >= 0x500 -#define q4_BOOL 1 -#endif -#endif // __BORLANDC__ - // IRIX supports the bool datatype // define before gcc to cover both the gcc and MipsPRO compiler #if defined (sgi) @@ -153,17 +140,6 @@ #endif #endif - // Metrowerks CodeWarrior -#if defined (__MWERKS__) -#if __option(bool) -#define q4_BOOL 1 // bool datatype is optionally supported - // undef, these conflict with c4_Storage::c4_Storage overloading -#undef bool -#undef true -#undef false -#endif -#endif - // Microsoft Visual C++ #if defined (_MSC_VER) // MSVC 5.0 supports the bool datatype, MSVC 4.x has no namespaces |