On Fri, Dec 11, 2009 at 08:59:32PM -0600, Peter Karman wrote: > well, I've opened the ticket and started poking around but I am not sure > where to include stdint.h and/or test for its existence. > > Is Charmonizer/Probe/Integers.c where I want to make this addition of > include stdint.h?
Yes. Use the HeadCheck_check_header() function to determine whether stdint.h is available. If it's there use ModHand_append_conf() to add the pound-include. If it's not there, use ModHand_append_conf() to add the typedefs. Marvin Humphrey
