diff options
| -rw-r--r-- | ConfigureChecks.cmake | 2 | ||||
| -rw-r--r-- | src/sqlite/os_unix.h | 5 |
2 files changed, 1 insertions, 6 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index 47f2fca..5c9e06e 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -16,7 +16,7 @@ find_package( TQt ) find_package( TDE ) -tde_setup_architecture_flags( ) +tde_setup_compiler_flags( ) include(TestBigEndian) test_big_endian(WORDS_BIGENDIAN) 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. |
