source:
branches/samba-3.5.x/source4/client/config.m4@
772
Last change on this file since 772 was 414, checked in by , 15 years ago | |
---|---|
File size: 255 bytes |
Line | |
---|---|
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 |
Note:
See TracBrowser
for help on using the repository browser.