autoconf
[Top][All Lists]
Advanced

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

Re: Porting to Sparc64 question


From: Peter Eisentraut
Subject: Re: Porting to Sparc64 question
Date: Thu, 5 Sep 2002 20:41:44 +0200 (CEST)

Bill Moseley writes:

> Is there anything in autoconf that will help determine this required
> alignment size?

The PostgreSQL source tree contains a macro to do that.  You call

PGAC_CHECK_ALIGNOF(type)

and it defines ALIGNOF_TYPE to the required alignment.  You can find it in

http://developer.postgresql.org/cvsweb.cgi/pgsql-server/config/c-compiler.m4

-- 
Peter Eisentraut   address@hidden





reply via email to

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