You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Randy Terbush <ra...@zyzzyva.com> on 1995/08/30 06:15:53 UTC

Re: Revised BSD define patch

> 
> Ugh, okay, further note - for some reason, even though
> 
> #define BSD 199305
> 
> was set in sys/param.h, the conf.h lines
> 
> #ifdef BSD 
> #define HAS_GMTOFF 
> #else 
> #undef HAS_GMTOFF 
> #endif
> 
> weren't turning on HAS_GMTOFF like it should have been. When I changed 
> the "undef" to a "define", it compiled fine.  Huh?  
> 
> 	Brian
>

This is correct. The lack of the define was an oversite.
BSDI used to fall out into the not defined trap at the bottom
of this mess....