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
s4:rpc_server/netlogon: check auth_level for validation level 6 already in dcesrv_net...
[Samba.git]
/
lib
/
socket
/
wscript
blob
d8c269a59a88ab3a693801ef682042c88cf09e42
1
#!/usr/bin/env python
2
3
def
configure
(
conf
):
4
conf
.
CHECK_HEADERS
(
'linux/sockios.h linux/ethtool.h'
)
5
if
(
conf
.
CONFIG_SET
(
'HAVE_LINUX_SOCKIOS_H'
)
and
\
6
conf
.
CONFIG_SET
(
'HAVE_LINUX_ETHTOOL_H'
)):
7
conf
.
DEFINE
(
'HAVE_ETHTOOL'
,
1
)