logging question

2002-02-09 Thread Clendenan, Dave
In bss_log.c, the '#includes' are still processed, even when compiled with -DNO_SYSLOG. I'm curious why, since the entire rest of the file is skipped... Dave Clendenan Software Developer Polycom Canada [EMAIL PROTECTED] (604) 697-9338 Thou shalt not follow the Null Pointer, for at its end

Re: logging question

2002-02-09 Thread Ben Laurie
Clendenan, Dave wrote: In bss_log.c, the '#includes' are still processed, even when compiled with -DNO_SYSLOG. I'm curious why, since the entire rest of the file is skipped... So that we don't get into dependency wars in the CVS versions of the Makefiles. Cheers, Ben. --