From 51452f2e68ea3fba1776d125ce27416c90b544ec Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Thu, 29 Jan 2026 18:36:34 +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>
---
 src/moz-sdk/nptypes.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/moz-sdk/nptypes.h b/src/moz-sdk/nptypes.h
index 8307c26..677ff6b 100644
--- a/src/moz-sdk/nptypes.h
+++ b/src/moz-sdk/nptypes.h
@@ -47,7 +47,7 @@
    */
   typedef int int32_t;
   typedef unsigned int uint32_t;
-#elif defined(_AIX) || defined(__sun) || defined(IRIX)
+#elif defined(_AIX) || defined(__sun)
   /*
    * AIX and SunOS ship a inttypes.h header that defines [u]int32_t,
    * but not bool for C.
-- 
cgit v1.2.3

