diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-31 21:38:58 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-02-01 17:55:27 +0900 |
| commit | 3a6952a31d14fb53ca8ca409271d2b284c460132 (patch) | |
| tree | 08a46b7e83c42ecfc8f3cdb3adf095c88a83c34a /tdecore | |
| parent | 9c6174370048429e4e20a714124d4f9731ba6a41 (diff) | |
| download | tdelibs-master.tar.gz tdelibs-master.zip | |
Remove support for Irix, which is discontinued and does not provide a c++17 complaint compiler.HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdecore')
| -rw-r--r-- | tdecore/kpty.cpp | 6 | ||||
| -rw-r--r-- | tdecore/tdeprocess.cpp | 4 |
2 files changed, 1 insertions, 9 deletions
diff --git a/tdecore/kpty.cpp b/tdecore/kpty.cpp index cb3cc6b9a..76a84585c 100644 --- a/tdecore/kpty.cpp +++ b/tdecore/kpty.cpp @@ -26,10 +26,6 @@ #include "kpty.h" #include "tdeprocess.h" -#ifdef __sgi -#define __svr4__ -#endif - #ifdef _AIX #define _ALL_SOURCE #endif @@ -259,7 +255,7 @@ bool KPty::_attachPty(int pty_master) #endif } -#if (defined(__svr4__) || defined(__sgi__)) +#if defined(__svr4__) // Solaris ioctl(d->slaveFd, I_PUSH, "ptem"); ioctl(d->slaveFd, I_PUSH, "ldterm"); diff --git a/tdecore/tdeprocess.cpp b/tdecore/tdeprocess.cpp index 185bd5a6f..360fca350 100644 --- a/tdecore/tdeprocess.cpp +++ b/tdecore/tdeprocess.cpp @@ -28,10 +28,6 @@ #include <config.h> -#ifdef __sgi -#define __svr4__ -#endif - #ifdef _AIX #define _ALL_SOURCE #endif |
