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.

Get Using SQLite now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.