[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: PROGNAME etc. (5.1w1)
- From: "Danilo Tuler" <tuler@...>
- Date: Thu, 2 Sep 2004 13:25:27 -0300
> > In the new luaconf.h, the PROMPT, PROGNAME etc. are defined as:
> > #define PROGNAME "lua"
> >
> > Would it be good to wrap these with '#ifndef PROGNAME' and so on..
>
> The idea is that you need to edit luaconf.h once. There'll be
> no #ifndef's in luaconf.h. We think this is simpler because
> it simplifies config, but we may be wrong...
I agree with Asko.
I prefer to define LUA_API and LUALIB_API in the makefile, so I can leave
the distro untouched.
Danilo