On Thu, Feb 10, 2011 at 1:02 AM, Stefan Fuhrmann <eq...@web.de> wrote: > On 09.02.2011 02:07, Blair Zajac wrote: ... >> We have systems with APR 1.2 and it doesn't provide >> apr_file_buffer_size_get(). > > Is there anything in the 1.3 headers that would indicate > in which version a specific function got introduced?
We currently maintain official compatibility with APR 0.9, so if it ain't in those docs[1], we can't directly use it. (We can either conditionally recreate a macro, or provide our own implementation which calls the APR one if it exists.) -Hyrum [1] http://apr.apache.org/docs/apr/0.9/