wscript: split function check to one per line and sort alphabetically
authorRalph Boehme <slow@samba.org>
Mon, 30 Sep 2019 09:52:06 +0000 (11:52 +0200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 10 Oct 2019 20:13:25 +0000 (20:13 +0000)
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

source3/wscript

index 6a93fa72f4af0e1f98e907c6d3cb019947d4d740..10160fd373cc92dff87a75458b65320ff3395ce5 100644 (file)
@@ -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