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-16 11:15:59 +0900
commit09e186e425d3a880306ce43702f9c03eb3ee628f (patch)
tree7e9f6c30bdd895c30484650979659c4a3d3b9ac2
parenta4665e2b061bcc426e411688fdb61bfd9cc6f19f (diff)
downloadkbiff-drop/hpux-support.tar.gz
kbiff-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--kbiff/kbiffmonitor.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/kbiff/kbiffmonitor.cpp b/kbiff/kbiffmonitor.cpp
index 398f407..d6ac176 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);