diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-16 16:17:53 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-16 16:17:53 +0900 |
| commit | 33ce240b40b1fde502b0f6b3e5fb4b50113dae99 (patch) | |
| tree | 5ee97bde76624ebe1b0d0d866c207dedd1a15580 /tdecore/netsupp.cpp | |
| parent | e0345f8f9b6742e10b54187f915a784d5fd385bc (diff) | |
| download | tdelibs-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.cpp | 4 |
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) |
