diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-16 11:15:59 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-16 11:15:59 +0900 |
| commit | 09e186e425d3a880306ce43702f9c03eb3ee628f (patch) | |
| tree | 7e9f6c30bdd895c30484650979659c4a3d3b9ac2 | |
| parent | a4665e2b061bcc426e411688fdb61bfd9cc6f19f (diff) | |
| download | kbiff-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.cpp | 4 |
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); |
