Mladen Turk wrote:



-----Original Message-----
From: [EMAIL PROTECTED]
jakarta-tomcat-connectors/jk/native/apache-2.0 mod_jk.c
 +
  #ifdef AS400
  #include "ap_charset.h"
  #include "util_charset.h"              /* ap_hdrs_from_ascii */
 @@ -50,10 +51,17 @@
  #endif


Is it necessary to conditionally include those two only for AS400?
What would happen if they are included always?

I'm trying to push out all platform dependent defines as much as possible.

Yes, but EBCDIC porting normaly requires additional conversion and the only way to get them is via #define (mine are #define OSD_POSIX).


MT.


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




Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to