>>>> "Kevin" == Kevin Oberman
<oberman(a)es.net> writes:
Kevin> I'm not so sure of that. As we move more toward 64 bit systems, always
Kevin> may only be a couple of years. Depends on how vendors implement this.
We test for long long as well. That is also slated for
standardization. The only models vendors are using today are LP64 and
ILP64, with LP64 being the clear winner.
Kevin> If my case (which is very odd and clearly a bug in the IPv6 code) is
Kevin> the only one reported, I don't think that justifies pulling the use of
Kevin> what will hopefully become the standard way of dealing with different
Kevin> integer sizes.
Kevin> Of course, if there are others seeing the problem...
inttypes.h is also broken on Irix5. Also, some versions of Berkeley
DB define types that conflict with inttypes.h. So we have 3 instances
of inttypes.h problems that are fixed by pulling it out.