summaryrefslogtreecommitdiffstats
path: root/tdecore/kpty.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-06 16:36:34 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-07 12:03:24 +0900
commit40fb163bf163c34ff66142de686be7b87d212254 (patch)
tree650cf51108376253b541437937fda05d19c9ae04 /tdecore/kpty.cpp
parent92bde6f6c114e0d7ae4e8428402494a9b90c0d32 (diff)
downloadtdelibs-40fb163b.tar.gz
tdelibs-40fb163b.zip
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 1df809582147440749d88e03b70916044db15339)
Diffstat (limited to 'tdecore/kpty.cpp')
-rw-r--r--tdecore/kpty.cpp11
1 files changed, 2 insertions, 9 deletions
diff --git a/tdecore/kpty.cpp b/tdecore/kpty.cpp
index a3ff34aec..717b85b28 100644
--- a/tdecore/kpty.cpp
+++ b/tdecore/kpty.cpp
@@ -30,11 +30,6 @@
#define __svr4__
#endif
-#ifdef __osf__
-#define _OSF_SOURCE
-#include <float.h>
-#endif
-
#ifdef _AIX
#define _ALL_SOURCE
#endif
@@ -91,11 +86,9 @@ extern "C" {
}
#endif
-#if !defined(__osf__)
-# ifdef HAVE_TERMIO_H
+#ifdef HAVE_TERMIO_H
/* needed at least on AIX */
-# include <termio.h>
-# endif
+# include <termio.h>
#endif
#if defined(HAVE_TCGETATTR)