#ifndef SQLITE_H #define SQLITE_H #ifdef ENABLE_SQLCIPHER #define SQLITE_TEMP_STORE 2 #define SQLITE_HAS_CODEC #include #else #include #endif #endif