summaryrefslogtreecommitdiffstats
path: root/tdecore/netsupp.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-16 16:17:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-16 16:17:53 +0900
commit33ce240b40b1fde502b0f6b3e5fb4b50113dae99 (patch)
tree5ee97bde76624ebe1b0d0d866c207dedd1a15580 /tdecore/netsupp.cpp
parente0345f8f9b6742e10b54187f915a784d5fd385bc (diff)
downloadtdelibs-drop/hpux-support.tar.gz
tdelibs-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>
Diffstat (limited to 'tdecore/netsupp.cpp')
-rw-r--r--tdecore/netsupp.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/tdecore/netsupp.cpp b/tdecore/netsupp.cpp
index 0ea43178d..25f73d0c5 100644
--- a/tdecore/netsupp.cpp
+++ b/tdecore/netsupp.cpp
@@ -45,10 +45,6 @@
#undef CLOBBER_IN6
#include "netsupp.h"
-#if defined(__hpux) || defined(_HPUX_SOURCE)
-extern int h_errno;
-#endif
-
#include <tdemacros.h>
#if !defined(kde_sockaddr_in6)