lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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.