summaryrefslogtreecommitdiffstats
path: root/src/imageplugins/coreplugin/sharpnesseditor
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-16 11:11:50 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-17 20:33:14 +0900
commit470851e10263af02946f3581170eb4afde0d4569 (patch)
treee2508b819f0bf496e3c32c35c64820e586ff8881 /src/imageplugins/coreplugin/sharpnesseditor
parent77aa56de67303bca91557dcc595f04431fb35297 (diff)
downloaddigikam-470851e10263af02946f3581170eb4afde0d4569.tar.gz
digikam-470851e10263af02946f3581170eb4afde0d4569.zip
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/imageplugins/coreplugin/sharpnesseditor')
-rw-r--r--src/imageplugins/coreplugin/sharpnesseditor/clapack/err.c2
-rw-r--r--src/imageplugins/coreplugin/sharpnesseditor/clapack/util.c2
2 files changed, 0 insertions, 4 deletions
diff --git a/src/imageplugins/coreplugin/sharpnesseditor/clapack/err.c b/src/imageplugins/coreplugin/sharpnesseditor/clapack/err.c
index 90af7cae..60f31013 100644
--- a/src/imageplugins/coreplugin/sharpnesseditor/clapack/err.c
+++ b/src/imageplugins/coreplugin/sharpnesseditor/clapack/err.c
@@ -1,6 +1,4 @@
#ifndef NON_UNIX_STDIO
-#define _INCLUDE_POSIX_SOURCE /* for HP-UX */
-#define _INCLUDE_XOPEN_SOURCE /* for HP-UX */
#include "sys/types.h"
#include "sys/stat.h"
#endif
diff --git a/src/imageplugins/coreplugin/sharpnesseditor/clapack/util.c b/src/imageplugins/coreplugin/sharpnesseditor/clapack/util.c
index 684cdfc4..2546b4d5 100644
--- a/src/imageplugins/coreplugin/sharpnesseditor/clapack/util.c
+++ b/src/imageplugins/coreplugin/sharpnesseditor/clapack/util.c
@@ -1,6 +1,4 @@
#ifndef NON_UNIX_STDIO
-#define _INCLUDE_POSIX_SOURCE /* for HP-UX */
-#define _INCLUDE_XOPEN_SOURCE /* for HP-UX */
#include "sys/types.h"
#include "sys/stat.h"
#endif