On Sep 16, 2011, at 10:25 AM, Ruediger Pluem wrote: > > Shouldn't this be AP_MAXOVERLAPS_DEFAULT? > > > Shouldn't this be AP_MAXREVERSALS_DEFAULT? >
I didn't want to further pollute the namespace so I use the AP_MAXRANGES_* macros for all the range-setting stuff. After all, they are pretty much used as simple flags: #define AP_MAXRANGES_UNSET -1 #define AP_MAXRANGES_DEFAULT -2 #define AP_MAXRANGES_UNLIMITED -3 #define AP_MAXRANGES_NORANGES 0
