autoconf
[Top][All Lists]
Advanced

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

Re: determining 32 v. 64 bit compilatio


From: John Calcote
Subject: Re: determining 32 v. 64 bit compilatio
Date: Wed, 30 Jun 2010 07:51:17 -0600
User-agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.1.10) Gecko/20100512 Thunderbird/3.0.5

On 6/30/2010 3:48 AM, Andrew W. Nosenko wrote:
>
> Excuse me, but why just don't
>
>     #include <inttypes.h>
>
> and use int32_t and uint32_t declared there?
>
> If you want to deal with some heavy non-posix, or just too old system, then
>
>     AC_TYPE_INT32_T
>
> autoconf macro (and like) may help you.
>
>   

He said it was in a third-party open source library. I'm guessing he
feels he doesn't have the right to change that code.

John




reply via email to

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