View Single Post
  #3 (permalink)  
Old 02-21-2003
rodrigc rodrigc is offline
Registered User
 
 
Join Date: Feb 2003
Location: Boston, MA, U.S.A.
Posts: 27
Thanks for the feedback.

I checked the following boxes which I have access to:

FreeBSD-CURRENT
Red Hat Linux 7.3
MacOS X 10.2.2
Solaris 2.7

All of them had <stdint.h> except for Solaris.
All of them (including Solaris) had <inttypes.h>

One FreeSBD, MacOS x, and Linux, <inttypes.h> includes <stdint.h>

So I think this new patch is good.

I also introduce a macro HAVE_INTTYPES_H, so if
an autoconf style test is written to detect the presence of this header,
then it can be used.
Attached Files
File Type: txt config.h.patch.txt (1.0 KB, 231 views)
__________________
--
Craig Rodrigues
Reply With Quote