summaryrefslogtreecommitdiffstats
path: root/src/sqlite/os_unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sqlite/os_unix.h')
-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.