From f5f9ad21512c939dc0886f2315be09d1cfc40cfb Mon Sep 17 00:00:00 2001 From: Graham Gower Date: Wed, 20 Oct 2010 14:31:10 +0000 Subject: [PATCH] site/mips{,64}-common: Add postgresql bits. Signed-off-by: Graham Gower Signed-off-by: Khem Raj --- site/mips-common | 6 ++++++ site/mips64-common | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/site/mips-common b/site/mips-common index 4b18c849ca..49e6deefc7 100644 --- a/site/mips-common +++ b/site/mips-common @@ -29,3 +29,9 @@ ac_cv_alignof_CORBA_long_double=8 ac_cv_alignof_CORBA_pointer=4 ac_cv_alignof_CORBA_struct=1 +# postgresql +pgac_cv_alignof_short=2 +pgac_cv_alignof_int=4 +pgac_cv_alignof_long=4 +pgac_cv_alignof_long_long_int=8 +pgac_cv_alignof_double=8 diff --git a/site/mips64-common b/site/mips64-common index 5001ecdb10..90c2efe45a 100644 --- a/site/mips64-common +++ b/site/mips64-common @@ -29,3 +29,9 @@ ac_cv_alignof_CORBA_long_double=8 ac_cv_alignof_CORBA_pointer=4 ac_cv_alignof_CORBA_struct=1 +# postgresql +pgac_cv_alignof_short=2 +pgac_cv_alignof_int=4 +pgac_cv_alignof_long=8 +pgac_cv_alignof_long_long_int=8 +pgac_cv_alignof_double=8 -- 2.39.5