summaryrefslogtreecommitdiff
path: root/source3/wscript
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2019-09-30 11:52:06 +0200
committerAndrew Bartlett <abartlet@samba.org>2019-10-10 20:13:25 +0000
commitefb43ecb8e3994171efeb8f8b4231fdd420ace0b (patch)
tree77827ad248e736440ecb4c942c0c144f3d6beb34 /source3/wscript
parent834d528213d60a0fc5daed46ed0e51dad578b877 (diff)
downloadsamba-efb43ecb8e3994171efeb8f8b4231fdd420ace0b.tar.gz
wscript: split function check to one per line and sort alphabetically
Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Thu Oct 10 20:13:25 UTC 2019 on sn-devel-184
Diffstat (limited to 'source3/wscript')
-rw-r--r--source3/wscript77
1 files changed, 62 insertions, 15 deletions
diff --git a/source3/wscript b/source3/wscript
index 6a93fa72f4a..10160fd373c 100644
--- a/source3/wscript
+++ b/source3/wscript
@@ -383,31 +383,78 @@ int main(int argc, char **argv) {
msg="Checking for LL suffix on long long integers")
conf.CHECK_FUNCS('''
+DNSServiceRegister
atexit
-chflags chmod
-crypt16 devnm dirfd
-DNSServiceRegister endmntent execl
-fchmod fchown fcvt fcvtl fdatasync
+chflags
+chmod
+crypt16
+devnm
+dirfd
+endmntent
+execl
+fchmod
+fchown
+fcvt
+fcvtl
+fdatasync
fseeko
fsync
-futimens futimes getauthuid
+futimens
+futimes
+getauthuid
getcwd
-getgrent getgrnam getgrouplist getgrset getmntent getpagesize
-getpwanam getpwent_r getrlimit
-glob grantpt hstrerror initgroups innetgr
+getgrent
+getgrnam
+getgrouplist
+getgrset
+getmntent
+getpagesize
+getpwanam
+getpwent_r
+getrlimit
+glob
+grantpt
+hstrerror
+initgroups
+innetgr
llseek
lutimes
-memalign mknod mlock mlockall munlock munlockall
+memalign
+mknod
+mlock
+mlockall
+munlock
+munlockall
pathconf poll
-posix_memalign pread
+posix_memalign
+pread
pwrite
rdchk
-select setenv setgidx setgroups setlocale setluid
-setmntent setpgid setpriv setsid setuidx
+select
+setenv
+setgidx
+setgroups
+setlocale
+setluid
+setmntent
+setpgid
+setpriv
+setsid
+setuidx
statvfs
-strcasecmp strchr strpbrk strsignal strtol strupr sysconf sysctl sysctlbyname
-syslog timegm
-utimensat vsyslog
+strcasecmp
+strchr
+strpbrk
+strsignal
+strtol
+strupr
+sysconf
+sysctl
+sysctlbyname
+syslog
+timegm
+utimensat
+vsyslog
''')
conf.CHECK_SAMBA3_CHARSET() # see build/charset.py