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-17 20:36:17 +0900
commit6e024a081010662e27d9f2051d927ebd95bfa080 (patch)
treeca5801a351506ae605e17b882739e35086a813cd
parente5898f88b520f4a8f510b48719521abd78f70170 (diff)
downloadklamav-r14.1.x.tar.gz
klamav-r14.1.x.zip
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.r14.1.x
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 019ea7ee532e14a483ce75eb0d5c5bd6006c50c5)
-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.