From 019ea7ee532e14a483ce75eb0d5c5bd6006c50c5 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 16 Jan 2026 13:07:17 +0900 Subject: Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler. Signed-off-by: Michele Calgaro --- src/sqlite/os_unix.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/sqlite') 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 @@ -15,11 +15,6 @@ #ifndef _SQLITE_OS_UNIX_H_ #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 -- cgit v1.2.3