Name
SQLITE_OS_OTHER — Override default OS detection
Common Usage
SQLITE_OS_OTHER=<0|1>
Default
0
Description
SQLite has an SQLITE_OS_* directive for each
operating system it natively supports. Normally, SQLite will try
to determine what operating system it is running on by examining
various automatic compiler
directives. If you’re cross-compiling, you can manually
set SQLITE_OS_OTHER to 1. This will override all other
SQLITE_OS_* flags and
disable the default operating system interfaces. This directive
is mainly of interest to people working on embedded
systems.
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access