mirror of
https://github.com/sqlite/sqlite.git
synced 2025-11-11 01:42:22 +03:00
Rename optional SQLITE_CUSTOM_INC define to SQLITE_CUSTOM_INCLUDE.
FossilOrigin-Name: 060aec37accae858ced5b081a2ff76dccdd8f8bcefc63d1fe2e7478257c69e76
This commit is contained in:
@@ -183,12 +183,13 @@
|
||||
|
||||
/* Optionally #include a user-defined header, whereby compilation options
|
||||
** may be set prior to where they take effect, but after platform setup.
|
||||
** If SQLITE_CUSTOM_INC=? is defined, its value names the #include file.
|
||||
** If SQLITE_CUSTOM_INCLUDE=? is defined, its value names the #include
|
||||
** file.
|
||||
*/
|
||||
#ifdef SQLITE_CUSTOM_INC
|
||||
#ifdef SQLITE_CUSTOM_INCLUDE
|
||||
# define INC_STRINGIFY_(f) #f
|
||||
# define INC_STRINGIFY(f) INC_STRINGIFY_(f)
|
||||
# include INC_STRINGIFY(SQLITE_CUSTOM_INC)
|
||||
# include INC_STRINGIFY(SQLITE_CUSTOM_INCLUDE)
|
||||
#endif
|
||||
|
||||
/* The public SQLite interface. The _FILE_OFFSET_BITS macro must appear
|
||||
|
||||
Reference in New Issue
Block a user