summaryrefslogtreecommitdiffstats
path: root/akregator/src/mk4storage/metakit/include
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-10-27 12:49:27 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-10-31 17:18:57 +0900
commit1a970c2afc4e53022428cf2aa83c333fa31f2bbd (patch)
treef866542d0c62a2766021e753ce9a5e0a1ec01020 /akregator/src/mk4storage/metakit/include
parent3f74eb8afdac3c84b4179f25ca275f9b3b50ba5c (diff)
downloadtdepim-1a970c2a.tar.gz
tdepim-1a970c2a.zip
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 6b1f9116760b2a693428cc93a0304dd3d7d2856a)
Diffstat (limited to 'akregator/src/mk4storage/metakit/include')
-rw-r--r--akregator/src/mk4storage/metakit/include/mk4.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/akregator/src/mk4storage/metakit/include/mk4.h b/akregator/src/mk4storage/metakit/include/mk4.h
index 33016dba..b6aef603 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)