source: branches/samba-3.5.x/source4/client/config.m4@ 772

Last change on this file since 772 was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 255 bytes
Line 
1case "$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 ;;
12esac
13
Note: See TracBrowser for help on using the repository browser.