[repost, last message got truncated] The checks for size_t & co fail on sgi irix, so it #defines size_t as unsigned even though it does exist. I think it's because the type is declared in stddef.h instead of sys/types.h, but configure doesn't use stddef unless defined(STDC_HEADERS). -- Hallvard