From: Ralph Boehme Date: Mon, 30 Sep 2019 09:52:06 +0000 (+0200) Subject: wscript: split function check to one per line and sort alphabetically X-Git-Tag: talloc-2.3.1~382 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=efb43ecb8e3994171efeb8f8b4231fdd420ace0b;p=thirdparty%2Fsamba.git wscript: split function check to one per line and sort alphabetically Signed-off-by: Ralph Boehme Reviewed-by: Andrew Bartlett Autobuild-User(master): Andrew Bartlett Autobuild-Date(master): Thu Oct 10 20:13:25 UTC 2019 on sn-devel-184 --- 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