mirror of
				https://github.com/samba-team/samba.git
				synced 2025-11-04 00:23:49 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			99 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			99 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
case "$host_os" in
 | 
						|
	*linux*) 
 | 
						|
		SMB_ENABLE(nsstest,YES)
 | 
						|
	;;
 | 
						|
	*)
 | 
						|
		SMB_ENABLE(nsstest,NO)
 | 
						|
	;;
 | 
						|
esac
 | 
						|
 |