// +build !pro,!ent
package agent
// DefaultEntConfig is an empty config in open source
func DefaultEntConfig() *Config {
return &Config{}
}