summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-16 13:07:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-16 13:07:17 +0900
commit019ea7ee532e14a483ce75eb0d5c5bd6006c50c5 (patch)
treed1dc450a4fa181a7387038bf4e3bba38c8896c0e
parentc3f958ecfd8f3378db4be5bd7867df5b42de24f2 (diff)
downloadklamav-drop/hpux-support.tar.gz
klamav-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--src/sqlite/os_unix.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/sqlite/os_unix.h b/src/sqlite/os_unix.h
index 4ea0aee..da1cd9a 100644
--- a/src/sqlite/os_unix.h
+++ b/src/sqlite/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.