800320d7d559357d1dcbb8ad0f8c6e4b06f02107
[kai/samba.git] / source4 / client / config.m4
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