diff options
author | Michele Calgaro <[email protected]> | 2025-01-06 21:14:58 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-06 21:14:58 +0900 |
commit | 8a72d04b8b988e57309dbb0243fd99e0bf618a03 (patch) | |
tree | 8210e90a44d5e81cd0cb42899c5c727cb036a006 /tdefile-plugins | |
parent | 05d7a6ab59c6efe5a31363b8a7954a9110242131 (diff) | |
download | tdepim-8a72d04b8b988e57309dbb0243fd99e0bf618a03.tar.gz tdepim-8a72d04b8b988e57309dbb0243fd99e0bf618a03.zip |
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'tdefile-plugins')
-rw-r--r-- | tdefile-plugins/rfc822/tdefile_rfc822.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/tdefile-plugins/rfc822/tdefile_rfc822.cpp b/tdefile-plugins/rfc822/tdefile_rfc822.cpp index fe683c54e..68ff16fae 100644 --- a/tdefile-plugins/rfc822/tdefile_rfc822.cpp +++ b/tdefile-plugins/rfc822/tdefile_rfc822.cpp @@ -32,11 +32,7 @@ #include <tqfile.h> #include <tqdatetime.h> -#if !defined(__osf__) #include <inttypes.h> -#else -typedef unsigned short uint32_t; -#endif typedef KGenericFactory<KRfc822Plugin> Rfc822Factory; |