summaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite2/os.h
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/libs/sqlite2/os.h
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/libs/sqlite2/os.h')
-rw-r--r--src/libs/sqlite2/os.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/libs/sqlite2/os.h b/src/libs/sqlite2/os.h
index f56e4478..f3e9f6a4 100644
--- a/src/libs/sqlite2/os.h
+++ b/src/libs/sqlite2/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.