Tests if an SQLite compile option is set
assert(isCompiledWith("SQLITE_ENABLE_UNLOCK_NOTIFY")); assert(!isCompiledWith("SQLITE_UNKNOWN_COMPILE_OPTION"));
http://sqlite.org/c3ref/compileoption_get.html.
See Implementation
Tests if an SQLite compile option is set