Hi Henri, > I can adapt some by defines (allready commited) but others require > more code (to be commited) and of course code less readable... you may be able to reduce some ifdefs in jk_utils.c with f.e.: #ifdef AS400 #define S_IFREG _S_IFREG #endif
> BTW, I will replace call to stat() by calls to jk_file_exists I believe that doesnt work; if you remove the stat() call then further down the lines: if (modified) *modified = statbuf.st_mtime; cant work since statbuf isnt then populated. Guenter. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]