Source-Changes-D archive

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

Re: CVS commit: src/libexec/httpd



On Sat, Oct 12, 2013 at 05:24:07PM +0000, Marc Balmer wrote:
> +#ifndef NO_LUA_SUPPORT
> +#include <lua.h>
> +#endif

Thanks for doing this, it's nice to get more lua support in-tree.

I really dislike the double negative in this one, though - it's much
easier for everyone if the definition was HAVE_LUA_SUPPORT and default
it to defined, or yes, or whatever.

Best,
Alistair


Home | Main Index | Thread Index | Old Index