From 99386f168214c8214e6eafb21ff42d930be54dac Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Fri, 30 Jan 2026 09:55:04 +0900
Subject: Remove support for Irix, which is discontinued and does not provide a
 c++17 complaint compiler.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 lib/chmlib/chm_lib.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/chmlib/chm_lib.c b/lib/chmlib/chm_lib.c
index e7da0b0..9a86ddc 100644
--- a/lib/chmlib/chm_lib.c
+++ b/lib/chmlib/chm_lib.c
@@ -62,7 +62,7 @@
 #include <stdio.h>
 #endif
 
-#if __sun || __sgi
+#if __sun
 #include <strings.h>
 #endif
 
@@ -153,7 +153,7 @@ typedef unsigned __int64        UInt64;
 /* Sparc        */
 /* MIPS         */
 /* PPC          */
-#elif __i386__ || __sun || __sgi || __ppc__
+#elif __i386__ || __sun || __ppc__
 typedef unsigned char           UChar;
 typedef short                   Int16;
 typedef unsigned short          UInt16;
-- 
cgit v1.2.3

