summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-10 22:44:16 +0900
committerMichele Calgaro <[email protected]>2025-01-10 22:56:52 +0900
commitf0c31733e58a522373bf1ac29eda464e5f75d58a (patch)
tree4fb76269032911824d0ea39a4f19fdabdb776657
parent224a905acb1c446807b44f1458917e8df45a3c74 (diff)
downloadlibtdevnc-f0c31733e58a522373bf1ac29eda464e5f75d58a.tar.gz
libtdevnc-f0c31733e58a522373bf1ac29eda464e5f75d58a.zip
Remove support for OSFr14.1.x
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit 58b4d13d5a52fd1c53701f77f6afc0449d7b3375)
-rw-r--r--common/lzodefs.h3
-rw-r--r--common/minilzo.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/common/lzodefs.h b/common/lzodefs.h
index 3789b81..3b9a62e 100644
--- a/common/lzodefs.h
+++ b/common/lzodefs.h
@@ -432,9 +432,6 @@
# elif defined(__OpenBSD__)
# define LZO_OS_POSIX_OPENBSD 1
# define LZO_INFO_OS_POSIX "openbsd"
-# elif defined(__osf__)
-# define LZO_OS_POSIX_OSF 1
-# define LZO_INFO_OS_POSIX "osf"
# elif defined(__solaris__) || defined(__sun)
# if defined(__SVR4) || defined(__svr4__)
# define LZO_OS_POSIX_SOLARIS 1
diff --git a/common/minilzo.c b/common/minilzo.c
index cea3fd9..69ead91 100644
--- a/common/minilzo.c
+++ b/common/minilzo.c
@@ -452,9 +452,6 @@
# elif defined(__OpenBSD__)
# define LZO_OS_POSIX_OPENBSD 1
# define LZO_INFO_OS_POSIX "openbsd"
-# elif defined(__osf__)
-# define LZO_OS_POSIX_OSF 1
-# define LZO_INFO_OS_POSIX "osf"
# elif defined(__solaris__) || defined(__sun)
# if defined(__SVR4) || defined(__svr4__)
# define LZO_OS_POSIX_SOLARIS 1