From d03c9b495a56d2a87d8fddf75aef11750119dc85 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 17 Jan 2026 16:57:47 +0900 Subject: Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler. Signed-off-by: Michele Calgaro --- ark/arkutils.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ark/arkutils.cpp') diff --git a/ark/arkutils.cpp b/ark/arkutils.cpp index 72545f5..4fd64aa 100644 --- a/ark/arkutils.cpp +++ b/ark/arkutils.cpp @@ -43,10 +43,6 @@ #include #include -#ifdef _HPUX_SOURCE -#include -#endif - // for statfs: #if defined(BSD4_4) && !defined(__NetBSD__) #include -- cgit v1.2.3