summaryrefslogtreecommitdiffstats
path: root/daemon/configure.ac
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-11-24 16:16:08 +0000
committerRichard Jones <rjones@redhat.com>2009-11-25 16:28:25 +0000
commitc2aad5cd929a9932c010d045462bd923162fb593 (patch)
tree5467717b809ed4321a86cfe86b02cd0810f2ec9a /daemon/configure.ac
parenta9519654032d2f09e76870d5d04dae2dff752c5b (diff)
downloadlibguestfs-c2aad5cd929a9932c010d045462bd923162fb593.tar.gz
libguestfs-c2aad5cd929a9932c010d045462bd923162fb593.tar.xz
libguestfs-c2aad5cd929a9932c010d045462bd923162fb593.zip
daemon: Alternate implementation of posix_fallocate.
If the posix_fallocate function is not available [ie. Windows] use an alternate implementation that just loops and writes.
Diffstat (limited to 'daemon/configure.ac')
-rw-r--r--daemon/configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/configure.ac b/daemon/configure.ac
index 54d2a4ca..7bcdd7e6 100644
--- a/daemon/configure.ac
+++ b/daemon/configure.ac
@@ -179,6 +179,7 @@ AC_CHECK_FUNCS([\
lsetxattr \
lremovexattr \
mknod \
+ posix_fallocate \
removexattr \
setxattr])