summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-01-11 11:43:28 +0100
committerGünther Deschner <gd@samba.org>2011-01-12 00:56:56 +0100
commitb0f4f6f464c36e987eaaaccdbd8a49d18dd5d28f (patch)
treee5543f89d65132ae9e5783e482953c8c60a14969
parent6f39c3b52663ee9e4b1c1d1e4fd0377d4fdb17f7 (diff)
downloadsamba-b0f4f6f464c36e987eaaaccdbd8a49d18dd5d28f.tar.gz
samba-b0f4f6f464c36e987eaaaccdbd8a49d18dd5d28f.tar.bz2
samba-b0f4f6f464c36e987eaaaccdbd8a49d18dd5d28f.zip
s3-waf: add checks for fallocate fallocate64.
Guenther Autobuild-User: Günther Deschner <gd@samba.org> Autobuild-Date: Wed Jan 12 00:56:57 CET 2011 on sn-devel-104
-rw-r--r--source3/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/wscript b/source3/wscript
index dfb9929cfb..3e83c12f28 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -96,7 +96,7 @@ def configure(conf):
conf.CHECK_FUNCS('sigprocmask sigblock sigaction sigset innetgr')
conf.CHECK_FUNCS('initgroups select poll rdchk getgrnam getgrent pathconf')
conf.CHECK_FUNCS('setpriv setgidx setuidx setgroups sysconf stat64 fstat64')
- conf.CHECK_FUNCS('lstat64 fopen64 atexit grantpt lseek64 ftruncate64 posix_fallocate posix_fallocate64')
+ conf.CHECK_FUNCS('lstat64 fopen64 atexit grantpt lseek64 ftruncate64 fallocate fallocate64 posix_fallocate posix_fallocate64')
conf.CHECK_FUNCS('fseek64 fseeko64 ftell64 ftello64 setluid')
conf.CHECK_FUNCS('getpwnam', headers='sys/types.h pwd.h')
conf.CHECK_FUNCS('opendir64 readdir64 seekdir64 telldir64 rewinddir64 closedir64')