summaryrefslogtreecommitdiffstats
path: root/mimelib
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-06 21:14:58 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-06 21:14:58 +0900
commit8a72d04b8b988e57309dbb0243fd99e0bf618a03 (patch)
tree8210e90a44d5e81cd0cb42899c5c727cb036a006 /mimelib
parent05d7a6ab59c6efe5a31363b8a7954a9110242131 (diff)
downloadtdepim-8a72d04b8b988e57309dbb0243fd99e0bf618a03.tar.gz
tdepim-8a72d04b8b988e57309dbb0243fd99e0bf618a03.zip
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'mimelib')
-rw-r--r--mimelib/mimelib/msgcmp.h2
-rw-r--r--mimelib/mimelib/token.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/mimelib/mimelib/msgcmp.h b/mimelib/mimelib/msgcmp.h
index c9e6707e..4c66a2b2 100644
--- a/mimelib/mimelib/msgcmp.h
+++ b/mimelib/mimelib/msgcmp.h
@@ -31,7 +31,7 @@
#include <mimelib/string.h>
#endif
-#if !(defined(__DECCXX) && defined(__linux__))
+#if defined(__linux__))
#include <iosfwd>
#endif
diff --git a/mimelib/mimelib/token.h b/mimelib/mimelib/token.h
index 7168ea09..ec52ca84 100644
--- a/mimelib/mimelib/token.h
+++ b/mimelib/mimelib/token.h
@@ -51,7 +51,7 @@
// classes are fairly simple and efficient.
// In addition, polymorphism is not needed to use the tokenizer classes.
-#if !(defined(__DECCXX) && defined(__linux__))
+#if defined(__linux__))
#include <iosfwd>
#endif