diff options
author | Michele Calgaro <[email protected]> | 2025-01-06 16:36:34 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2025-01-07 09:55:35 +0900 |
commit | 1df809582147440749d88e03b70916044db15339 (patch) | |
tree | 952e675d15a9c79bc8418c0eb5f996af910f11f1 /dcop/KDE-ICE/Xtransint.h | |
parent | e9b2881ed720ce8f3bf2053e359f386ce434b173 (diff) | |
download | tdelibs-1df809582147440749d88e03b70916044db15339.tar.gz tdelibs-1df809582147440749d88e03b70916044db15339.zip |
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'dcop/KDE-ICE/Xtransint.h')
-rw-r--r-- | dcop/KDE-ICE/Xtransint.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/dcop/KDE-ICE/Xtransint.h b/dcop/KDE-ICE/Xtransint.h index 3678e48bf..20c003387 100644 --- a/dcop/KDE-ICE/Xtransint.h +++ b/dcop/KDE-ICE/Xtransint.h @@ -139,9 +139,6 @@ extern int errno; /* Internal system error number. */ #else #include <sys/param.h> #ifndef OPEN_MAX -#if defined(__OSF1__) || defined(__osf__) -#define OPEN_MAX 256 -#else #ifdef NOFILE #define OPEN_MAX NOFILE #else @@ -154,7 +151,6 @@ extern int errno; /* Internal system error number. */ #endif #endif #endif -#endif #ifdef __GNU__ #define TRANS_OPEN_MAX OPEN_MAX #else /* !__GNU__ */ |