From e429a99fac70f2b295ea961b875a3ead723dfe8f Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Fri, 16 Jan 2026 11:29:24 +0900
Subject: Remove support for HPUX, which is discontinued and does not provide a
 c++17 complaint compiler.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 doc/html/config_8h-source.html | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/doc/html/config_8h-source.html b/doc/html/config_8h-source.html
index 9b493c5..7a20643 100644
--- a/doc/html/config_8h-source.html
+++ b/doc/html/config_8h-source.html
@@ -224,11 +224,7 @@
 <a name="l00202"></a>00202 <span class="preprocessor"></span>
 <a name="l00203"></a>00203 
 <a name="l00204"></a>00204 
-<a name="l00205"></a>00205 <span class="comment">/*</span>
-<a name="l00206"></a>00206 <span class="comment"> * On HP-UX, the declaration of vsnprintf() is needed every time !</span>
-<a name="l00207"></a>00207 <span class="comment"> */</span>
-<a name="l00208"></a>00208 
-<a name="l00209"></a>00209 <span class="preprocessor">#if !defined(HAVE_VSNPRINTF) || defined(hpux)</span>
+<a name="l00209"></a>00209 <span class="preprocessor">#if !defined(HAVE_VSNPRINTF)</span>
 <a name="l00210"></a>00210 <span class="preprocessor"></span><span class="preprocessor">#if __STDC__</span>
 <a name="l00211"></a>00211 <span class="preprocessor"></span><span class="preprocessor">#include &lt;stdarg.h&gt;</span>
 <a name="l00212"></a>00212 <span class="preprocessor">#include &lt;stdlib.h&gt;</span>
-- 
cgit v1.2.3

