"Ed L." <pgsql@bluepolka.net> writes:
> I see sys/ipc.h already #includes sys/types.h, though.
Possibly there's some magic #define needed to expose the cid_t
definition?
We have this in src/template/hpux
CPPFLAGS="-D_XOPEN_SOURCE_EXTENDED"
because it seems necessary on HPUX 10. It used to work on HPUX 11 too,
the last time I tried that ...
regards, tom lane