Hi, I'm trying to port a old project to an autoconf/automake system. (The current configure system has portability issues) The ./configure script outputs a sysconf.h file, with typedef signed short int16; typedef unsigned short uint16; typedef signed int int32; typedef unsigned int uint32;
Those types are used in the flat file databases save & load routines, so modifying them randomly looks like a bad idea :) What's the autoconf way of knowing with type is a 16 bits signed int, etc ? Thanks, Lucas
