diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-16 11:29:24 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-16 11:29:24 +0900 |
| commit | e429a99fac70f2b295ea961b875a3ead723dfe8f (patch) | |
| tree | 7db13a065edfd4afc663633bdb16934cd83e7abb | |
| parent | c1f22392f429ccf7a6e122fe5046da6dfac15e6a (diff) | |
| download | kshowmail-drop/hpux-support.tar.gz kshowmail-drop/hpux-support.zip | |
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.drop/hpux-support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
| -rw-r--r-- | doc/html/config_8h-source.html | 6 |
1 files changed, 1 insertions, 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 <stdarg.h></span> <a name="l00212"></a>00212 <span class="preprocessor">#include <stdlib.h></span> |
