daemon/configs_unsupported.go
e0d533b1
 // +build !linux,!windows
9e9fc7b5
 
 package daemon
 
 func configsSupported() bool {
 	return false
 }