Greg Ames wrote:

Jeff Trawick wrote:

> Regardless of a bump, it seems like the app is going to have to do
>
> #ifdef APR_ENABLE_SENDFILE
> add in the flag
> #endif
>
> unless they don't care what happens if they build it with 2.0.44.


hey, that solves the whole thing, in both of the trees simultaneously! OK, we don't need a bump.

I was thinking of:

#if AP_MODULE_MAGIC_AT_LEAST(whatever)
  add in the flag
#endif


well, that's probably the cool way but it is too late to work properly (i.e., deal with 2.0.44)



Reply via email to