autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

typedef signed short int16;


From: Lucas Nussbaum
Subject: typedef signed short int16;
Date: Mon, 17 Mar 2003 17:43:17 +0100
User-agent: Mutt/1.5.3i

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]