SQLite Forum

config.h include is missing
Login

config.h include is missing

(1) By Marco Bubke (marcob) on 2022-01-05 17:06:45 [link] [source]

I used config.h in the same directory to configure sqlite because we use multiple build systems. Don't ask why. But it seams that the include is now out commented. The documentation don't changed so maybe it was an accident?

(2) By Stephan Beal (stephan) on 2022-01-05 17:29:35 in reply to 1 [link] [source]

I used config.h in the same directory to configure sqlite because we use multiple build systems. Don't ask why. But it seams that the include is now out commented.

It sounds like you're looking for the new SQLITE_CUSTOM_INCLUDE: /forumpost/9f431ed4c1f6e82

(3) By Marco Bubke (marcob) on 2022-01-05 21:21:13 in reply to 2 [source]

Thank you. This could work too. But I still think the documentation about _HAVE_SQLITE_CONFIG_H should be adapted.