[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: query build config values
- From: Jim <djvaios@...>
- Date: Fri, 17 May 2019 17:27:40 +0200
since a similar question came up recently:
how about adding a C function "get_config()" that returns a table containing
build config information like values/types used when building Lua at the
user's request, for example:
sizeof ( lua_Integer ), LUA_INTEGER_MAX, BUFSIZ, ...
? that way build config values could be queried easily.