r23293: the fix for HP-UX 11.11 doesn't work on HP-UX 11.00
authorStefan Metzmacher <metze@samba.org>
Fri, 1 Jun 2007 13:04:56 +0000 (13:04 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:53:09 +0000 (14:53 -0500)
commitd3807e3f5c2d663b60c3739fb9066c66494eb638
treed8a47a397e8ce0a467f6573b9ab56aa4f640fae2
parent62b3aaa2e02e181a6b225415ca51b21897b5fb5e
r23293: the fix for HP-UX 11.11 doesn't work on HP-UX 11.00
we end up with sozeof(uint64_t) == 4 :-(

the _APP32_64BIT_OFF_T section in <sys/unistd.h> missed
to redirect pread, pwrite to pread64, pwrite64 in HP-UX 11.00
so try it manually as a workarround

metze
(This used to be commit bb2da636be57e44d80b2bb52b3bba5c145f4bc68)
source4/lib/replace/libreplace_cc.m4