Disable vectored positional IO if no 64bit support
authorSimon Wilkinson <sxw@your-file-system.com>
Sun, 6 Mar 2011 16:06:36 +0000 (16:06 +0000)
committerDerrick Brashear <shadow@dementia.org>
Sun, 6 Mar 2011 18:06:36 +0000 (10:06 -0800)
commit98a0c2f47b8641e3e31ed7d2f7d84c2eb484ef51
treea35000e029e407c4cc3ec820fb309c23a2ee0642
parent225e5b77ff65e96b4be1a6be97afd65a2abefc12
Disable vectored positional IO if no 64bit support

In order to support vectored positional I/O, and large files, we
need there to be an implementation of preadv64 and pwritev64. If
this isn't present, then just disable HAVE_PIOV.

Change-Id: I78b1e09f8a836534f49594300b4f58d661eebd46
Reviewed-on: http://gerrit.openafs.org/4153
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
acinclude.m4