lua-users home
lua-l archive

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


> It seems to me that this kind of thing is exactly the kind of thing that
> luaconf.h is there for; don't be afraid to hack it. It was never meant to
> be the canonical source of Universal Truth across all Lua builds
> everywhere. You want to build a custom configuration, so you have to
> customize the configuration.

Right. 'luaconf.h' is there to be edited for configuration (see its
comments).

If you want, you can make your changes at the end of the file, by
unedefining and then redefining what you need (see last comments
in 'luaconf.h').

-- Roberto