SQLite Forum

Detect R*Tree support at compile time
Login
Is it possible to detect if the SQLite library one compiles against has been compiled with SQLITE_ENABLE_RTREE defined? I tried grepping sqlite3.h, but I found no usable defines there.