diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-17 17:06:44 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-18 00:01:21 +0900 |
| commit | 286d01b75d82187ae60e630dcec0a260c0412337 (patch) | |
| tree | 65392000c0f036a84858ede0c47bfd8b549bfb43 /languages/cpp/debugger/stty.cpp | |
| parent | 7010b50044b0eaa8bb6e8c4ce6ba9310e4eb3288 (diff) | |
| download | tdevelop-286d01b75d82187ae60e630dcec0a260c0412337.tar.gz tdevelop-286d01b75d82187ae60e630dcec0a260c0412337.zip | |
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 7159b97f19d61d4544dfcaf1b10d85f4e0ebb01f)
Diffstat (limited to 'languages/cpp/debugger/stty.cpp')
| -rw-r--r-- | languages/cpp/debugger/stty.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/languages/cpp/debugger/stty.cpp b/languages/cpp/debugger/stty.cpp index c4b3023b..84606249 100644 --- a/languages/cpp/debugger/stty.cpp +++ b/languages/cpp/debugger/stty.cpp @@ -49,11 +49,6 @@ #include <unistd.h> #include <errno.h> -#if defined (_HPUX_SOURCE) -#define _TERMIOS_INCLUDED -#include <bsdtty.h> -#endif - #include <tqintdict.h> #include <tqsocketnotifier.h> #include <tqstring.h> |
