hmur...@megapathdsl.net said:
> The search order magic seems to be broken on most systems. Or they extern
> debug without any warning. Or ...
I changed the offending "debug" to "xdebug". My system generated an error.
I added a "barf" to ntpd/declcond.h, expecting it to generate an error. I
> > ../../ntpd/ntpd.c:831:39: error: 'debug' undeclared (first use in
> > this function) fprintf(stdout, "#debug =3D3D %d\n", debug); =20
Here is what I think is going on.
The default configuration is no-debug. That is supposed to configure out all
references to debug in ntpd/*, but ntplib is
Yo All!
I'm headed out the door, over hill and dale, but smeone asked me to
show a minimal NTPsec build. I failed, and found a bug:
spidey ntpsec # ./waf configure && ./waf build
[...]
[82/93] Compiling ntpfrob/bumpclock.c
../../ntpd/ntpd.c: In function 'ntpdmain':
.