mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
replace: remove some duplicate checks
Signed-off-by: Bjoern Jacke <bjacke@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
committed by
Ralph Boehme
parent
29aa5c93d7
commit
86e63d25ec
@ -1,8 +1,5 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
conf.CHECK_HEADERS('sys/capability.h')
|
||||
conf.CHECK_FUNCS('getpwnam_r getpwuid_r getpwent_r')
|
||||
|
||||
# solaris varients of getXXent_r
|
||||
conf.CHECK_C_PROTOTYPE('getpwent_r',
|
||||
'struct passwd *getpwent_r(struct passwd *src, char *buf, int buflen)',
|
||||
@ -19,8 +16,3 @@ conf.CHECK_C_PROTOTYPE('getgrent_r',
|
||||
'struct group *getgrent_r(struct group *src, char *buf, size_t buflen)',
|
||||
define='SOLARIS_GETGRENT_R', headers='grp.h')
|
||||
|
||||
conf.CHECK_FUNCS('getgrouplist')
|
||||
conf.CHECK_HEADERS('ctype.h locale.h langinfo.h')
|
||||
conf.CHECK_HEADERS('fnmatch.h locale.h langinfo.h')
|
||||
conf.CHECK_HEADERS('sys/ipc.h sys/mman.h sys/shm.h')
|
||||
conf.CHECK_HEADERS('termios.h termio.h sys/termio.h')
|
||||
|
Reference in New Issue
Block a user