Hi,
>>
>> or should we do similar in ftp_commands.c depending on
>> MODULE_MAGIC_NUMBER ?

> The patch I committed for 0.9.2 tests the APR version, which the
> real test of this function's availability.

seen, that should be ok.
However I came over this already with other (external) modules, so asking me 
(and you) if we cant just backport the missing function? Why are we that strict 
against adding new functions? I believe new functions cant hurt anything if 
these are already for a while in later APR versions, and proofed to be stable, 
or?

Furthermore if we would introduce an APR_VERSION_NUMBER like:

#define APR_VERSION_NUMBER \
     (APR_MAJOR_VERSION * 1000000) + \
     (APR_MINOR_VERSION * 1000) + \
     APR_PATCH_VERSION

we could do much easier version tests....

(forgive that I raise that here - but sometimes there _are_ some APR folks here 
on the list listening, smile....).

Guen.


Reply via email to