repo.or.cz
/
Samba
/
cd1.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s4-lsa: fixed breakage of lsa server
[Samba/cd1.git]
/
source4
/
client
/
config.m4
blob
800320d7d559357d1dcbb8ad0f8c6e4b06f02107
1
case "$host_os" in
2
*linux*)
3
SMB_ENABLE(mount.cifs, YES)
4
SMB_ENABLE(umount.cifs, YES)
5
SMB_ENABLE(cifs.upcall, NO) # Disabled for now
6
;;
7
*)
8
SMB_ENABLE(mount.cifs, NO)
9
SMB_ENABLE(umount.cifs, NO)
10
SMB_ENABLE(cifs.upcall, NO)
11
;;
12
esac
13