aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2023-05-19 11:51:31 +0300
committerthegeorg <thegeorg@yandex-team.com>2023-05-19 11:51:31 +0300
commita3e4202389f8e72385d677f017f2eb01f73711a6 (patch)
tree37e36e2730884377e07c4f2e5ba9385c13dd26e1
parent9961967ed9f162b1dbcc355d2591f795672b37e7 (diff)
downloadydb-a3e4202389f8e72385d677f017f2eb01f73711a6.tar.gz
Disable sqlite macro include for good
-rw-r--r--contrib/libs/sqlite3/sqlite3.c2
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