Hi,

We have those routines twice (in jk_util.c and jk_status.c).
We are also assuming that the platforms always have snprintf() in
jk_lb_worker.c for example.

In jk_global.h there is:
+++
/* XXXX There is a snprintf() and vsnprintf() in jk_util.c */
/* if those work remove the #define. */
#if defined(NETWARE) || defined(AS400)
#define USE_SPRINTF
#define USE_VSPRINTF
#endif
+++

Could someone check that the snprintf() and snprintf() of jk_util.c are
working on NETWARE and AS400?

Cheers

Jean-Frederic


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

Reply via email to