> 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).
Andreas