From 879d0179165d84060122f1bc292bfe254c5f5ce0 Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Sun, 12 Jan 2025 16:21:09 +0900
Subject: Remove support for OSF

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 kiten/dict.h            | 5 -----
 kmplot/kmplot/diagr.cpp | 6 ------
 2 files changed, 11 deletions(-)

diff --git a/kiten/dict.h b/kiten/dict.h
index 25db6d0e..0803d235 100644
--- a/kiten/dict.h
+++ b/kiten/dict.h
@@ -29,12 +29,7 @@
 #include <tqstringlist.h>
 
 #include <sys/types.h>
-#ifdef __osf__
-typedef unsigned int uint32_t;
-typedef int int32_t;
-#else
 #include <inttypes.h>
-#endif
 
 namespace Dict
 {
diff --git a/kmplot/kmplot/diagr.cpp b/kmplot/kmplot/diagr.cpp
index 144e73b0..54f24a46 100644
--- a/kmplot/kmplot/diagr.cpp
+++ b/kmplot/kmplot/diagr.cpp
@@ -27,12 +27,6 @@
 #include "diagr.h"
 #include "settings.h"
 
-#ifdef __osf__
-#include <nan.h>
-#define isnan(x) IsNAN(x)
-#define isinf(x) IsINF(X)
-#endif
-
 #ifdef USE_SOLARIS
 #include <ieeefp.h>
 int isinf(double x)
-- 
cgit v1.2.3

