summaryrefslogtreecommitdiffstats
path: root/src/imageplugins
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-16 11:11:50 +0900
commitdd62b8c579c31bf81804c22dfbf7a6cc71ee80de (patch)
tree65032b293550e2fed6aa092c1b87b4e1f29557db /src/imageplugins
parentabb122aec2cbaeb2010b9c1343ab41a90d0472d8 (diff)
downloaddigikam-drop/hpux-support.tar.gz
digikam-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>
Diffstat (limited to 'src/imageplugins')
-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