repo.or.cz
/
Samba
/
vl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Happy New Year 2013
[Samba/vl.git]
/
source4
/
auth
/
wscript_configure
blob
1d26cde139822e0f8f87ae13348c404ede7ab996
1
#!/usr/bin/env python
2
3
conf
.
CHECK_HEADERS
(
'security/pam_appl.h'
)
4
conf
.
CHECK_FUNCS_IN
(
'pam_start'
,
'pam'
,
checklibc
=
True
)
5
6
if
(
conf
.
CHECK_HEADERS
(
'sasl/sasl.h'
)
and
7
conf
.
CHECK_FUNCS_IN
(
'sasl_client_init'
,
'sasl2'
)):
8
conf
.
DEFINE
(
'HAVE_SASL'
,
1
)