summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-16 13:06:03 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-16 13:06:03 +0900
commitfc0d281dbd31b1d5a15f8a5932dacb1af77ace07 (patch)
tree252f376b97b5545a7f8d549152f20ffa9cbd3159
parentd4ef912051fb54339d1a6bf383ee7b1228846359 (diff)
downloadkoffice-drop/hpux-support.tar.gz
koffice-drop/hpux-support.zip
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.drop/hpux-support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r--kexi/3rdparty/kexisql/src/os.h5
-rw-r--r--kexi/3rdparty/kexisql3/src/os_unix.h5
-rw-r--r--kpresenter/KPrView.cpp4
3 files changed, 2 insertions, 12 deletions
diff --git a/kexi/3rdparty/kexisql/src/os.h b/kexi/3rdparty/kexisql/src/os.h
index f56e44788..f3e9f6a4b 100644
--- a/kexi/3rdparty/kexisql/src/os.h
+++ b/kexi/3rdparty/kexisql/src/os.h
@@ -18,11 +18,6 @@
#define _SQLITE_OS_H_
/*
-** Helpful hint: To get this to compile on HP/UX, add -D_INCLUDE_POSIX_SOURCE
-** to the compiler command line.
-*/
-
-/*
** These #defines should enable >2GB file support on Posix if the
** underlying operating system supports it. If the OS lacks
** large file support, or if the OS is windows, these should be no-ops.
diff --git a/kexi/3rdparty/kexisql3/src/os_unix.h b/kexi/3rdparty/kexisql3/src/os_unix.h
index 5fdfc2ff4..1261d71ba 100644
--- a/kexi/3rdparty/kexisql3/src/os_unix.h
+++ b/kexi/3rdparty/kexisql3/src/os_unix.h
@@ -16,11 +16,6 @@
#define _SQLITE_OS_UNIX_H_
/*
-** Helpful hint: To get this to compile on HP/UX, add -D_INCLUDE_POSIX_SOURCE
-** to the compiler command line.
-*/
-
-/*
** These #defines should enable >2GB file support on Posix if the
** underlying operating system supports it. If the OS lacks
** large file support, or if the OS is windows, these should be no-ops.
diff --git a/kpresenter/KPrView.cpp b/kpresenter/KPrView.cpp
index e35f1966f..8fcab9481 100644
--- a/kpresenter/KPrView.cpp
+++ b/kpresenter/KPrView.cpp
@@ -215,14 +215,14 @@ Bool DPMSCapable( Display * );
#endif
}
-#if defined(XIMStringConversionRetrival) || defined (__sun) || defined(__hpux)
+#if defined(XIMStringConversionRetrival) || defined (__sun)
extern "C" {
#endif
Bool DPMSQueryExtension(Display *, int *, int *);
Status DPMSEnable(Display *);
Status DPMSDisable(Display *);
Bool DPMSGetTimeouts(Display *, CARD16 *, CARD16 *, CARD16 *);
-#if defined(XIMStringConversionRetrival) || defined (__sun) || defined(__hpux)
+#if defined(XIMStringConversionRetrival) || defined (__sun)
}
#endif
#endif