itojun%iijlab.net@localhost writes: > - if u_int32_t is not available, use configure.in to #define u_int32_t > into 32bit unsigned integer type. if you want portable fixed-size types, you should be using uintNN_t, rather than u_intNN_t, anyway. (inttypes.h is standardized, more systems are picking it up...) cgd