You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Jim Jagielski <ji...@jaguNET.com> on 1998/03/14 00:55:45 UTC

include/ap_config.h

Would it make sense to have include/ap_config.h "wrap" the #defines
in #ifndef/#endif ? The reason is that sometimes modules may want
to "force" a #define and this would prevent warnings and redefs...
I'm thinking of SERVER_SUBVERSION as a good example... 
-- 
===========================================================================
   Jim Jagielski   |||   jim@jaguNET.com   |||   http://www.jaguNET.com/
            "That's no ordinary rabbit... that's the most foul,
            cruel and bad-tempered rodent you ever laid eyes on"

Re: include/ap_config.h

Posted by Rasmus Lerdorf <ra...@lerdorf.on.ca>.
> Would it make sense to have include/ap_config.h "wrap" the #defines
> in #ifndef/#endif ? The reason is that sometimes modules may want
> to "force" a #define and this would prevent warnings and redefs...
> I'm thinking of SERVER_SUBVERSION as a good example... 

Sounds logical to me.

-Rasmus