1 2 3 4 5 6 7 8 9 10 11 12 13
case "$host_os" in *linux*) SMB_ENABLE(mount.cifs, YES) SMB_ENABLE(umount.cifs, YES) SMB_ENABLE(cifs.upcall, NO) # Disabled for now ;; *) SMB_ENABLE(mount.cifs, NO) SMB_ENABLE(umount.cifs, NO) SMB_ENABLE(cifs.upcall, NO) ;; esac