diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-05-19 11:51:31 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-05-19 11:51:31 +0300 |
commit | a3e4202389f8e72385d677f017f2eb01f73711a6 (patch) | |
tree | 37e36e2730884377e07c4f2e5ba9385c13dd26e1 | |
parent | 9961967ed9f162b1dbcc355d2591f795672b37e7 (diff) | |
download | ydb-a3e4202389f8e72385d677f017f2eb01f73711a6.tar.gz |
Disable sqlite macro include for good
-rw-r--r-- | contrib/libs/sqlite3/sqlite3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/sqlite3/sqlite3.c b/contrib/libs/sqlite3/sqlite3.c index 3f3ce75b3d..5467a37967 100644 --- a/contrib/libs/sqlite3/sqlite3.c +++ b/contrib/libs/sqlite3/sqlite3.c @@ -296,7 +296,7 @@ #ifdef SQLITE_CUSTOM_INCLUDE # define INC_STRINGIFY_(f) #f # define INC_STRINGIFY(f) INC_STRINGIFY_(f) -# include INC_STRINGIFY(SQLITE_CUSTOM_INCLUDE) +# error #include INC_STRINGIFY(SQLITE_CUSTOM_INCLUDE) #endif /* The public SQLite interface. The _FILE_OFFSET_BITS macro must appear |