summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-16 11:15:59 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-17 20:33:47 +0900
commitc51b77b9e1e8b9f3d98cc74ea50f7596d45691f8 (patch)
treeb10ea95aea02eba980c4cef484f0319a0d31b136
parent8c4f434d2769554c6d46e6e569b247961be64e82 (diff)
downloadkbiff-r14.1.x.tar.gz
kbiff-r14.1.x.zip
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 09e186e425d3a880306ce43702f9c03eb3ee628f)
-rw-r--r--kbiff/kbiffmonitor.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/kbiff/kbiffmonitor.cpp b/kbiff/kbiffmonitor.cpp
index fb9ed8d..b0659c5 100644
--- a/kbiff/kbiffmonitor.cpp
+++ b/kbiff/kbiffmonitor.cpp
@@ -50,10 +50,6 @@
#define MAIL_STATE_FILE "kbiffstate"
-#if defined (_HPUX_SOURCE)
-extern int h_errno;
-#endif
-
static bool real_from(const TQString& buffer);
static const char* compare_header(const char* header, const char* field);