>> What modification should be made to configure.in to make it include
>> SupportDefs.h when testing for int8 uint8 int64 and uint64 size ?
>Is SupportDefs.h actually (probably implicitly) included by the
>PostgreSQL
>source ? Because if it is not, PostgreSQL is quite happy not finding
>them in
>configure.
>Not finding them is only a problem if you get redefines during
>compilation
>(and if your compiler then treats that as fatal).
SupportDefs.h is conditionaly included in c.h so everything is Ok when I
compile the backend, but when configure try to figure out the size of int8
... they are not defined.
May be SupportDefs.h should be included from another file ?
cyril