repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nsswitch: add ABI checking and symbol versions to libwbclient
[Samba.git]
/
nsswitch
/
wscript_configure
blob
7d6ea82879e47d3a61d3ebfdd5350fbe555c779e
1
#!/usr/bin/env python
2
3
conf
.
CHECK_HEADERS
(
'nss.h nss_common.h ns_api.h'
)
4
5
conf
.
CHECK_HEADERS
(
'security/pam_appl.h security/pam_modules.h pam/pam_modules.h'
,
together
=
True
)
6
conf
.
CHECK_FUNCS_IN
(
'pam_start'
,
'pam'
,
checklibc
=
True
,
headers
=
'security/pam_appl.h'
)