"Mark D. Baushke" <[EMAIL PROTECTED]> writes: >> +#if @HAVE_SYS_INTTYPES_H@ && [EMAIL PROTECTED]@ >> /* Solaris 7 <sys/inttypes.h> has the types except the *_fast*_t types, >> and >> the macros except for *_FAST*_*, INTPTR_MIN, PTRDIFF_MIN, PTRDIFF_MAX. >> But note that <sys/int_types.h> contains only the type definitions! */ >> # include <sys/inttypes.h> >> #endif > > Is it worth noting that <sys/int_types.h> is included by > <sys/inttypes.h> on Solaris 7 ?
How about if we remove the mention of <sys/int_types.h> instead? On Solaris 8 <sys/int_types.h> states that programs "should not directly include this file" and I expect Solaris 7 is similar. I'd rather not document internal details of proprietary systems unless it's really necessary, which doesn't seem to be the case here.