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

Re: long long support on all archs?



On Tue, Aug 30, 2005 at 01:25:09PM +0200, Ondrej Sury wrote:
> does all archs in debian have support for long long datatype?

Yes, AFAIK, but...

> I want to apply 64bit quotas for cyrus22-imapd and I have to choose
> between patch which has checks for long long support and patch which
> doesn't have this check and use long long by default.

...I recommend you use int64_t from <stdint.h> instead of long long, this
is more portable.

Cheers,

  Richard

-- 
  __   _
  |_) /|  Richard Atterer     |  GnuPG key:
  | \/¯|  http://atterer.net  |  0x888354F7
  ¯ '` ¯



Reply to: