Günter Knauf wrote:

Hi,

Adding portable.hnw for netware and portable.hw for windoze and #ifdef for
AS400
is the clean way.


The quick way is adding:
+++
#if !defined(WIN32) && !defined(AS400) && !defined(NETWARE)
#include "portable.h"
#endif
+++

unfortunately it isnt that simple cause I have _two_ different NetWare architectures, a modern one with vsnprintf & friends, and the older one without where I need the replacements: for NetWare netscape, jni, apache-1.3 need replacement; only apache-2.0 has vsnprintf coming from the OS...

I had already fixed that in jk_global.h, but if we stay with portable.h I would like 
to create protable entirely from the Makefile rather than having a protable.hnw for 
the above reasons - otherwise I would need _two_ : a protable.hnw1 and portable.hnw2; 
so better I generate it....

I'm very short in time today, but see what I can add to the Makefile....

Well it will be in jk 1.2.7, if we ever release it since I'm a little borred to see that we still battling against problems fixed by the use of APR.

I don't know yet what will do with mod_proxy/ajp_proxy, since it appears that relay via mod_proxy is today 50% slower than with JK and we have to
wait Apache 2.1 to see it, but I feel we should seriously study
our initial idea of mod_ajp using APR and Apache 2.x as main target.




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to