diff options
author | Christof Schmitt <cs@samba.org> | 2019-04-24 10:16:30 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2019-04-25 00:54:16 +0000 |
commit | 94f2ed3eb35b94d5152578dbb6d5ee8f2fa2da69 (patch) | |
tree | 08d7eaf2647704153c5a9df5f7cdcf4d91a78d06 /source3/wscript | |
parent | 613acd3ddd789290f4a018f6920fc51ed9bac6b2 (diff) | |
download | samba-94f2ed3eb35b94d5152578dbb6d5ee8f2fa2da69.tar.gz |
wscript: Remove checks for shm_open and shmget
Commit 74a16a1094278 "s3:smbprofile: Replace sysv shmem with tdb"
removed the usage of the shared memory segment for profiling data. As
there are no other users of shared memory segments, remove the configure
check for these functions.
Signed-off-by: Christof Schmitt <cs@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Autobuild-User(master): Jeremy Allison <jra@samba.org>
Autobuild-Date(master): Thu Apr 25 00:54:16 UTC 2019 on sn-devel-184
Diffstat (limited to 'source3/wscript')
-rw-r--r-- | source3/wscript | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/wscript b/source3/wscript index 84404f73314..cd0673a94c7 100644 --- a/source3/wscript +++ b/source3/wscript @@ -120,8 +120,6 @@ def configure(conf): conf.CHECK_FUNCS('lutimes futimes utimensat futimens') conf.CHECK_FUNCS('mlock munlock mlockall munlockall') conf.CHECK_FUNCS('memalign posix_memalign hstrerror') - conf.CHECK_FUNCS('shmget') - conf.CHECK_FUNCS_IN('shm_open', 'rt', checklibc=True) conf.CHECK_FUNCS_IN('yp_get_default_domain', 'nsl') conf.CHECK_FUNCS_IN('dn_expand _dn_expand __dn_expand', 'resolv') conf.CHECK_FUNCS_IN('dn_expand', 'inet') @@ -409,7 +407,6 @@ rdchk _read __read _readdir __readdir _seekdir __seekdir select setenv setgidx setgroups setlocale setluid setmntent setpgid setpriv setsid setuidx -shmget shm_open _stat __stat statvfs strcasecmp strchr strpbrk strsignal strtol strupr sysconf sysctl sysctlbyname __sys_llseek syslog _telldir __telldir timegm |