Re: [Dnsmasq-discuss] dnsmasq compilation and dependencies: compilation macros and help

2019-06-13 Thread john doe
On 6/13/2019 12:14 PM, SALA MASSIMO wrote: > Kevin, could be a misunderstanding? > > My original question is about > dnsmasq --help > > > I don't need to discover how dnsmasq is built. > So I don't need to parse > dnsmasq -v > > > Let talk about end users. > Example, I disabled dhcp. > I

Re: [Dnsmasq-discuss] dnsmasq compilation and dependencies: compilation macros and help

2019-06-13 Thread SALA MASSIMO
Oggetto: Re: [Dnsmasq-discuss] dnsmasq compilation and dependencies: compilation macros and help Hi Kevin Massimo wrote: A quick glance at the source code: it seem to me the help arguments aren't conditioned by the compilation macros. Kevin wrote: ... we look (& parse) the output of ‘dnsmas

Re: [Dnsmasq-discuss] dnsmasq compilation and dependencies: compilation macros and help

2019-06-13 Thread SALA MASSIMO
Hi Kevin Massimo wrote: A quick glance at the source code: it seem to me the help arguments aren't conditioned by the compilation macros. Kevin wrote: ... we look (& parse) the output of ‘dnsmasq -v’ at run-time to determine what build-time options have been selected. Mmh we are saying

Re: [Dnsmasq-discuss] dnsmasq compilation and dependencies: compilation macros and help

2019-06-12 Thread Kevin Darbyshire-Bryant
> On 12 Jun 2019, at 19:56, SALA MASSIMO wrote: > > Hi Geert > > Ehm ... I mistyped writing the email. > > I check my script: > make COPTS="-DNO_AUTH -DNO_DHCP -DNO_INOTIFY -DNO_IPV6 -DNO_SCRIPT > -DNO_TFTP" > > A quick glance at the source code: it seem to me the help arguments aren't

Re: [Dnsmasq-discuss] dnsmasq compilation and dependencies: compilation macros and help

2019-06-12 Thread SALA MASSIMO
a confirm of this. It isn't documented but IMHO it should be. Best regards, Massimo Da: Dnsmasq-discuss per conto di Geert Stappers Inviato: mercoledì 12 giugno 2019 19:26 A: dnsmasq-discuss@lists.thekelleys.org.uk Oggetto: Re: [Dnsmasq-discuss] dnsmasq c

Re: [Dnsmasq-discuss] dnsmasq compilation and dependencies

2019-06-12 Thread Geert Stappers
On Wed, Jun 12, 2019 at 03:19:04PM +, SALA MASSIMO wrote: > Hi > > > I have some servers with linux 2.6.18. > > I know... but I cannot upgrade because of legacy applications, > it's ok for us, they are only for intranet usage. > > > Pls a few questions: > > 1) configure and compile vs

Re: [Dnsmasq-discuss] dnsmasq compilation and dependencies

2019-06-12 Thread john doe
On 6/12/2019 5:19 PM, SALA MASSIMO wrote: > Hi > > > I have some servers with linux 2.6.18. > > I know... but I cannot upgrade because of legacy applications, it's ok for > us, they are only for intranet usage. > > > Pls a few questions: > > 1) configure and compile vs dnsmasq --help > > > I want