summaryrefslogtreecommitdiff
path: root/source4/client/config.m4
blob: 800320d7d559357d1dcbb8ad0f8c6e4b06f02107 (plain)
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