1case "$host_os" in
2	*linux*)
3		SMB_ENABLE(nsstest,YES)
4	;;
5	*)
6		SMB_ENABLE(nsstest,NO)
7	;;
8esac
9