summaryrefslogtreecommitdiffstats
path: root/src/libs/sqlite2/os.h
diff options
context:
space:
mode:
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.