Peter Eisentraut <[EMAIL PROTECTED]> writes:
> I found an HP whitepaper on the large file support and it seems they don't
> have the problem of missing declarations.
> http://docs.hp.com/hpux/onlinedocs/os/lgfiles4.pdf
> Note the example in section 6.4.1. On page 37 they grep the preprocessed
> s
Tom Lane writes:
> What I'm currently thinking we should do is default largefile support to
> off in HPUX < 11.0; is there a convenient way to accomplish that in
> autoconf?
Something like this maybe (before AC_SYS_LARGEFILE):
case $host_os in hpuxZYX*)
if test "${enable_largefile+set}" != set;